Cocoa Price was last reported at 5.95 USD/Kg as of August 1, 2026. That is up 6.06% from the prior reading of 5.61 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 | 5.95 |
| Jul 2026 | 5.61 |
| Jun 2026 | 4.40 |
| May 2026 | 4.16 |
| Apr 2026 | 3.40 |
| Mar 2026 | 3.24 |
| Feb 2026 | 3.59 |
| Jan 2026 | 4.97 |
| Dec 2025 | 5.78 |
| Nov 2025 | 5.61 |
| Date | Value (USD/Kg) |
|---|---|
| Oct 2025 | 5.95 |
| Sep 2025 | 7.03 |
| Aug 2025 | 7.60 |
| Jul 2025 | 7.37 |
| Jun 2025 | 8.40 |
| May 2025 | 8.99 |
| Apr 2025 | 8.15 |
| Mar 2025 | 8.08 |
| Feb 2025 | 9.86 |
| Jan 2025 | 10.75 |
Pull the full history of Cocoa 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=CMDCOCOA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDCOCOA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDCOCOA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();