Full Market Snapshot
GET
/v2/snapshot/locale/us/markets/stocks/tickers
Retrieve a comprehensive snapshot of the entire U.S. stock market, covering over 10,000+ actively traded tickers in a single response. This endpoint consolidates key information like pricing, volume, and trade activity to provide a full-market-snapshot view, eliminating the need for multiple queries. Snapshot data is cleared daily at 3:30 AM EST and begins to repopulate as exchanges report new data, which can start as early as 4:00 AM EST. By accessing all tickers at once, users can efficiently monitor broad market conditions, perform bulk analyses, and power applications that require complete, current market information.
Use Cases: Market overview, bulk data processing, heat maps/dashboards, automated monitoring.
Query Parameters
tickers
array
A case-sensitive comma separated list of tickers to get snapshots for. For example, AAPL,TSLA,GOOG. Empty string defaults to querying all tickers.
include_otc
boolean
Include OTC securities in the response. Default is false (don't include OTC securities).
Response Attributes
count
integer
optional
The total number of results for this request.
status
string
The status of this request's response.
tickers
array (object)
optional
An array of snapshot data for the specified tickers.
day
object
optional
The most recent daily bar for this ticker.
fmv
number
optional
Fair market value is only available on Business plans. It is our proprietary algorithm to generate a real-time, accurate, fair market value of a tradable security. For more information, contact us.
lastQuote
object
optional
The most recent quote for this ticker. This is only returned if your current plan includes quotes.
lastTrade
object
optional
The most recent trade for this ticker. This is only returned if your current plan includes trades.
min
object
optional
The most recent minute bar for this ticker.
prevDay
object
optional
The previous day's bar for this ticker.
ticker
string
optional
The exchange symbol that this item is traded under.
todaysChange
number
optional
The value of the change from the previous day.
todaysChangePerc
number
optional
The percentage change since the previous day.
updated
integer
optional
The last updated timestamp.