Cotton Price was last reported at 2.11 USD/Kg as of August 1, 2026. That is up 7.65% from the prior reading of 1.96 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 | 2.11 |
| Jul 2026 | 1.96 |
| Jun 2026 | 1.90 |
| May 2026 | 2.03 |
| Apr 2026 | 1.90 |
| Mar 2026 | 1.70 |
| Feb 2026 | 1.63 |
| Jan 2026 | 1.64 |
| Dec 2025 | 1.63 |
| Nov 2025 | 1.66 |
| Date | Value (USD/Kg) |
|---|---|
| Oct 2025 | 1.68 |
| Sep 2025 | 1.72 |
| Aug 2025 | 1.73 |
| Jul 2025 | 1.74 |
| Jun 2025 | 1.73 |
| May 2025 | 1.72 |
| Apr 2025 | 1.73 |
| Mar 2025 | 1.71 |
| Feb 2025 | 1.72 |
| Jan 2025 | 1.72 |
Pull the full history of Cotton 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=CMDCOTTON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDCOTTON", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDCOTTON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();