Indices Snapshot

GET
/v3/snapshot/indices

Retrieve snapshot data for one or more indices, including their current value, recent performance metrics, and trading session details. By consolidating key information for each specified index, this endpoint helps users assess market conditions, track broad economic sentiment, and integrate index-level data into trading or analysis workflows.

Use Cases: Market condition assessment, economic sentiment tracking, portfolio context, and integrated index data analysis.

Query Parameters
ticker
string
Search a range of tickers lexicographically.
order
enum (string)
Order results based on the `sort` field.
limit
integer
Limit the number of results returned, default is 10 and max is 250.
sort
enum (string)
Sort field used for ordering.
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page of data.
request_id
string
A request id assigned by the server.
results
array (object)
optional
An array of results containing the requested data.
error
string
optional
The error while looking for this ticker.
last_updated
integer
optional
The nanosecond timestamp of when this information was updated.
market_status
string
optional
The market status for the market that trades this ticker.
message
string
optional
The error message while looking for this ticker.
name
string
optional
Name of Index.
session
object
optional
Trading session metrics, detailing change percentages and key price points (open, close, high, low) for the asset within the current trading day.
ticker
string
Ticker of asset queried.
timeframe
enum (DELAYED, REAL-TIME)
optional
The time relevance of the data.
type
enum (indices)
optional
The indices market.
value
number
optional
Value of Index.
status
string
The status of this request's response.
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?