World Corn Production was last reported at 1,290,952 Thousand Tonnes as of January 1, 2026. That is down 3.00% from the prior reading of 1,330,812 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 1,290,952 |
| 2025 | 1,330,812 |
| 2024 | 1,235,033 |
| 2023 | 1,232,008 |
| 2022 | 1,165,651 |
| 2021 | 1,220,839 |
| 2020 | 1,134,185 |
| 2019 | 1,127,939 |
| 2018 | 1,132,824 |
| 2017 | 1,086,929 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 1,129,233 |
| 2015 | 1,021,102 |
| 2014 | 1,061,041 |
| 2013 | 1,033,821 |
| 2012 | 903,265 |
| 2011 | 910,355 |
| 2010 | 849,170 |
| 2009 | 833,716 |
| 2008 | 806,306 |
| 2007 | 798,462 |
Pull the full history of World 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=WLDCORNPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDCORNPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDCORNPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();