World Rice Production was last reported at 533,852 Thousand Tonnes as of January 1, 2026. That is down 2.21% from the prior reading of 545,906 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 533,852 |
| 2025 | 545,906 |
| 2024 | 542,298 |
| 2023 | 523,794 |
| 2022 | 516,927 |
| 2021 | 514,186 |
| 2020 | 509,416 |
| 2019 | 498,691 |
| 2018 | 498,328 |
| 2017 | 495,231 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 492,436 |
| 2015 | 477,571 |
| 2014 | 483,233 |
| 2013 | 481,893 |
| 2012 | 476,040 |
| 2011 | 469,557 |
| 2010 | 451,393 |
| 2009 | 440,889 |
| 2008 | 450,140 |
| 2007 | 434,115 |
Pull the full history of World Rice Production 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=WLDRICEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDRICEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDRICEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();