---
title: "Historical chain Greeks + IV + daily OI for one ticker + expiration + right (on-demand materialization)"
method: GET
path: "/v1/options/chain-greeks-history/{ticker}"
---

# Historical chain Greeks + IV + daily OI for one ticker + expiration + right (on-demand materialization)

`GET /v1/options/chain-greeks-history/{ticker}`

## Path parameters

- `ticker` string, required

## Query parameters

- `expiration` string, date, required
- `right` 'C' | 'P', required
- `from` string, date, required
- `to` string, date, required
- `interval` '1m' | '5m' | '10m' | '15m' | '30m' | '1h', required

## Response `200`

object payload

## Other responses

- `400` — validation error
- `401` — authentication error
- `402` — subscription paused
- `403` — scope insufficient
- `429` — rate limited or quota exhausted

## Changes

- **2026-09-23** `5f6ba5c8e653` — 3 info
  - for the `query` request parameter `expiration`, the type was generalized from no type to `string`, and format from no format to `date`
  - for the `query` request parameter `from`, the type was generalized from no type to `string`, and format from no format to `date`
  - for the `query` request parameter `to`, the type was generalized from no type to `string`, and format from no format to `date`
- **2026-09-20** `bf1aa24fe417` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/yehangshe/apis/gex-heatmap-data-api/changes/v1/options/chain-greeks-history/:ticker/get.md)

---

[API](https://skmtc.dev/yehangshe/apis/gex-heatmap-data-api.md) · [All operations](https://skmtc.dev/yehangshe/apis/gex-heatmap-data-api/llms.txt) · [OpenAPI document](https://skmtc.dev/yehangshe/apis/gex-heatmap-data-api/revisions/5f6ba5c8e653?raw)
