Industrial Natural Gas Price was last reported at 4.37 USD/Mcf as of June 1, 2026. That is up 4.55% from the prior reading of 4.18 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 | 4.37 |
| May 2026 | 4.18 |
| Apr 2026 | 4.81 |
| Mar 2026 | 5.27 |
| Feb 2026 | 8.43 |
| Jan 2026 | 7.20 |
| Dec 2025 | 6.37 |
| Nov 2025 | 5.33 |
| Oct 2025 | 4.55 |
| Sep 2025 | 4.41 |
| Date | Value (USD/Mcf) |
|---|---|
| Aug 2025 | 4.46 |
| Jul 2025 | 4.63 |
| Jun 2025 | 4.65 |
| May 2025 | 4.69 |
| Apr 2025 | 5.31 |
| Mar 2025 | 5.67 |
| Feb 2025 | 5.92 |
| Jan 2025 | 6.03 |
| Dec 2024 | 5.21 |
| Nov 2024 | 4.04 |
Pull the full history of Industrial 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=USNGPRICEIND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGPRICEIND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGPRICEIND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();