curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/cached/events/{ticker}/forecast_history
{
"forecast_history": [
{
"end_period_ts": 123,
"event_ticker": "<string>",
"percentile_points": [
{
"formatted_forecast": "<string>",
"numerical_forecast": "<any>",
"percentile": 123,
"raw_numerical_forecast": "<any>"
}
],
"period_interval": 123
}
]
}
End-point for getting the historical raw and formatted forecast numbers for an event. See the response body for full information on what is returned. Data is cached and so is slightly lagged.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/cached/events/{ticker}/forecast_history
{
"forecast_history": [
{
"end_period_ts": 123,
"event_ticker": "<string>",
"percentile_points": [
{
"formatted_forecast": "<string>",
"numerical_forecast": "<any>",
"percentile": 123,
"raw_numerical_forecast": "<any>"
}
],
"period_interval": 123
}
]
}
Ticker
The response is of type object
.