POST
/
v1
/
fmp
/
analyst-estimates
/
query
Analyst Estimates (Beta)
curl --request POST \
  --url https://api.bigdata.com/v1/fmp/analyst-estimates/query \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "identifier": {
    "type": {
      "type": "rp_entity_id",
      "value": "4A6F00"
    },
    "value": "<string>"
  },
  "period": "annual",
  "limit": 123
}'
{
  "results": {
    "rp_entity_id": "<string>",
    "target_identifier_id": "<string>",
    "fields": [
      "<string>"
    ],
    "values": [
      [
        123
      ]
    ]
  },
  "errors": [
    {
      "message": "<string>"
    }
  ],
  "pagination": {
    "cursor": "00000DexaRK4NT6t",
    "has_cursor": true
  },
  "metadata": {
    "request_id": "<string>",
    "timestamp": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Response

200 - application/json

Successful Response

The response is of type object.