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

# Get stored index history

> The immutable stored tick series behind the charts, served as OHLC buckets over the requested window: `range` is `1d`, `1w`, `1m`, `6m`, `1y` or `all` (default `1m`); `resolution` is `auto` (the default) or an explicit bucket size — a combination finer than the range supports is a `400` `unsupported-history-resolution` problem.

`GET /api/v1/indices/{index_id}/history`

The immutable stored tick series behind the charts, served as OHLC buckets over the requested window: `range` is `1d`, `1w`, `1m`, `6m`, `1y` or `all` (default `1m`); `resolution` is `auto` (the default) or an explicit bucket size — a combination finer than the range supports is a `400` `unsupported-history-resolution` problem.

```bash theme={null}
curl https://api.mecone.trade/api/v1/indices/MCPI/history
```

| Parameter    | Values                                                               | Default |
| ------------ | -------------------------------------------------------------------- | ------- |
| `range`      | `1d` `1w` `1m` `6m` `1y` `all`                                       | `1m`    |
| `resolution` | `auto`, or a bucket: `1m` `5m` `10m` `15m` `30m` `1h` `4h` `1d` `1w` | `auto`  |

Every response discloses its own coverage via `meta.availability` and
`meta.coverage` — a short series never reads as a quiet market.
