Potash Price was last reported at 387 USD/T as of August 1, 2026. That is down 2.42% from the prior reading of 397 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 | 387 |
| Jul 2026 | 397 |
| Jun 2026 | 403 |
| May 2026 | 405 |
| Apr 2026 | 401 |
| Mar 2026 | 381 |
| Feb 2026 | 373 |
| Jan 2026 | 366 |
| Dec 2025 | 358 |
| Nov 2025 | 354 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 352 |
| Sep 2025 | 353 |
| Aug 2025 | 357 |
| Jul 2025 | 363 |
| Jun 2025 | 363 |
| May 2025 | 363 |
| Apr 2025 | 352 |
| Mar 2025 | 336 |
| Feb 2025 | 319 |
| Jan 2025 | 302 |
Pull the full history of Potash 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=CMDPOTASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDPOTASH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDPOTASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();