Electricity Generation from Solar was last reported at 36,418 Gigawatt-hour as of May 1, 2026. That is up 17.09% from the prior reading of 31,104 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| May 2026 | 36,418 |
| Apr 2026 | 31,104 |
| Mar 2026 | 29,000 |
| Feb 2026 | 21,305 |
| Jan 2026 | 17,985 |
| Dec 2025 | 15,392 |
| Nov 2025 | 18,592 |
| Oct 2025 | 24,605 |
| Sep 2025 | 28,149 |
| Aug 2025 | 31,809 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Jul 2025 | 33,424 |
| Jun 2025 | 32,034 |
| May 2025 | 29,746 |
| Apr 2025 | 26,781 |
| Mar 2025 | 23,238 |
| Feb 2025 | 16,448 |
| Jan 2025 | 15,454 |
| Dec 2024 | 12,601 |
| Nov 2024 | 13,841 |
| Oct 2024 | 19,828 |
Pull the full history of Electricity Generation from Solar 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=USGENSOLAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGENSOLAR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGENSOLAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();