Natural Gas Exports was last reported at 824,116 million cubic feet as of June 1, 2026. That is up 0.89% from the prior reading of 816,867 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 | 824,116 |
| May 2026 | 816,867 |
| Apr 2026 | 807,811 |
| Mar 2026 | 890,275 |
| Feb 2026 | 783,680 |
| Jan 2026 | 833,493 |
| Dec 2025 | 880,710 |
| Nov 2025 | 806,617 |
| Oct 2025 | 783,493 |
| Sep 2025 | 728,925 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 761,610 |
| Jul 2025 | 720,714 |
| Jun 2025 | 691,788 |
| May 2025 | 735,679 |
| Apr 2025 | 725,180 |
| Mar 2025 | 752,955 |
| Feb 2025 | 683,448 |
| Jan 2025 | 694,304 |
| Dec 2024 | 695,391 |
| Nov 2024 | 639,236 |
Pull the full history of Natural Gas Exports 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=USNGEXPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGEXPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGEXPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();