query_demand
Retrieve hourly electricity demand in MWh for a specified region and date range. Provide a balancing authority code and start/end dates to get time-ordered demand data.
Instructions
Return hourly electricity demand (MWh) for one region over a date range.
Args:
region: Balancing authority code (e.g. ERCO, CISO, PJM, NYIS).
start: Inclusive start date, 'YYYY-MM-DD'.
end: Inclusive end date, 'YYYY-MM-DD'.
limit: Max rows to return (default 168 = one week of hours).
Returns hourly rows ordered by time. For long ranges prefer daily_demand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| limit | No | ||
| start | Yes | ||
| region | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |