World Bank Energy Price Index was last reported at 118.4 points as of August 1, 2026. That is up 8.82% from the prior reading of 108.8 points. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 5, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 118.4 |
| Jul 2026 | 108.8 |
| Jun 2026 | 109.9 |
| May 2026 | 133.7 |
| Apr 2026 | 146.7 |
| Mar 2026 | 130.6 |
| Feb 2026 | 92.4 |
| Jan 2026 | 92.8 |
| Dec 2025 | 82.9 |
| Nov 2025 | 84.0 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 84.3 |
| Sep 2025 | 87.6 |
| Aug 2025 | 88.1 |
| Jul 2025 | 91.7 |
| Jun 2025 | 92.2 |
| May 2025 | 84.0 |
| Apr 2025 | 87.9 |
| Mar 2025 | 95.1 |
| Feb 2025 | 99.2 |
| Jan 2025 | 103.5 |
Pull the full history of World Bank Energy Price Index 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=CMDWBENERGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBENERGY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBENERGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();