World Cotton Production was last reported at 117,315 Thousand 480-lb Bales as of January 1, 2026. That is down 3.80% from the prior reading of 121,945 Thousand 480-lb Bales. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand 480-lb Bales) |
|---|---|
| 2026 | 117,315 |
| 2025 | 121,945 |
| 2024 | 119,534 |
| 2023 | 112,403 |
| 2022 | 115,923 |
| 2021 | 114,284 |
| 2020 | 113,261 |
| 2019 | 118,206 |
| 2018 | 113,732 |
| 2017 | 121,598 |
| Date | Value (Thousand 480-lb Bales) |
|---|---|
| 2016 | 105,100 |
| 2015 | 97,008 |
| 2014 | 120,031 |
| 2013 | 118,608 |
| 2012 | 126,301 |
| 2011 | 127,634 |
| 2010 | 113,632 |
| 2009 | 103,171 |
| 2008 | 109,865 |
| 2007 | 119,665 |
Pull the full history of World Cotton 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=WLDCOTTONPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDCOTTONPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDCOTTONPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();