Arabica Coffee Price was last reported at 7.97 USD/Kg as of August 1, 2026. That is up 0.76% from the prior reading of 7.91 USD/Kg. This indicator is reported Monthly, and is tracked under the Agriculture category. The next scheduled release is October 5, 2026.
| Date | Value (USD/Kg) |
|---|---|
| Aug 2026 | 7.97 |
| Jul 2026 | 7.91 |
| Jun 2026 | 6.79 |
| May 2026 | 6.95 |
| Apr 2026 | 7.30 |
| Mar 2026 | 7.37 |
| Feb 2026 | 7.08 |
| Jan 2026 | 8.02 |
| Dec 2025 | 8.40 |
| Nov 2025 | 9.05 |
| Date | Value (USD/Kg) |
|---|---|
| Oct 2025 | 8.90 |
| Sep 2025 | 8.83 |
| Aug 2025 | 8.08 |
| Jul 2025 | 7.18 |
| Jun 2025 | 8.01 |
| May 2025 | 8.77 |
| Apr 2025 | 8.64 |
| Mar 2025 | 8.92 |
| Feb 2025 | 9.05 |
| Jan 2025 | 7.81 |
Pull the full history of Arabica Coffee Price 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=CMDCOFFEE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDCOFFEE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDCOFFEE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();