Coffee Robusta Price History: Monthly Global Price Since 1992
Robusta coffee price history in US cents per pound — IMF Primary Commodity Prices via FRED, monthly since 1992. Covers Vietnam's rise, the early-2000s glut, and the record 2024 supply shock. CSV and Excel, free.
Robusta is the hardier, lower-altitude coffee bean, with higher caffeine and a stronger, more bitter profile used in instant coffee and espresso blends. It accounts for roughly 40% of world output, with Vietnam as the dominant producer. This dataset tracks the IMF Primary Commodity Prices robusta benchmark, published monthly in US cents per pound and distributed via FRED under the code PCOFFROBUSDM, with continuous coverage since 1992.
Dataset: Robusta Coffee Price (1992–2026) · Updated 2026-05-01
Loading FRED data…
Source: IMF Primary Commodity Prices · International Monetary Fund (via FRED)
Macro Takeaway
Robusta tracks Vietnam, which supplies around 40% of the world’s beans, so weather in the Central Highlands dominates the price. Demand is structurally rising as roasters substitute robusta for pricier arabica, linking the two grades and, through climate stress, to cocoa.
In 2024 a Vietnamese heatwave and multi-year drought cut output, driving robusta to a record near $4,575 per metric ton on ICE Europe in April 2024. Prices held close to record territory into 2025 as substitution demand from costly arabica added pressure.
Dataset Overview
| Indicator | Global Price of Robusta Coffee (1992–2026) |
|---|---|
| Geography | Vietnam (largest producer), Brazil (conilon), Indonesia, Uganda |
| Frequency | Monthly |
| Period | 1992–2026 |
| Variables | Date, robusta coffee price (US cents per pound) |
| Format | CSV, Excel (XLSX) |
| Sources | International Monetary Fund — Primary Commodity Prices (FRED series PCOFFROBUSDM) |
| 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) |
robusta_price | Float | Global price of robusta coffee, US cents per pound |
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 PCOFFROBUSDM, sourced from the IMF Primary Commodity Prices dataset:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=PCOFFROBUSDM
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/coffee-robusta-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/coffee-robusta-price.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["robusta_price"].describe()) df.plot(x="date", y="robusta_price", title="Robusta Coffee Price", legend=False)
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/coffee-robusta-price.csv" df <- read_csv(url) head(df) summary(df$robusta_price)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The IMF reports the robusta indicator price in US cents per pound, derived from the International Coffee Organization (ICO) indicator and the London ICE robusta market.
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 PCOFFROBUSDM) 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 cents per pound; London robusta futures are quoted in US dollars per metric ton, so comparison requires unit conversion (1 metric ton ≈ 2,204.6 lb).
Historical Regimes
1992–2001 — Vietnam’s rise and glut. Vietnam’s explosive expansion turned it into the world’s top robusta producer, flooding the market and helping drive the early-2000s coffee crisis.
2002–2010 — Gradual recovery. Growing demand for instant coffee and emerging-market consumption lifted robusta off its lows.
2011–2019 — Range-bound. Adequate Vietnamese and Brazilian (conilon) supply held prices in a moderate band.
2020–2023 — Tightening. Pandemic logistics, rising freight costs, and weather lifted robusta steadily off pre-pandemic levels.
2024–2025 — Record highs. A Vietnamese heatwave and prolonged drought drove robusta to a record near $4,575 per metric ton on ICE Europe in April 2024, with prices holding near record territory into 2025 as roasters substituted away from costly arabica.
Related Macroeconomic Datasets
- Coffee Arabica Price — the premium grade, same 2024-2025 squeeze
- Cocoa Price — the other beverage soft that hit records in 2024
- Sugar Price — a fellow food-inflation input
- Tea Price — a complementary, lower-volatility beverage commodity
- Cotton Price — another tropical cash crop tracking weather cycles
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 Robusta Coffee
- Federal Reserve Bank of St. Louis — FRED database, series PCOFFROBUSDM
- International Coffee Organization (ICO) — indicator prices underlying the IMF series
Dataset Reference
Last updated — 14 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.
