kalshi_get_market_candlesticks_by_event
Retrieve aggregated candlestick data for all markets within a Kalshi event, enabling price trend analysis across specified time intervals.
Instructions
Get Event Candlesticks End-point for returning aggregated data across all markets corresponding to an event. Calls GET /series/{series_ticker}/events/{ticker}/candlesticks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_ts | Yes | End timestamp for the range | |
| ticker | Yes | The event ticker | |
| start_ts | Yes | Start timestamp for the range | |
| series_ticker | Yes | The series ticker | |
| period_interval | Yes | Specifies the length of each candlestick period, in minutes. Must be one minute, one hour, or one day. |