---
title: "Quotes (BBO)"
method: GET
path: "/v3/quotes/{fxTicker}"
tags: ["fx:quotes"]
---

# Quotes (BBO)

`GET /v3/quotes/{fxTicker}`

Get BBO quotes for a ticker symbol in a given time range.

## Path parameters

- `fxTicker` string, required

## Query parameters

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

## Response `200`

A list of quotes.

- object
  - `next_url` string — 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` object[] — An array of results containing the requested data.
    - `ask_exchange` integer — The ask exchange ID
    - `ask_price` number, double — The ask price.
    - `bid_exchange` integer — The bid exchange ID
    - `bid_price` number, double — The bid price.
    - `participant_timestamp` integer, required — The nanosecond Exchange Unix Timestamp. This is the timestamp of when the quote was generated at the exchange.
  - `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)
