v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Analyst Estimates

Analyst Estimates

Retrieves analyst financial estimates for a given symbol, including projected revenue, earnings per share (EPS), and other key metrics, as forecasted by industry analysts.

post/v1/analyst-estimates/query

Request body

period'annual' | 'quarter'
limitinteger nullable

Maximum number of analyst estimates to return. If omitted, all analyst estimates are returned.

Example request

{
  "limit": 20
}

Response

Successful Response

Example response

{
  "results": {
    "rp_entity_id": "4A6F00",
    "target_identifier_id": "GOOGL",
    "fields": [
      "FISCAL_PERIOD_END_DATE",
      "REVENUE_LOW",
      "REVENUE_HIGH",
      "REVENUE_AVG",
      "EBITDA_LOW",
      "EBITDA_HIGH",
      "EBITDA_AVG",
      "EBIT_LOW",
      "EBIT_HIGH",
      "EBIT_AVG",
      "NET_INCOME_LOW",
      "NET_INCOME_HIGH",
      "NET_INCOME_AVG",
      "SGA_EXPENSE_LOW",
      "SGA_EXPENSE_HIGH",
      "SGA_EXPENSE_AVG",
      "EPS_LOW",
      "EPS_HIGH",
      "EPS_AVG",
      "NUM_ANALYSTS_REVENUE",
      "NUM_ANALYSTS_EPS"
    ],
    "values": [
      "2025-12-31",
      387588929898,
      399321530206,
      394966067919,
      135473353787,
      139574231263,
      138051873327,
      115816555170,
      119322406979,
      118020938853,
      118458970299,
      126884966950,
      121111982610,
      55347517673,
      57022927502,
      56400969528,
      9.94514,
      10.19402,
      9.51707,
      42,
      47
    ]
  }
}