Get Forecast
Get forecast values for an existing model.
Enter your PredictHQ API key. The Bearer prefix is added automatically.
When calling the API directly, send: 'Authorization: Bearer <YOUR_API_KEY>' as documented at https://docs.predicthq.com/api/overview/authenticating
Filters forecast results after the specified date (exclusive).
Expected format: YYYY-MM-DD
Filters forecast results on or after the specified date.
Expected format: YYYY-MM-DD.
Example: 2025-01-01
Filters forecast results before the specified date (exclusive).
Expected format: YYYY-MM-DD.
Filters forecast results on or before the specified date.
Expected format: YYYY-MM-DD.
Example: 2025-01-07
Limit the number of results.
10Offset the results.
0Successful Response
Validation Error
OpenAPI Spec
The OpenAPI spec for Forecasts API can be found here.
Guides
Last updated
Was this helpful?