kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 695 B
Markdown
# GetEventForecastPercentilesHistoryResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**forecast_history** | [**Array<ForecastPercentilesPoint>**](ForecastPercentilesPoint.md) | Array of forecast percentile data points over time. | [default to undefined]
## Example
```typescript
import { GetEventForecastPercentilesHistoryResponse } from 'kalshi-typescript';
const instance: GetEventForecastPercentilesHistoryResponse = {
forecast_history,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)