DAP Fertilizer Price was last reported at 794 USD/T as of August 1, 2026. That is up 1.56% from the prior reading of 781 USD/T. This indicator is reported Monthly, and is tracked under the Agriculture category. The next scheduled release is October 5, 2026.
| Date | Value (USD/T) |
|---|---|
| Aug 2026 | 794 |
| Jul 2026 | 781 |
| Jun 2026 | 784 |
| May 2026 | 770 |
| Apr 2026 | 725 |
| Mar 2026 | 658 |
| Feb 2026 | 627 |
| Jan 2026 | 619 |
| Dec 2025 | 628 |
| Nov 2025 | 708 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 754 |
| Sep 2025 | 781 |
| Aug 2025 | 795 |
| Jul 2025 | 736 |
| Jun 2025 | 715 |
| May 2025 | 669 |
| Apr 2025 | 635 |
| Mar 2025 | 615 |
| Feb 2025 | 604 |
| Jan 2025 | 583 |
Pull the full history of DAP Fertilizer Price 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=CMDDAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDDAP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDDAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();