Marketed Natural Gas Production was last reported at 3,709,286 million cubic feet as of June 1, 2026. That is down 1.91% from the prior reading of 3,781,467 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,709,286 |
| May 2026 | 3,781,467 |
| Apr 2026 | 3,672,672 |
| Mar 2026 | 3,783,873 |
| Feb 2026 | 3,406,521 |
| Jan 2026 | 3,693,462 |
| Dec 2025 | 3,800,813 |
| Nov 2025 | 3,648,204 |
| Oct 2025 | 3,675,081 |
| Sep 2025 | 3,587,953 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 3,712,596 |
| Jul 2025 | 3,690,277 |
| Jun 2025 | 3,547,009 |
| May 2025 | 3,637,573 |
| Apr 2025 | 3,526,099 |
| Mar 2025 | 3,655,231 |
| Feb 2025 | 3,216,266 |
| Jan 2025 | 3,532,009 |
| Dec 2024 | 3,593,870 |
| Nov 2024 | 3,415,560 |
Pull the full history of Marketed 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=USNGMKTPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGMKTPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGMKTPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();