Dry Natural Gas Production was last reported at 3,369,502 million cubic feet as of June 1, 2026. That is down 1.63% from the prior reading of 3,425,339 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 | 3,369,502 |
| May 2026 | 3,425,339 |
| Apr 2026 | 3,330,684 |
| Mar 2026 | 3,432,813 |
| Feb 2026 | 3,098,632 |
| Jan 2026 | 3,371,505 |
| Dec 2025 | 3,460,487 |
| Nov 2025 | 3,308,309 |
| Oct 2025 | 3,327,262 |
| Sep 2025 | 3,247,818 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 3,368,106 |
| Jul 2025 | 3,347,972 |
| Jun 2025 | 3,224,554 |
| May 2025 | 3,301,713 |
| Apr 2025 | 3,205,791 |
| Mar 2025 | 3,326,508 |
| Feb 2025 | 2,936,329 |
| Jan 2025 | 3,232,733 |
| Dec 2024 | 3,276,117 |
| Nov 2024 | 3,113,573 |
Pull the full history of Dry Natural Gas Production 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=USNGPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();