scrappy / markets / ratings

Market Data API

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

ratings

GET/scrappy/markets/v1/ratings1 credit / call

Analyst rating counts from strong buy to strong sell, with a consensus label. Data is null when none is published.

Ratings refresh at most twice a day.

Parameters

symbol
required · a ticker symbol

Request

curl "https://sfaie.com/api/scrappy/markets/v1/ratings?symbol=AAPL" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": {
    "symbol": "AAPL",
    "strong_buy": 2,
    "buy": 18,
    "hold": 9,
    "sell": 1,
    "strong_sell": 0,
    "consensus": "Buy"
  }
}

Try it

a ticker symbol

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.