kalshi_event_history
Retrieve normalized candlestick data for a Kalshi event, grouped by market, from public market data JSON.
Instructions
Kalshi event history. Returns normalized Kalshi candlesticks grouped by market for one event from credential-free public market-data JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_ts | No | Unix end timestamp in seconds. Defaults to now. | |
| event_ticker | Yes | Kalshi event ticker | |
| include_latest_before_start | No | Include the latest candle before start_ts when supported upstream. | |
| period_interval | No | Candlestick interval in minutes. Default: 1440. | |
| series_ticker | No | Kalshi series ticker. Defaults to the event ticker prefix before the last dash. | |
| start_ts | No | Unix start timestamp in seconds. Defaults to 7 days ago. |