---
title: "Historical metrics for the exchange"
method: GET
path: "/v1/metrics/exchange/history"
tags: ["Metrics V1"]
---

# Historical metrics for the exchange

`GET /v1/metrics/exchange/history`

Get exchange metrics history.

## Query parameters

- `metric_id` string, required
- `exchange_id` string, required
- `time_start` string, date-time
- `time_end` string, date-time
- `time_format` string
- `period_id` string
- `limit` integer

## Response `200`

successful operation

- V1MetricData[]
  - `symbol_id` string, nullable — Gets or sets the symbol id.
  - `time` string, date-time — Gets or sets the time at which the value is recorded.
  - `value` number, double — Gets or sets the value of the metric.

---

[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/e3243d888e2d/schema)
