Natural Gas Pipeline Exports was last reported at 303,057 million cubic feet as of June 1, 2026. That is down 3.50% from the prior reading of 314,054 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 | 303,057 |
| May 2026 | 314,054 |
| Apr 2026 | 269,875 |
| Mar 2026 | 317,185 |
| Feb 2026 | 290,083 |
| Jan 2026 | 294,289 |
| Dec 2025 | 311,443 |
| Nov 2025 | 281,528 |
| Oct 2025 | 280,018 |
| Sep 2025 | 277,170 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 310,471 |
| Jul 2025 | 283,874 |
| Jun 2025 | 285,751 |
| May 2025 | 300,380 |
| Apr 2025 | 276,877 |
| Mar 2025 | 295,246 |
| Feb 2025 | 274,214 |
| Jan 2025 | 279,353 |
| Dec 2024 | 284,541 |
| Nov 2024 | 263,125 |
Pull the full history of Natural Gas Pipeline 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=USNGPIPEEXPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGPIPEEXPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGPIPEEXPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();