Estimates

Retrieve forward earnings and revenue growth estimate signals for the next quarter, next fiscal year, and long-term outlook.

Use this endpoint when you need forward-looking estimate signals without reconstructing guidance-style growth expectations on the client.

Endpoint

GET /stocks/{symbol}/estimates
Test request
/stocks/AAPL/estimates

You can inspect the health endpoint without a key, but most endpoints require one. Create a free account to run the full workflow.

Send a request to view the response.

Authentication

Required.

Authorization: Bearer <your_api_key>

Path Parameters

  • symbol: ticker or symbol to resolve

Response Notes

  • V1 is an estimate-signal snapshot, not a full analyst-consensus history endpoint.
  • Current source coverage includes:
    • eps_growth_yoy_est_next_q
    • eps_growth_yoy_est_next_fy
    • rvn_growth_yoy_est_next_q
    • rvn_growth_yoy_est_next_fy
    • earning_growth_5y_est
    • total_rvn_growth_5y_est
    • forward_pe
    • forward_peg_ratio
  • Analyst count, high/low ranges, and revision windows are not available in V1.

Example Request

curl -H "Authorization: Bearer $your_api_key" \
  "https://api.apifinance.ai/stocks/AAPL/estimates"

Next step

Run this endpoint with your own API key

Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.