kalshi_event_history
Fetch Kalshi candlestick history for an event, grouped by market, from public market data. Input an event ticker and optional time range to get normalized OHLCV data for analysis.
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. | |
| start_ts | No | Unix start timestamp in seconds. Defaults to 7 days ago. | |
| event_ticker | Yes | Kalshi event ticker | |
| series_ticker | No | Kalshi series ticker. Defaults to the event ticker prefix before the last dash. | |
| period_interval | No | Candlestick interval in minutes. Default: 1440. | |
| include_latest_before_start | No | Include the latest candle before start_ts when supported upstream. |