US Wheat Production was last reported at 41,656 Thousand Tonnes as of January 1, 2026. That is down 22.87% from the prior reading of 54,010 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 41,656 |
| 2025 | 54,010 |
| 2024 | 53,851 |
| 2023 | 49,095 |
| 2022 | 44,898 |
| 2021 | 44,804 |
| 2020 | 49,523 |
| 2019 | 52,581 |
| 2018 | 51,311 |
| 2017 | 47,380 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 62,832 |
| 2015 | 56,117 |
| 2014 | 55,147 |
| 2013 | 58,105 |
| 2012 | 61,298 |
| 2011 | 54,244 |
| 2010 | 58,868 |
| 2009 | 60,117 |
| 2008 | 68,363 |
| 2007 | 55,821 |
Pull the full history of US 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=USWHEATPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USWHEATPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USWHEATPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();