Quickstart
Fetch your first forecast
Prerequisites
- An ISOview account with an active subscription
- Your API key from the ISOview Portal
1. List available regions
First, discover what regions are available for demand:
cURL
Python
This returns region metadata for each region in the ercot ISO.
2. Get a forecast
Fetch the latest optimized demand forecast for ercot_total:
The response:
Omit the id parameter to get forecasts for all regions in a single response. The columns and values arrays will each contain one entry per region.
3. Compare models
Request a specific model to compare against ISOview’s optimized forecast:
4. Get continuous forecasts
Continuous forecasts combine historical forecasts into a seamless time series with a specified forecast creation time.
Next steps
- Browse the full API Reference for all available endpoints
- Learn more about Models to understand model options and ensembles
- Understand Responses for more information about forecast data
