---
title: "GET /options/v3/quotes/{ticker}"
method: GET
path: "/options/v3/quotes/{ticker}"
tags: ["us_options"]
---

# GET /options/v3/quotes/{ticker}

`GET /options/v3/quotes/{ticker}`

Contains NBBO (National Best Bid and Offer) quote records for US options contracts, capturing bid/ask prices, sizes, and exchange attribution at nanosecond precision.

## Path parameters

- `ticker` string, required

## Query parameters

- `timestamp` string
- `timestamp.gt` string
- `timestamp.gte` string
- `timestamp.lt` string
- `timestamp.lte` 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_exchange` integer, required — The exchange ID reporting the ask side of the quote.
    - `ask_price` number, double, required — The ask price.
    - `ask_size` integer, required — The size available at the ask price.
    - `bid_exchange` integer, required — The exchange ID reporting the bid side of the quote.
    - `bid_price` number, double, required — The bid price.
    - `bid_size` integer, required — The size available at the bid price.
    - `sequence_number` integer, required — The sequence number represents the sequence in which quote events happened. These are increasing and unique per ticker symbol, but will not always be sequential. Values reset after each trading session/day.
    - `sip_timestamp` integer, required — The nanosecond accuracy SIP Unix Timestamp. This is the timestamp of when the SIP received this quote from the exchange which produced it.
    - `ticker` string, required — The options ticker symbol (e.g., O:SPY260123C00687000).
  - `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)
