Natural Gas Imports was last reported at 227,217 million cubic feet as of June 1, 2026. That is up 1.47% from the prior reading of 223,921 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 | 227,217 |
| May 2026 | 223,921 |
| Apr 2026 | 216,770 |
| Mar 2026 | 238,826 |
| Feb 2026 | 276,295 |
| Jan 2026 | 339,808 |
| Dec 2025 | 327,978 |
| Nov 2025 | 264,300 |
| Oct 2025 | 232,571 |
| Sep 2025 | 225,587 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 237,779 |
| Jul 2025 | 257,860 |
| Jun 2025 | 246,436 |
| May 2025 | 240,509 |
| Apr 2025 | 236,258 |
| Mar 2025 | 263,120 |
| Feb 2025 | 295,540 |
| Jan 2025 | 335,685 |
| Dec 2024 | 309,413 |
| Nov 2024 | 270,439 |
Pull the full history of Natural Gas Imports 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=USNGIMPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGIMPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGIMPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();