IMF All Commodities Index was last reported at 193.2 Index 2016=100 as of July 1, 2026. That is down 0.73% from the prior reading of 194.6 Index 2016=100. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Markets category.
| Date | Value (Index 2016=100) |
|---|---|
| Jul 2026 | 193.2 |
| Jun 2026 | 194.6 |
| May 2026 | 214.5 |
| Apr 2026 | 214.3 |
| Mar 2026 | 218.8 |
| Feb 2026 | 184.3 |
| Jan 2026 | 180.4 |
| Dec 2025 | 170.8 |
| Nov 2025 | 168.6 |
| Oct 2025 | 167.8 |
| Date | Value (Index 2016=100) |
|---|---|
| Sep 2025 | 167.5 |
| Aug 2025 | 163.3 |
| Jul 2025 | 165.8 |
| Jun 2025 | 166.2 |
| May 2025 | 161.2 |
| Apr 2025 | 162.8 |
| Mar 2025 | 167.6 |
| Feb 2025 | 172.3 |
| Jan 2025 | 172.9 |
| Dec 2024 | 166.7 |
Pull the full history of IMF All Commodities 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=CMDALLCOMM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDALLCOMM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDALLCOMM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();