---
title: "Latest quote updates for a specific symbol"
method: GET
path: "/v1/quotes/{symbol_id}/latest"
tags: ["Quotes"]
---

# Latest quote updates for a specific symbol

`GET /v1/quotes/{symbol_id}/latest`

## Path parameters

- `symbol_id` string, required

## Query parameters

- `limit` integer

## Response `200`

successful operation

- V1Quote[]
  - `symbol_id` string, nullable — Gets or sets the symbol identifier.
  - `time_exchange` string, date-time — Gets or sets the exchange time of the quote.
  - `time_coinapi` string, date-time — Gets or sets the CoinAPI time when the quote was received.
  - `ask_price` number, double, nullable — Gets or sets the best asking price.
  - `ask_size` number, double, nullable — Gets or sets the volume resting on the best ask. If the value is equal to zero, then the size is unknown.
  - `bid_price` number, double, nullable — Gets or sets the best bidding price.
  - `bid_size` number, double, nullable — Gets or sets the volume resting on the best bid. If the value is equal to zero, then the size is unknown.

---

[API](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/versions/805496271c56/schema)
