Electricity Generation from Nuclear was last reported at 65,001 Gigawatt-hour as of May 1, 2026. That is up 13.30% from the prior reading of 57,373 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| May 2026 | 65,001 |
| Apr 2026 | 57,373 |
| Mar 2026 | 62,096 |
| Feb 2026 | 62,384 |
| Jan 2026 | 73,251 |
| Dec 2025 | 72,521 |
| Nov 2025 | 63,809 |
| Oct 2025 | 59,222 |
| Sep 2025 | 65,458 |
| Aug 2025 | 70,705 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Jul 2025 | 70,781 |
| Jun 2025 | 66,222 |
| May 2025 | 62,145 |
| Apr 2025 | 57,893 |
| Mar 2025 | 62,457 |
| Feb 2025 | 61,829 |
| Jan 2025 | 71,739 |
| Dec 2024 | 71,200 |
| Nov 2024 | 61,904 |
| Oct 2024 | 58,773 |
Pull the full history of Electricity Generation from Nuclear 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=USGENNUCLEAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGENNUCLEAR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGENNUCLEAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();