World Sugar Production was last reported at 184,854 Thousand Tonnes as of January 1, 2026. That is down 0.65% from the prior reading of 186,056 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 184,854 |
| 2025 | 186,056 |
| 2024 | 180,345 |
| 2023 | 179,565 |
| 2022 | 178,756 |
| 2021 | 180,601 |
| 2020 | 180,262 |
| 2019 | 166,555 |
| 2018 | 179,132 |
| 2017 | 194,206 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 172,143 |
| 2015 | 164,972 |
| 2014 | 177,756 |
| 2013 | 175,933 |
| 2012 | 177,898 |
| 2011 | 172,193 |
| 2010 | 162,100 |
| 2009 | 153,355 |
| 2008 | 143,833 |
| 2007 | 163,257 |
Pull the full history of World Sugar Production 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=WLDSUGARPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDSUGARPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDSUGARPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();