---
title: "Latest data"
method: GET
path: "/v1/quotes/latest"
tags: ["Quotes"]
---

# Latest data

`GET /v1/quotes/latest`

Get latest updates of the quotes up to 1 minute ago. Latest data is always returned in time descending order.

## Query parameters

- `filter_symbol_id` string
- `filter_exchange_id` string
- `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/revisions/805496271c56/schema)
