World Rice Ending Stocks was last reported at 196,985 Thousand Tonnes as of January 1, 2026. That is down 2.84% from the prior reading of 202,741 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 196,985 |
| 2025 | 202,741 |
| 2024 | 191,221 |
| 2023 | 179,788 |
| 2022 | 180,721 |
| 2021 | 184,746 |
| 2020 | 189,238 |
| 2019 | 183,329 |
| 2018 | 177,841 |
| 2017 | 164,856 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 151,711 |
| 2015 | 143,908 |
| 2014 | 136,215 |
| 2013 | 128,666 |
| 2012 | 123,556 |
| 2011 | 112,699 |
| 2010 | 102,795 |
| 2009 | 97,498 |
| 2008 | 95,011 |
| 2007 | 82,312 |
Pull the full history of World Rice Ending Stocks 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=WLDRICESTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDRICESTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDRICESTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();