Electric Power Natural Gas Price was last reported at 3.28 USD/Mcf as of June 1, 2026. That is up 15.49% from the prior reading of 2.84 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 | 3.28 |
| May 2026 | 2.84 |
| Apr 2026 | 2.87 |
| Mar 2026 | 3.22 |
| Feb 2026 | 6.57 |
| Jan 2026 | 10.50 |
| Dec 2025 | 5.28 |
| Nov 2025 | 4.04 |
| Oct 2025 | 3.19 |
| Sep 2025 | 3.14 |
| Date | Value (USD/Mcf) |
|---|---|
| Aug 2025 | 3.28 |
| Jul 2025 | 3.66 |
| Jun 2025 | 3.45 |
| May 2025 | 3.39 |
| Apr 2025 | 3.72 |
| Mar 2025 | 4.35 |
| Feb 2025 | 5.06 |
| Jan 2025 | 6.21 |
| Dec 2024 | 3.96 |
| Nov 2024 | 2.71 |
Pull the full history of Electric Power 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=USNGPRICEPWR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNGPRICEPWR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNGPRICEPWR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();