Rice Price was last reported at 471 USD/T as of August 1, 2026. That is up 0.86% from the prior reading of 467 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 | 471 |
| Jul 2026 | 467 |
| Jun 2026 | 494 |
| May 2026 | 440 |
| Apr 2026 | 403 |
| Mar 2026 | 381 |
| Feb 2026 | 409 |
| Jan 2026 | 408 |
| Dec 2025 | 424 |
| Nov 2025 | 368 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 356 |
| Sep 2025 | 374 |
| Aug 2025 | 375 |
| Jul 2025 | 392 |
| Jun 2025 | 419 |
| May 2025 | 431 |
| Apr 2025 | 415 |
| Mar 2025 | 425 |
| Feb 2025 | 437 |
| Jan 2025 | 478 |
Pull the full history of Rice 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=CMDRICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDRICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDRICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();