World Bank Metals and Minerals Price Index was last reported at 146.2 points as of August 1, 2026. That is up 4.06% from the prior reading of 140.5 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 | 146.2 |
| Jul 2026 | 140.5 |
| Jun 2026 | 144.6 |
| May 2026 | 148.8 |
| Apr 2026 | 143.6 |
| Mar 2026 | 137.6 |
| Feb 2026 | 135.7 |
| Jan 2026 | 138.0 |
| Dec 2025 | 126.3 |
| Nov 2025 | 119.9 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 119.3 |
| Sep 2025 | 113.1 |
| Aug 2025 | 110.0 |
| Jul 2025 | 110.3 |
| Jun 2025 | 108.7 |
| May 2025 | 106.8 |
| Apr 2025 | 104.0 |
| Mar 2025 | 111.8 |
| Feb 2025 | 109.6 |
| Jan 2025 | 106.0 |
Pull the full history of World Bank Metals and Minerals 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=CMDWBMETALS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBMETALS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBMETALS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();