Single Ticker Snapshot
GET
/v2/snapshot/locale/us/markets/stocks/tickers/{stocksTicker}
Retrieve the most recent market data snapshot for a single ticker. This endpoint consolidates the latest trade, quote, and aggregated data (minute, day, and previous day) for the specified ticker. Snapshot data is cleared at 3:30 AM EST and begins updating as exchanges report new information, which can start as early as 4:00 AM EST. By focusing on a single ticker, users can closely monitor real-time developments and incorporate up-to-date information into trading strategies, alerts, or company-level reporting.
Use Cases: Focused monitoring, real-time analysis, price alerts, investor relations.
Path Parameters
stocksTicker
string
required
Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.
Response Attributes
status
string
The status of this request's response.
request_id
string
A request id assigned by the server.
ticker
object
optional
Contains the requested snapshot data for the specified ticker.
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.