ercot_prices
Fetch real-time wholesale electricity prices for ERCOT settlement points in Texas, such as hubs and zones, to access current market rates for energy trading.
Instructions
Get Texas (ERCOT) settlement point prices — real-time wholesale electricity prices at specific nodes, zones, or hubs.
Common settlement points: HB_HOUSTON, HB_NORTH, HB_SOUTH, HB_WEST, HB_BUSAVG (hub average).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (default: 100) | |
| offset | No | Row offset for pagination | |
| delivery_date_to | No | End date (YYYY-MM-DD). Default: today | |
| settlement_point | No | Settlement point name (e.g., 'HB_HOUSTON', 'HB_NORTH', 'HB_BUSAVG'). Omit for all. | |
| delivery_date_from | No | Start date (YYYY-MM-DD). Default: today |