kalshi_get_event_forecast_percentiles
Retrieve historical forecast percentile history for Kalshi events, providing raw and formatted forecast values at specified percentiles over custom time ranges.
Instructions
Get Event Forecast Percentile History Endpoint for getting the historical raw and formatted forecast numbers for an event at specific percentiles. Calls GET /series/{series_ticker}/events/{ticker}/forecast_percentile_history.
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 | |
| percentiles | Yes | Array of percentile values to retrieve (0-9999, max 10 values) | |
| series_ticker | Yes | The series ticker | |
| period_interval | Yes | Specifies the length of each forecast period, in minutes. 0 for 5-second intervals, or 1, 60, or 1440 for minute-based intervals. |