World Bank Food Price Index was last reported at 119.1 points as of August 1, 2026. That is up 1.36% from the prior reading of 117.5 points. This indicator is reported Monthly, and is tracked under the Agriculture category. The next scheduled release is October 5, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 119.1 |
| Jul 2026 | 117.5 |
| Jun 2026 | 117.2 |
| May 2026 | 120.7 |
| Apr 2026 | 118.5 |
| Mar 2026 | 116.7 |
| Feb 2026 | 113.5 |
| Jan 2026 | 111.0 |
| Dec 2025 | 109.4 |
| Nov 2025 | 109.0 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 106.3 |
| Sep 2025 | 107.2 |
| Aug 2025 | 106.8 |
| Jul 2025 | 107.8 |
| Jun 2025 | 106.7 |
| May 2025 | 108.3 |
| Apr 2025 | 110.3 |
| Mar 2025 | 110.9 |
| Feb 2025 | 113.8 |
| Jan 2025 | 114.4 |
Pull the full history of World Bank Food 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=CMDWBFOOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBFOOD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBFOOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();