World Bank Non-Energy Price Index was last reported at 128.6 points as of August 1, 2026. That is up 2.31% from the prior reading of 125.7 points. This indicator is reported Monthly, and is tracked under the Markets category. The next scheduled release is October 5, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 128.6 |
| Jul 2026 | 125.7 |
| Jun 2026 | 125.0 |
| May 2026 | 129.4 |
| Apr 2026 | 126.3 |
| Mar 2026 | 122.3 |
| Feb 2026 | 119.3 |
| Jan 2026 | 120.8 |
| Dec 2025 | 117.4 |
| Nov 2025 | 115.8 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 115.0 |
| Sep 2025 | 114.9 |
| Aug 2025 | 113.9 |
| Jul 2025 | 113.2 |
| Jun 2025 | 113.6 |
| May 2025 | 114.9 |
| Apr 2025 | 113.6 |
| Mar 2025 | 116.6 |
| Feb 2025 | 118.9 |
| Jan 2025 | 117.2 |
Pull the full history of World Bank Non-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=CMDWBNONENERGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBNONENERGY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBNONENERGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();