Urea Price was last reported at 390 USD/T as of August 1, 2026. That is down 2.50% from the prior reading of 400 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 | 390 |
| Jul 2026 | 400 |
| Jun 2026 | 453 |
| May 2026 | 771 |
| Apr 2026 | 857 |
| Mar 2026 | 726 |
| Feb 2026 | 472 |
| Jan 2026 | 415 |
| Dec 2025 | 393 |
| Nov 2025 | 409 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 394 |
| Sep 2025 | 461 |
| Aug 2025 | 508 |
| Jul 2025 | 496 |
| Jun 2025 | 421 |
| May 2025 | 392 |
| Apr 2025 | 387 |
| Mar 2025 | 395 |
| Feb 2025 | 437 |
| Jan 2025 | 381 |
Pull the full history of Urea 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=CMDUREA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDUREA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDUREA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();