scrappy / markets / analyst-estimates

Market Data API

Quotes, daily bars, analyst estimates, ratings, and call transcripts for listed companies.

analyst-estimates

GET/scrappy/markets/v1/analyst-estimates1 credit / call

Analyst consensus per period, including future periods.

Estimates refresh at most twice a day.

Parameters

symbol
required · a ticker symbol
period
required · annual or quarter
limit
optional · 1 to 120

Request

curl "https://sfaie.com/api/scrappy/markets/v1/analyst-estimates?symbol=AAPL&period=annual" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": [
    {
      "date": "2025-09-27",
      "revenue_low": 402000000000,
      "revenue_avg": 418500000000,
      "revenue_high": 431000000000,
      "ebitda_low": 132000000000,
      "ebitda_avg": 138400000000,
      "ebitda_high": 145000000000,
      "net_income_low": 98000000000,
      "net_income_avg": 103200000000,
      "net_income_high": 109000000000,
      "eps_low": 6.42,
      "eps_avg": 6.85,
      "eps_high": 7.21,
      "analysts_revenue": 24,
      "analysts_eps": 27
    }
  ]
}

Try it

a ticker symbol

annual or quarter

1 to 120

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.