Single Ticker Snapshot

GET
/v2/snapshot/locale/global/markets/crypto/tickers/{ticker}

Retrieve the most recent market data snapshot for a single ticker. This endpoint consolidates the latest trade and aggregated data (minute, day, and previous day) for the specified ticker. Snapshot data is cleared at 12:00 AM EST and begins updating as exchanges report new information. By focusing on a single ticker, users can closely monitor real-time developments and incorporate up-to-date information into trading strategies, alerts, or crypto-level reporting.

Use Cases: Focused monitoring, real-time analysis, price alerts, investor relations.

Path Parameters
ticker
string
required
Ticker of the snapshot
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
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.
lastTrade
object
The most recent trade for this ticker.
min
object
The most recent minute bar for this ticker.
prevDay
object
The previous day's bar for this ticker.
ticker
string
The exchange symbol that this item is traded under.
todaysChange
number
The value of the change from the previous day.
todaysChangePerc
number
The percentage change since the previous day.
updated
integer
The last updated timestamp.
Code Examples
Query URL
GET
Log in or Sign up to Polygon to run a query. It's free.
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?