Nuclear Capacity Outage Share was last reported at 7.9 percent as of September 23, 2026. That is down 0.63% from the prior reading of 7.9 percent. This indicator is reported Daily, and is tracked under the Energy category.
| Date | Value (percent) |
|---|---|
| Sep 23, 2026 | 7.9 |
| Sep 22, 2026 | 7.9 |
| Sep 21, 2026 | 7.9 |
| Sep 20, 2026 | 8.4 |
| Sep 19, 2026 | 9.9 |
| Sep 18, 2026 | 8.0 |
| Sep 17, 2026 | 8.4 |
| Sep 16, 2026 | 8.2 |
| Sep 15, 2026 | 7.8 |
| Sep 14, 2026 | 8.3 |
| Date | Value (percent) |
|---|---|
| Sep 13, 2026 | 9.3 |
| Sep 12, 2026 | 7.5 |
| Sep 11, 2026 | 5.3 |
| Sep 10, 2026 | 5.1 |
| Sep 9, 2026 | 5.6 |
| Sep 8, 2026 | 5.4 |
| Sep 7, 2026 | 4.4 |
| Sep 6, 2026 | 4.8 |
| Sep 5, 2026 | 4.3 |
| Sep 4, 2026 | 2.4 |
Pull the full history of Nuclear Capacity Outage Share 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=USNUCOUTAGEPCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNUCOUTAGEPCT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNUCOUTAGEPCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();