Get fuel mix
get_fuel_mixRetrieve electricity generation by fuel type (MW) for US ISOs, including latest snapshot or historical data with optional fuel filter.
Instructions
Generation by fuel type (MW) for a US ISO. Use latest=true for the newest snapshot; otherwise returns recent history (row-capped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date YYYY-MM-DD. | |
| iso | Yes | ISO/RTO code, e.g. CAISO, ERCOT, MISO, NYISO, ISONE, SPP, PJM. | |
| limit | No | Max rows (default 50, max 500). | |
| start | No | Start date YYYY-MM-DD. | |
| latest | No | If true, return only the latest fuel-mix snapshot. Default false. | |
| fuel_type | No | Optional fuel filter, e.g. solar, wind, gas. |