Skip to main content
GET
/
api
/
market-data
/
fundamental
/
consensus
Get financial consensus estimates
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/fundamental/consensus \
  --header 'x-api-key: <api-key>'
{
  "consensus": {}
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

Security symbol, for example AAPL.US.

Response

Financial consensus estimates

consensus
object