Natural Gas Consumption was last reported at 2,433,361 million cubic feet as of June 1, 2026. That is up 3.32% from the prior reading of 2,355,181 million cubic feet. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (million cubic feet) |
|---|---|
| Jun 2026 | 2,433,361 |
| May 2026 | 2,355,181 |
| Apr 2026 | 2,395,678 |
| Mar 2026 | 2,779,329 |
| Feb 2026 | 3,112,596 |
| Jan 2026 | 3,789,224 |
| Dec 2025 | 3,498,325 |
| Nov 2025 | 2,782,526 |
| Oct 2025 | 2,443,231 |
| Sep 2025 | 2,426,542 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 2,642,567 |
| Jul 2025 | 2,723,367 |
| Jun 2025 | 2,416,044 |
| May 2025 | 2,308,136 |
| Apr 2025 | 2,377,132 |
| Mar 2025 | 2,750,862 |
| Feb 2025 | 3,232,476 |
| Jan 2025 | 3,921,479 |
| Dec 2024 | 3,361,874 |
| Nov 2024 | 2,709,513 |
Pull the full history of Natural Gas Consumption 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=USNGCONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGCONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGCONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();