Natural Gas Storage was last reported at 3,298 billion cubic feet as of September 11, 2026. That is up 1.35% from the prior reading of 3,254 billion cubic feet. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is October 1, 2026.
| Date | Value (billion cubic feet) |
|---|---|
| Sep 11, 2026 | 3,298 |
| Sep 4, 2026 | 3,254 |
| Aug 28, 2026 | 3,214 |
| Aug 21, 2026 | 3,184 |
| Aug 14, 2026 | 3,169 |
| Aug 7, 2026 | 3,153 |
| Jul 31, 2026 | 3,117 |
| Jul 24, 2026 | 3,084 |
| Jul 17, 2026 | 3,056 |
| Jul 10, 2026 | 3,024 |
| Date | Value (billion cubic feet) |
|---|---|
| Jul 3, 2026 | 2,983 |
| Jun 26, 2026 | 2,922 |
| Jun 19, 2026 | 2,835 |
| Jun 12, 2026 | 2,759 |
| Jun 5, 2026 | 2,686 |
| May 29, 2026 | 2,578 |
| May 22, 2026 | 2,483 |
| May 15, 2026 | 2,391 |
| May 8, 2026 | 2,290 |
| May 1, 2026 | 2,205 |
Pull the full history of Natural Gas Storage 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=USNGSTORAGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGSTORAGE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGSTORAGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();