scrappy / markets / quote

Market Data API

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

quote

GET/scrappy/markets/v1/quote1 credit / call

The current quote for one symbol.

Quotes refresh at most once a minute.

Parameters

symbol
required · a ticker symbol

Request

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

Response

{
  "data": {
    "symbol": "AAPL",
    "name": "Example Listed Company, Inc.",
    "price": 210.4,
    "change": 3.15,
    "change_percent": 1.52,
    "previous_close": 207.25,
    "open": 208.1,
    "day_low": 207.8,
    "day_high": 211.9,
    "year_low": 164.3,
    "year_high": 232.75,
    "market_cap": 3180000000000,
    "volume": 41200000,
    "timestamp": 1750000000
  }
}

Try it

a ticker symbol

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.