Electricity Generation from Natural Gas was last reported at 137,271 Gigawatt-hour as of May 1, 2026. That is up 10.30% from the prior reading of 124,449 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| May 2026 | 137,271 |
| Apr 2026 | 124,449 |
| Mar 2026 | 127,375 |
| Feb 2026 | 132,089 |
| Jan 2026 | 151,630 |
| Dec 2025 | 148,027 |
| Nov 2025 | 131,565 |
| Oct 2025 | 143,985 |
| Sep 2025 | 167,876 |
| Aug 2025 | 192,894 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Jul 2025 | 201,991 |
| Jun 2025 | 164,793 |
| May 2025 | 135,072 |
| Apr 2025 | 114,642 |
| Mar 2025 | 118,118 |
| Feb 2025 | 131,374 |
| Jan 2025 | 157,001 |
| Dec 2024 | 147,630 |
| Nov 2024 | 137,687 |
| Oct 2024 | 146,711 |
Pull the full history of Electricity Generation from Natural Gas 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=USGENGAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGENGAS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGENGAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();