get_generation_mix
Get a utility's electricity generation mix by technology, including capacity, net generation, capacity factor, and CO2 emissions. Optionally include purchased power or filter by year.
Instructions
Get electricity generation breakdown by technology for a utility.
Shows capacity (GW), net generation (TWh), capacity factor, and CO2 emissions (MMT) by RMI technology group (Coal, Gas, Wind, Solar, Nuclear, Hydro, Storage, ...).
By default this covers only generation the utility OWNS. The underlying table also carries non-owned energy_source rows — wholesale power purchases, net exchanges, wheeled power, energy efficiency, demand response, and negative transmission losses. Those are supply, not generation, and summing them together with owned output overstates the fleet and mixes in negative rows. Set include_purchases=True to get them as separate rows, split by the energy_source and owned_energy_source columns.
The search is case-insensitive and supports partial names. Optionally filter to a single year; defaults to all years (2005-2024).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| utility_name | Yes | ||
| include_purchases | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |