CPI Apparel was last reported at 136.457 Index 1982-84=100 as of August 1, 2026. That is up 0.02% from the prior reading of 136.434 Index 1982-84=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 14, 2026.
| Date | Value (Index 1982-84=100) |
|---|---|
| Aug 2026 | 136.457 |
| Jul 2026 | 136.434 |
| Jun 2026 | 136.313 |
| May 2026 | 137.069 |
| Apr 2026 | 136.670 |
| Mar 2026 | 135.804 |
| Feb 2026 | 134.419 |
| Jan 2026 | 132.723 |
| Dec 2025 | 132.317 |
| Nov 2025 | 131.883 |
| Date | Value (Index 1982-84=100) |
|---|---|
| Sep 2025 | 132.411 |
| Aug 2025 | 131.694 |
| Jul 2025 | 131.354 |
| Jun 2025 | 131.214 |
| May 2025 | 130.782 |
| Apr 2025 | 131.201 |
| Mar 2025 | 131.388 |
| Feb 2025 | 131.095 |
| Jan 2025 | 130.436 |
| Dec 2024 | 131.568 |
Pull the full history of CPI Apparel 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=USCPIAPPAREL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIAPPAREL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIAPPAREL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();