World Wheat Ending Stocks was last reported at 276,291 Thousand Tonnes as of January 1, 2026. That is down 1.54% from the prior reading of 280,604 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 276,291 |
| 2025 | 280,604 |
| 2024 | 260,590 |
| 2023 | 269,944 |
| 2022 | 274,187 |
| 2021 | 275,010 |
| 2020 | 285,475 |
| 2019 | 298,622 |
| 2018 | 284,007 |
| 2017 | 287,297 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 267,779 |
| 2015 | 247,821 |
| 2014 | 225,580 |
| 2013 | 200,723 |
| 2012 | 180,610 |
| 2011 | 200,121 |
| 2010 | 199,617 |
| 2009 | 203,785 |
| 2008 | 170,285 |
| 2007 | 129,216 |
Pull the full history of World 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=WLDWHEATSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDWHEATSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDWHEATSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();