peak_demand
Find the single highest-demand hour for a region within a date range. Returns the exact timestamp and demand in MWh.
Instructions
Find the single highest-demand hour for one region over a date range, returning the timestamp and the demand in MWh.
Args:
region: Balancing authority code.
start: Inclusive start date, 'YYYY-MM-DD'.
end: Inclusive end date, 'YYYY-MM-DD'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| region | Yes |