World Corn Ending Stocks was last reported at 272,101 Thousand Tonnes as of January 1, 2026. That is down 9.72% from the prior reading of 301,381 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 272,101 |
| 2025 | 301,381 |
| 2024 | 295,701 |
| 2023 | 313,842 |
| 2022 | 303,718 |
| 2021 | 313,333 |
| 2020 | 296,931 |
| 2019 | 314,970 |
| 2018 | 328,069 |
| 2017 | 340,892 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 347,530 |
| 2015 | 312,833 |
| 2014 | 279,937 |
| 2013 | 216,040 |
| 2012 | 145,530 |
| 2011 | 122,848 |
| 2010 | 114,858 |
| 2009 | 131,485 |
| 2008 | 136,049 |
| 2007 | 125,362 |
Pull the full history of World Corn 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=WLDCORNSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDCORNSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDCORNSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();