Corn Price History: Monthly Global Maize Price Since 1992
Corn (maize) price history in US dollars per metric ton — IMF Primary Commodity Prices via FRED, monthly since 1992. Covers the ethanol era, the 2012 US drought record, and the 2022 Ukraine spike. CSV and Excel, free.
Corn (maize) is the world’s largest grain crop by volume, used mainly for animal feed, ethanol, and processed food. This dataset tracks the IMF Primary Commodity Prices benchmark, US No.2 Yellow corn (FOB Gulf of Mexico), published monthly in US dollars per metric ton and distributed via FRED under the code PMAIZMTUSDM, with continuous coverage since 1992. The United States is by far the largest producer and exporter.
Dataset: Corn Price (1992–2026) · Updated 2026-03-01
Loading FRED data…
Source: IMF Primary Commodity Prices · International Monetary Fund (via FRED)
Macro Takeaway
Corn straddles food, feed, and energy: roughly a third of the US crop goes to ethanol, so its price is tied to crude oil as well as to weather in the US Midwest. It moves with the other staple grains, especially wheat and soybeans, which compete for the same acreage.
The 2012 US Midwest drought drove corn futures to record highs, the defining supply shock of the modern era. The US ethanol mandate had earlier structurally lifted demand from the mid-2000s, and Russia’s 2022 invasion of Ukraine — a major corn exporter — produced a further multi-year-high spike before strong harvests eased prices.
Dataset Overview
| Indicator | Global Price of Corn (1992–2026) |
|---|---|
| Geography | United States (largest producer and exporter), China, Brazil, Argentina, Ukraine |
| Frequency | Monthly |
| Period | 1992–2026 |
| Variables | Date, corn price (US dollars per metric ton) |
| Format | CSV, Excel (XLSX) |
| Sources | International Monetary Fund — Primary Commodity Prices (FRED series PMAIZMTUSDM) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns. Each row represents one calendar month.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation month (first day of month) |
corn_price | Float | Global price of corn, US dollars per metric ton |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats — monthly observations covering more than three decades.
FRED Direct CSV Access
The underlying data is published in the Federal Reserve Economic Data (FRED) database under the series code PMAIZMTUSDM, sourced from the IMF Primary Commodity Prices dataset:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=PMAIZMTUSDM
The Eco3min dataset mirrors the same monthly series, packaged in a stable, versionable CSV with consistent column names — designed for direct ingestion in Python, R, or any data pipeline. The URL never changes, making it suitable for automated scripts.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/corn-price.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.
Using the Dataset in Python
import pandas as pd url = "https://eco3min.fr/dataset/corn-price.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["corn_price"].describe()) df.plot(x="date", y="corn_price", title="Corn Price", legend=False)
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/corn-price.csv" df <- read_csv(url) head(df) summary(df$corn_price)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The IMF reports the corn price in US dollars per metric ton, based on US No.2 Yellow corn, FOB Gulf of Mexico.
Values are monthly averages, which smooth the intra-month swings visible in daily futures and physical quotes. The series begins in 1992.
This dataset is updated monthly via an automated pull from the FRED API (series PMAIZMTUSDM) by an Eco3min pipeline running on GitHub Actions, which regenerates the cleaned CSV and Excel files and refreshes the page metadata.
Data Quality & Provider Notes
The IMF/benchmark price is a widely cited physical-market reference. A few provider-specific points matter when using this series.
- Release latency. The IMF publishes Primary Commodity Prices monthly, typically in the first week of the following month. FRED ingests the update shortly after, and Eco3min mirrors it with a monthly pull. The series is not a real-time price.
- Monthly average vs futures spot. This series is a monthly average. It will differ from any single exchange settlement, and a monthly average necessarily understates intra-month peaks.
- Revisions. Prices are market-derived and not subject to the vintage revisions of survey-based macro series, though the IMF can restate recent observations.
- Alternative sources. ICE futures and the originating auction or indicator bodies provide higher-frequency or contract-specific quotes.
Common Pitfalls When Using This Series
- Confusing nominal and real prices. This series is nominal. Comparing an early-1990s reading to a recent one without adjusting for cumulative inflation overstates the real change. Deflating by CPI gives the true purchasing-power move.
- Reading the monthly average as a market price. Headlines quote exchange futures; this dataset reports the monthly benchmark average. The two diverge most during fast-moving rallies.
- Unit confusion. This series is in US dollars per metric ton; CBOT corn futures are quoted in US cents per bushel, so comparison requires conversion (1 metric ton ≈ 39.37 bushels).
Historical Regimes
1992–2005 — Low and stable. Abundant US supply held corn in a modest range.
2006–2008 — Ethanol era and food crisis. The US Renewable Fuel Standard and the 2008 food crisis lifted corn sharply.
2010–2012 — Drought record. A severe 2012 US Midwest drought drove corn futures to record highs.
2013–2019 — Surplus and decline. Record US harvests pulled prices back down.
2020–2021 — Recovery. Strong Chinese demand and pandemic dynamics lifted prices.
2022 — Ukraine spike. Russia’s invasion of Ukraine, a major corn exporter, pushed corn to multi-year highs.
2023–2026 — Normalisation. Strong US and South American harvests eased prices.
Related Macroeconomic Datasets
- Soybeans Price — the competing US row crop
- Wheat Price — a fellow staple grain
- Rice Price — the Asian staple grain
- WTI Crude Oil Price — the energy link via corn ethanol
- Sugar Price — a fellow biofuel feedstock
Commodity Price Hub
This dataset is part of the Eco3min commodity price repository — energy, metals, agricultural softs, and grains, all sourced from IMF Primary Commodity Prices via FRED.
Explore the Commodity Price Hub
Sources
- International Monetary Fund — Primary Commodity Prices, Global Price of Corn
- Federal Reserve Bank of St. Louis — FRED database, series PMAIZMTUSDM
- US Gulf No.2 Yellow corn export quotations — basis underlying the IMF series
Dataset Reference
Last updated — 3 June 2026
Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.
