scrappy / markets / quotes

Market Data API

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

quotes

GET/scrappy/markets/v1/quotes1 credit / call

Current quotes for many symbols in one call.

Quotes refresh at most once a minute.

Parameters

symbols
required · comma-separated, up to 150

Request

curl "https://sfaie.com/api/scrappy/markets/v1/quotes?symbols=AAPL%2CMSFT%2CNVDA" \
  -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

comma-separated, up to 150

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.