World Sugar Ending Stocks was last reported at 44,410 Thousand Tonnes as of January 1, 2026. That is up 2.04% from the prior reading of 43,523 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 44,410 |
| 2025 | 43,523 |
| 2024 | 42,252 |
| 2023 | 44,824 |
| 2022 | 45,555 |
| 2021 | 47,076 |
| 2020 | 49,615 |
| 2019 | 47,183 |
| 2018 | 52,192 |
| 2017 | 50,936 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 41,326 |
| 2015 | 43,735 |
| 2014 | 48,101 |
| 2013 | 43,966 |
| 2012 | 41,492 |
| 2011 | 34,326 |
| 2010 | 28,781 |
| 2009 | 27,686 |
| 2008 | 29,606 |
| 2007 | 42,998 |
Pull the full history of World Sugar Ending Stocks 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=WLDSUGARSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDSUGARSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDSUGARSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();