World Wheat Production was last reported at 822,432 Thousand Tonnes as of January 1, 2026. That is down 2.55% from the prior reading of 843,989 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 822,432 |
| 2025 | 843,989 |
| 2024 | 799,099 |
| 2023 | 791,593 |
| 2022 | 790,286 |
| 2021 | 780,860 |
| 2020 | 772,759 |
| 2019 | 759,933 |
| 2018 | 729,893 |
| 2017 | 760,308 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 757,269 |
| 2015 | 739,036 |
| 2014 | 732,116 |
| 2013 | 718,132 |
| 2012 | 660,810 |
| 2011 | 698,743 |
| 2010 | 650,300 |
| 2009 | 687,531 |
| 2008 | 684,262 |
| 2007 | 611,710 |
Pull the full history of World Wheat Production 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=WLDWHEATPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDWHEATPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDWHEATPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();