Forecast Data
Get aggregated data for a forecast variable, up to 120 days
Getting the aggregated data for the given forecast variable. The range between these two dates can not exceed 120 days.
get/v2/forecasts/forecast-variables/{externalForecastVariableId}/aggregated-data
Path parameters
externalForecastVariableIdstring required
Query parameters
externalUnitIdstring required
externalSectionIdstring
startTimestring date-time required
endTimestring date-time required
Response
OK
Example response
[
{
"groupId": 1,
"forecastVariableId": 1,
"startTime": "2026-01-15T12:00:00Z",
"endTime": "2026-01-15T13:00:00Z",
"data": 100,
"dataType": "ACTUAL"
}
]Changes
Changed in 1 of the 2 revisions of this API.1
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○