---
title: "Changes to OHLCV chart data"
method: GET
path: "/api/v2/market/chart/{symbol}"
---

# Changes to OHLCV chart data

`GET /api/v2/market/chart/{symbol}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 22 revisions.

- **2026-09-01** `328d061c12ca` — 3 info
- **2026-08-28** `560e8847c7b3` — 16 breaking
- **2026-08-08** `4c4530760ba1` — 12 info
- **2026-08-03** `585ab97d5753` — 1 info

## Changes

- **2026-09-01** `328d061c12ca` — 3 info
  - added the optional property `meta/data_age_days` to the response with the `200` status
  - added the optional property `meta/notes` to the response with the `200` status
  - added the optional property `meta/period` to the response with the `200` status
- **2026-08-28** `560e8847c7b3` — 16 breaking
  - the response property `data/candles` became optional for the status `200`
  - the response property `data/candles_count` became optional for the status `200`
  - the response property `data/currency` became optional for the status `200`
  - the response property `data/exchange` became optional for the status `200`
  - the response property `data/interval` became optional for the status `200`
  - the response property `data/previous_close` became optional for the status `200`
  - the response property `data/range` became optional for the status `200`
  - the response property `data/symbol` became optional for the status `200`
  - response property `data/candles` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/candles_count` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/currency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/exchange` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/interval` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/previous_close` list-of-types was widened by adding types `integer and null` to media type `application/json` of response `200`
  - response property `data/range` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/symbol` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-08-08** `4c4530760ba1` — 12 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `429` status
  - added the optional property `code` to the response with the `503` status
  - added the optional property `hint` to the response with the `401` status
  - added the optional property `hint` to the response with the `429` status
  - added the optional property `hint` to the response with the `503` status
  - added the optional property `plan` to the response with the `401` status
  - added the optional property `plan` to the response with the `429` status
  - added the optional property `plan` to the response with the `503` status
  - added the optional property `reason` to the response with the `401` status
  - added the optional property `reason` to the response with the `429` status
  - added the optional property `reason` to the response with the `503` status
- **2026-08-03** `585ab97d5753` — 1 info
  - added the new optional `query` request parameter `period`

---

[Operation](https://skmtc.dev/sugra/apis/sugra-api/docs/api/v2/market/chart/:symbol/get.md) · [API](https://skmtc.dev/sugra/apis/sugra-api.md) · [Page](https://skmtc.dev/sugra/apis/sugra-api/changes/api/v2/market/chart/:symbol/get)
