US Wheat Ending Stocks was last reported at 19,506 Thousand Tonnes as of January 1, 2026. That is down 22.10% from the prior reading of 25,041 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 19,506 |
| 2025 | 25,041 |
| 2024 | 23,262 |
| 2023 | 18,954 |
| 2022 | 15,501 |
| 2021 | 18,355 |
| 2020 | 23,001 |
| 2019 | 27,985 |
| 2018 | 29,386 |
| 2017 | 29,907 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 32,131 |
| 2015 | 26,552 |
| 2014 | 20,477 |
| 2013 | 16,065 |
| 2012 | 19,538 |
| 2011 | 20,211 |
| 2010 | 23,487 |
| 2009 | 26,552 |
| 2008 | 17,867 |
| 2007 | 8,323 |
Pull the full history of US Wheat 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=USWHEATSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USWHEATSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USWHEATSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();