---
title: "Get OHLC candles"
method: GET
path: "/chart/history"
tags: ["OHLC Candles"]
---

# Get OHLC candles

`GET /chart/history`

## Query parameters

- `symbol` string, required
- `from` integer, required
- `to` integer, required
- `resolution` '1' | '3' | '5' | '15' | '30' | '60' | '120' | '240' | '360' | 'D' | '7D' | '30D' | '1W' | '2W', required

## Response `200`

OHLC candles

- OHLCData
  - `t` integer[] — array of timestamps for which candles are returned
  - `o` string[] — open prices for candles
  - `h` string[] — high prices for candles
  - `l` string[] — low prices for candles
  - `c` string[] — close prices for candles
  - `v` integer[] — volumes for candles

---

[API](https://skmtc.dev/delta/apis/delta-exchange-api.md) · [All operations](https://skmtc.dev/delta/apis/delta-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/delta/delta-exchange-api/revisions/36e800c9304c/schema)
