LNG Exports was last reported at 521,059 million cubic feet as of June 1, 2026. That is up 3.63% from the prior reading of 502,812 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 | 521,059 |
| May 2026 | 502,812 |
| Apr 2026 | 537,936 |
| Mar 2026 | 573,089 |
| Feb 2026 | 493,596 |
| Jan 2026 | 539,203 |
| Dec 2025 | 569,267 |
| Nov 2025 | 525,089 |
| Oct 2025 | 503,475 |
| Sep 2025 | 451,755 |
| Date | Value (million cubic feet) |
|---|---|
| Aug 2025 | 451,139 |
| Jul 2025 | 436,840 |
| Jun 2025 | 406,036 |
| May 2025 | 435,298 |
| Apr 2025 | 448,242 |
| Mar 2025 | 457,660 |
| Feb 2025 | 409,232 |
| Jan 2025 | 414,951 |
| Dec 2024 | 410,786 |
| Nov 2024 | 376,065 |
Pull the full history of LNG 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=USLNGEXPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USLNGEXPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USLNGEXPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();