Electricity Net Generation was last reported at 354,691 Gigawatt-hour as of May 1, 2026. That is up 7.25% from the prior reading of 330,707 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| May 2026 | 354,691 |
| Apr 2026 | 330,707 |
| Mar 2026 | 348,756 |
| Feb 2026 | 342,801 |
| Jan 2026 | 399,529 |
| Dec 2025 | 382,194 |
| Nov 2025 | 334,986 |
| Oct 2025 | 345,253 |
| Sep 2025 | 368,145 |
| Aug 2025 | 420,242 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Jul 2025 | 446,320 |
| Jun 2025 | 393,285 |
| May 2025 | 344,034 |
| Apr 2025 | 320,478 |
| Mar 2025 | 333,629 |
| Feb 2025 | 338,592 |
| Jan 2025 | 402,345 |
| Dec 2024 | 361,292 |
| Nov 2024 | 322,351 |
| Oct 2024 | 333,980 |
Pull the full history of Electricity Net Generation into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USGENTOTAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGENTOTAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGENTOTAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();