---
title: "Indices Snapshot"
method: GET
path: "/v3/snapshot/indices"
tags: ["indices:snapshot"]
---

# Indices Snapshot

`GET /v3/snapshot/indices`

Get a Snapshot of indices data for said tickers

## Query parameters

- `ticker.any_of` string
- `ticker` string
- `ticker.gte` string
- `ticker.gt` string
- `ticker.lte` string
- `ticker.lt` string
- `order` 'asc' | 'desc'
- `limit` integer
- `sort` 'ticker'

## Response `200`

Snapshots for indices data of the underlying ticker

- object
  - `next_url` string — If present, this value can be used to fetch the next page of data.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[] — An array of results containing the requested data.
    - `error` string — The error while looking for this ticker.
    - `last_updated` integer — The nanosecond timestamp of when this information was updated.
    - `market_status` string — The market status for the market that trades this ticker.
    - `message` string — The error message while looking for this ticker.
    - `name` string — Name of Index.
    - `session` object — Trading session metrics, detailing change percentages and key price points (open, close, high, low) for the asset within the current trading day.
      - `change` number, double — The value of the change for the index from the previous trading day.
      - `change_percent` number, double — The percent of the change for the index from the previous trading day.
      - `close` number, double — The closing value for the index of the day.
      - `high` number, double — The highest value for the index of the day.
      - `low` number, double — The lowest value for the index of the day.
      - `open` number, double — The open value for the index of the day.
      - `previous_close` number, double — The closing value for the index of previous trading day.
    - `ticker` string, required — Ticker of asset queried.
    - `timeframe` 'DELAYED' | 'REAL-TIME' — The time relevance of the data.
    - `type` 'indices' — The indices market.
    - `value` number — Value of Index.
  - `status` string, required — The status of this request's response.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
