Sugar Price was last reported at 0.38 USD/Kg as of August 1, 2026. That is up 11.76% from the prior reading of 0.34 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 | 0.38 |
| Jul 2026 | 0.34 |
| Jun 2026 | 0.32 |
| May 2026 | 0.34 |
| Apr 2026 | 0.32 |
| Mar 2026 | 0.33 |
| Feb 2026 | 0.31 |
| Jan 2026 | 0.32 |
| Dec 2025 | 0.32 |
| Nov 2025 | 0.32 |
| Date | Value (USD/Kg) |
|---|---|
| Oct 2025 | 0.34 |
| Sep 2025 | 0.35 |
| Aug 2025 | 0.37 |
| Jul 2025 | 0.37 |
| Jun 2025 | 0.37 |
| May 2025 | 0.39 |
| Apr 2025 | 0.40 |
| Mar 2025 | 0.42 |
| Feb 2025 | 0.42 |
| Jan 2025 | 0.40 |
Pull the full history of Sugar 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=CMDSUGAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDSUGAR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDSUGAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();