Natural Gas Price was last reported at 2.97 $ per million BTU as of September 15, 2026. That is up 4.21% from the prior reading of 2.85 $ per million BTU. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Markets category. The next scheduled release is September 23, 2026.
| Date | Value ($ per million BTU) |
|---|---|
| Sep 15, 2026 | 2.97 |
| Sep 14, 2026 | 2.85 |
| Sep 11, 2026 | 2.71 |
| Sep 10, 2026 | 2.76 |
| Sep 9, 2026 | 2.81 |
| Sep 8, 2026 | 2.90 |
| Sep 4, 2026 | 2.92 |
| Sep 3, 2026 | 2.95 |
| Sep 2, 2026 | 2.88 |
| Sep 1, 2026 | 2.90 |
| Date | Value ($ per million BTU) |
|---|---|
| Aug 31, 2026 | 2.90 |
| Aug 28, 2026 | 2.82 |
| Aug 27, 2026 | 2.89 |
| Aug 26, 2026 | 2.81 |
| Aug 25, 2026 | 2.70 |
| Aug 24, 2026 | 2.83 |
| Aug 21, 2026 | 2.82 |
| Aug 20, 2026 | 2.94 |
| Aug 19, 2026 | 2.94 |
| Aug 18, 2026 | 2.82 |
Pull the full history of Natural Gas Price 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=CMDNATGAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDNATGAS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDNATGAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();