European Natural Gas Price was last reported at 17.93 $ per MMBtu as of July 1, 2026. That is up 18.80% from the prior reading of 15.09 $ per MMBtu. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Markets category.
| Date | Value ($ per MMBtu) |
|---|---|
| Jul 2026 | 17.93 |
| Jun 2026 | 15.09 |
| May 2026 | 16.15 |
| Apr 2026 | 15.39 |
| Mar 2026 | 17.67 |
| Feb 2026 | 11.19 |
| Jan 2026 | 11.99 |
| Dec 2025 | 9.46 |
| Nov 2025 | 10.36 |
| Oct 2025 | 10.90 |
| Date | Value ($ per MMBtu) |
|---|---|
| Sep 2025 | 11.00 |
| Aug 2025 | 10.98 |
| Jul 2025 | 11.47 |
| Jun 2025 | 12.30 |
| May 2025 | 11.62 |
| Apr 2025 | 11.57 |
| Mar 2025 | 13.16 |
| Feb 2025 | 15.38 |
| Jan 2025 | 14.76 |
| Dec 2024 | 13.76 |
Pull the full history of European 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=CMDNATGASEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDNATGASEU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDNATGASEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();