World Cotton Ending Stocks was last reported at 69,857 Thousand 480-lb Bales as of January 1, 2026. That is down 7.23% from the prior reading of 75,305 Thousand 480-lb Bales. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand 480-lb Bales) |
|---|---|
| 2026 | 69,857 |
| 2025 | 75,305 |
| 2024 | 74,831 |
| 2023 | 73,541 |
| 2022 | 75,787 |
| 2021 | 71,140 |
| 2020 | 72,717 |
| 2019 | 83,669 |
| 2018 | 70,692 |
| 2017 | 74,697 |
| Date | Value (Thousand 480-lb Bales) |
|---|---|
| 2016 | 76,062 |
| 2015 | 87,753 |
| 2014 | 103,634 |
| 2013 | 96,372 |
| 2012 | 86,820 |
| 2011 | 66,680 |
| 2010 | 43,206 |
| 2009 | 43,695 |
| 2008 | 59,002 |
| 2007 | 58,049 |
Pull the full history of World Cotton 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=WLDCOTTONSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDCOTTONSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDCOTTONSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();