v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBStock
Snapshots
The snapshot endpoint for multiple tickers provides the latest trade, latest quote, minute bar, daily bar, and previous daily bar data for each given ticker symbol.
get/v2/stocks/snapshots
Query parameters
symbolsstring required
A comma-separated list of stock symbols.
feed'delayed_sip' | 'iex' | 'otc' | 'sip' | 'boats' | 'overnight'
The source feed of the data.
- sip: all US exchanges
- iex: Investors EXchange
- delayed_sip: SIP with a 15 minute delay
- boats: Blue Ocean, overnight US trading data
- overnight: derived overnight US trading data
- otc: over-the-counter exchanges
Default: sip if the user has the unlimited subscription, otherwise iex.
currencystring
The currency of all prices in ISO 4217 format. Default: USD.
Response
OK
StockSnapshotsResp required