World Bank Fertilizer Price Index was last reported at 146.4 points as of August 1, 2026. That is down 1.94% from the prior reading of 149.3 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 | 146.4 |
| Jul 2026 | 149.3 |
| Jun 2026 | 156.1 |
| May 2026 | 199.7 |
| Apr 2026 | 208.7 |
| Mar 2026 | 183.0 |
| Feb 2026 | 145.0 |
| Jan 2026 | 136.1 |
| Dec 2025 | 132.9 |
| Nov 2025 | 140.5 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 139.6 |
| Sep 2025 | 149.5 |
| Aug 2025 | 156.3 |
| Jul 2025 | 154.5 |
| Jun 2025 | 143.0 |
| May 2025 | 133.2 |
| Apr 2025 | 129.2 |
| Mar 2025 | 128.4 |
| Feb 2025 | 133.5 |
| Jan 2025 | 124.3 |
Pull the full history of World Bank Fertilizer 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=CMDWBFERT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWBFERT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWBFERT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();