World Bank Precious Metals Price Index was last reported at 345.2 points as of August 1, 2026. That is up 8.83% from the prior reading of 317.2 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 | 345.2 |
| Jul 2026 | 317.2 |
| Jun 2026 | 334.7 |
| May 2026 | 368.7 |
| Apr 2026 | 375.3 |
| Mar 2026 | 385.7 |
| Feb 2026 | 400.2 |
| Jan 2026 | 393.3 |
| Dec 2025 | 336.1 |
| Nov 2025 | 310.2 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 307.5 |
| Sep 2025 | 276.1 |
| Aug 2025 | 252.5 |
| Jul 2025 | 250.4 |
| Jun 2025 | 249.3 |
| May 2025 | 243.0 |
| Apr 2025 | 236.6 |
| Mar 2025 | 222.7 |
| Feb 2025 | 216.1 |
| Jan 2025 | 202.6 |
Pull the full history of World Bank Precious Metals 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=CMDWBPRECIOUS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBPRECIOUS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBPRECIOUS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();