Residential Natural Gas Price was last reported at 24.09 USD/Mcf as of June 1, 2026. That is up 22.10% from the prior reading of 19.73 USD/Mcf. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (USD/Mcf) |
|---|---|
| Jun 2026 | 24.09 |
| May 2026 | 19.73 |
| Apr 2026 | 18.04 |
| Mar 2026 | 16.16 |
| Feb 2026 | 14.95 |
| Jan 2026 | 13.96 |
| Dec 2025 | 14.09 |
| Nov 2025 | 15.07 |
| Oct 2025 | 19.32 |
| Sep 2025 | 24.70 |
| Date | Value (USD/Mcf) |
|---|---|
| Aug 2025 | 26.24 |
| Jul 2025 | 25.41 |
| Jun 2025 | 23.26 |
| May 2025 | 19.24 |
| Apr 2025 | 16.17 |
| Mar 2025 | 14.62 |
| Feb 2025 | 12.97 |
| Jan 2025 | 12.44 |
| Dec 2024 | 12.85 |
| Nov 2024 | 14.79 |
Pull the full history of Residential 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=USNGPRICERES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGPRICERES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGPRICERES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();