US Corn Production was last reported at 401,332 Thousand Tonnes as of January 1, 2026. That is down 7.17% from the prior reading of 432,342 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 401,332 |
| 2025 | 432,342 |
| 2024 | 378,268 |
| 2023 | 389,667 |
| 2022 | 346,739 |
| 2021 | 381,469 |
| 2020 | 357,819 |
| 2019 | 344,651 |
| 2018 | 363,787 |
| 2017 | 371,096 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 384,778 |
| 2015 | 345,506 |
| 2014 | 361,136 |
| 2013 | 351,316 |
| 2012 | 273,192 |
| 2011 | 312,789 |
| 2010 | 315,618 |
| 2009 | 331,921 |
| 2008 | 305,911 |
| 2007 | 331,177 |
Pull the full history of US Corn 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=USCORNPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCORNPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCORNPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();