World Bank Agriculture Price Index was last reported at 119.1 points as of August 1, 2026. That is up 1.62% from the prior reading of 117.2 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.2 |
| Jun 2026 | 113.8 |
| May 2026 | 116.0 |
| Apr 2026 | 113.3 |
| Mar 2026 | 111.5 |
| Feb 2026 | 109.9 |
| Jan 2026 | 111.6 |
| Dec 2025 | 112.1 |
| Nov 2025 | 112.5 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 111.6 |
| Sep 2025 | 113.8 |
| Aug 2025 | 113.5 |
| Jul 2025 | 112.3 |
| Jun 2025 | 114.4 |
| May 2025 | 117.8 |
| Apr 2025 | 117.5 |
| Mar 2025 | 118.2 |
| Feb 2025 | 122.7 |
| Jan 2025 | 122.3 |
Pull the full history of World Bank Agriculture 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=CMDWBAGRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBAGRI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBAGRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();