scrappy / markets / price-target

Market Data API

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

price-target

GET/scrappy/markets/v1/price-target1 credit / call

The aggregated analyst price-target range for one symbol. Data is null when none is published.

Price targets refresh at most twice a day.

Parameters

symbol
required · a ticker symbol

Request

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

Response

{
  "data": {
    "symbol": "AAPL",
    "low": 185,
    "high": 260,
    "median": 225,
    "consensus": 227.4
  }
}

Try it

a ticker symbol

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.