US Corn Ending Stocks was last reported at 39,793 Thousand Tonnes as of January 1, 2026. That is down 18.49% from the prior reading of 48,817 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 39,793 |
| 2025 | 48,817 |
| 2024 | 39,404 |
| 2023 | 44,792 |
| 2022 | 34,551 |
| 2021 | 34,975 |
| 2020 | 31,358 |
| 2019 | 50,913 |
| 2018 | 56,823 |
| 2017 | 54,367 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 58,253 |
| 2015 | 44,123 |
| 2014 | 43,974 |
| 2013 | 31,292 |
| 2012 | 20,859 |
| 2011 | 25,122 |
| 2010 | 28,644 |
| 2009 | 43,380 |
| 2008 | 42,504 |
| 2007 | 41,255 |
Pull the full history of US 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=USCORNSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCORNSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCORNSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();