---
title: "Crypto Candles"
method: GET
path: "/crypto/candle"
tags: ["Default"]
---

# Crypto Candles

`GET /crypto/candle`

Get candlestick data for crypto symbols.

## Query parameters

- `symbol` string, required
- `resolution` string, required
- `from` integer, required
- `to` integer, required

## Response `200`

successful operation

- CryptoCandles
  - `o` number[] — List of open prices for returned candles.
  - `h` number[] — List of high prices for returned candles.
  - `l` number[] — List of low prices for returned candles.
  - `c` number[] — List of close prices for returned candles.
  - `v` number[] — List of volume data for returned candles.
  - `t` integer[] — List of timestamp for returned candles.
  - `s` string — Status of the response. This field can either be ok or no_data.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
