Nuclear Capacity Outage was last reported at 7,697 Megawatt as of September 23, 2026. That is down 0.63% from the prior reading of 7,746 Megawatt. This indicator is reported Daily, and is tracked under the Energy category.
| Date | Value (Megawatt) |
|---|---|
| Sep 23, 2026 | 7,697 |
| Sep 22, 2026 | 7,746 |
| Sep 21, 2026 | 7,720 |
| Sep 20, 2026 | 8,241 |
| Sep 19, 2026 | 9,651 |
| Sep 18, 2026 | 7,765 |
| Sep 17, 2026 | 8,147 |
| Sep 16, 2026 | 7,973 |
| Sep 15, 2026 | 7,573 |
| Sep 14, 2026 | 8,104 |
| Date | Value (Megawatt) |
|---|---|
| Sep 13, 2026 | 9,061 |
| Sep 12, 2026 | 7,332 |
| Sep 11, 2026 | 5,186 |
| Sep 10, 2026 | 4,926 |
| Sep 9, 2026 | 5,490 |
| Sep 8, 2026 | 5,263 |
| Sep 7, 2026 | 4,317 |
| Sep 6, 2026 | 4,654 |
| Sep 5, 2026 | 4,239 |
| Sep 4, 2026 | 2,379 |
Pull the full history of Nuclear Capacity Outage 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=USNUCOUTAGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNUCOUTAGE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNUCOUTAGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();