kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::GetEventForecastPercentilesHistoryParams Struct Reference

Query parameters for get_event_forecast_percentiles_history. More...

#include <kalshi/models.hpp>

Public Attributes

std::vector< std::int64_t > percentiles
 Array of percentile values to retrieve (0-9999, max 10 values)
 
std::int64_t start_ts {}
 Start timestamp for the range.
 
std::int64_t end_ts {}
 End timestamp for the range.
 
std::int64_t period_interval {}
 Specifies the length of each forecast period, in minutes.
 

Detailed Description

Query parameters for get_event_forecast_percentiles_history.

Member Data Documentation

◆ percentiles

std::vector<std::int64_t> kalshi::GetEventForecastPercentilesHistoryParams::percentiles

Array of percentile values to retrieve (0-9999, max 10 values)

◆ start_ts

std::int64_t kalshi::GetEventForecastPercentilesHistoryParams::start_ts {}

Start timestamp for the range.

◆ end_ts

std::int64_t kalshi::GetEventForecastPercentilesHistoryParams::end_ts {}

End timestamp for the range.

◆ period_interval

std::int64_t kalshi::GetEventForecastPercentilesHistoryParams::period_interval {}

Specifies the length of each forecast period, in minutes.


The documentation for this struct was generated from the following file: