Electricity Generation from Wind was last reported at 41,157 Gigawatt-hour as of May 1, 2026. That is down 16.24% from the prior reading of 49,136 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| May 2026 | 41,157 |
| Apr 2026 | 49,136 |
| Mar 2026 | 52,219 |
| Feb 2026 | 39,707 |
| Jan 2026 | 44,434 |
| Dec 2025 | 47,048 |
| Nov 2025 | 40,957 |
| Oct 2025 | 39,534 |
| Sep 2025 | 25,673 |
| Aug 2025 | 27,307 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Jul 2025 | 31,810 |
| Jun 2025 | 35,776 |
| May 2025 | 36,873 |
| Apr 2025 | 45,876 |
| Mar 2025 | 50,591 |
| Feb 2025 | 39,346 |
| Jan 2025 | 43,600 |
| Dec 2024 | 39,527 |
| Nov 2024 | 40,133 |
| Oct 2024 | 39,592 |
Pull the full history of Electricity Generation from Wind 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=USGENWIND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGENWIND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGENWIND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();