Full Market Snapshot

GET
/v2/snapshot/locale/global/markets/forex/tickers

Retrieve a comprehensive snapshot of the forex market in a single response. This endpoint consolidates key information like pricing, volume, and quote activity to provide a full-market-snapshot view, eliminating the need for multiple queries. Snapshot data is cleared daily at 12:00 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, C:EURUSD, C:GBPCAD, and C:AUDINR. Empty string defaults to querying all tickers.
Response Attributes
status
string
The status of this request's response.
tickers
array (object)
optional
An array of snapshot data for the specified tickers.
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.
lastQuote
object
The most recent quote 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?