---
title: "GET /futures/v1/quotes/{ticker}"
method: GET
path: "/futures/v1/quotes/{ticker}"
tags: ["us_futures"]
---

# GET /futures/v1/quotes/{ticker}

`GET /futures/v1/quotes/{ticker}`

Retrieve quote data for a specified futures contract ticker. Each record includes the best bid and offer prices, sizes, and timestamps, reflecting the prevailing quote environment at each moment. This endpoint supports detailed analysis of price dynamics and liquidity conditions to inform trading decisions and market research.

Use Cases: Liquidity analysis, price discovery, trading strategy refinement, market research.

## Path parameters

- `ticker` string, required

## Query parameters

- `timestamp` string
- `timestamp.gt` string
- `timestamp.gte` string
- `timestamp.lt` string
- `timestamp.lte` string
- `session_end_date` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `ask_price` number, double — The ask price is expressed per unit of the underlying asset, and you apply the contract multiplier to get the full contract value.
    - `ask_size` integer — The quote size represents the number of futures contracts available at the given ask price.
    - `ask_timestamp` integer — The time when the ask price was submitted to the exchange.
    - `bid_price` number, double — The bid price is expressed per unit of the underlying asset, and you apply the contract multiplier to get the full contract value.
    - `bid_size` integer — The quote size represents the number of futures contracts available at the given bid price.
    - `bid_timestamp` integer — The time when the bid price was submitted to the exchange.
    - `channel` integer, required — The CME multicast channel this event was sourced from.
    - `report_sequence` integer, required — The reporting sequence number.
    - `sequence_number` integer, required — The unique sequence number assigned to this quote by the exchange.
    - `session_end_date` string — Also known as the trading date, the date of the end of the trading session, in YYYY-MM-DD format.
    - `ticker` string, required — The futures contract identifier, including the base symbol and contract expiration (e.g., GCJ5 for the April 2025 gold contract).
    - `timestamp` integer, required — The time when the quote was generated at the exchange to nanosecond precision.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[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)
