> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useforecast.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Candles

# Historical Candles

**Status:** planned

Candles are the simpler historical surface and likely the easiest public starting point after markets.

## What This Resource Should Cover

* Venue-specific OHLCV bars
* Multiple resolutions
* Prediction market and spot variants

## Likely Queries

```http theme={null}
GET /api/v1/historical/candles?symbol=BTC-USD&interval=1m&from=1719705600000&to=1719792000000
```

```http theme={null}
GET /api/v1/historical/candles?series=KXBTCD&interval=5m&date=2026-06-14
```

## Recommendation

Document interval support and retention policy very clearly once this is live. Candle products get commoditized fast unless the exact semantics are obvious.
