Camping World Holdings (CWH) Change in Inventory (2015 - 2026)
Camping World Holdings' (CWH) quarterly Change in Inventory came in at -$325.7 million in Q2 2026, down 448.56% on a YoY basis from $93.5 million in Q2 2025, and down 564.41% quarter-over-quarter from $70.1 million in Q1 2026.
Camping World Holdings (CWH) Change in Inventory (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Change in Inventory for 12 consecutive years, with -$325.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Inventory fell 448.56% year-over-year to -$325.7 million; the trailing twelve-month figure through Jun 2026 stood at -$204.1 million (down 1081.29% YoY), and the FY2025 full-year result was $222.9 million, up 197.73% from the prior year.
- Change in Inventory retreated to -$325.7 million in Q2 2026 per CWH's latest filing, from $70.1 million in the prior quarter.
- Across five years, Change in Inventory topped out at $348.4 million in Q1 2022 and bottomed at -$325.7 million in Q2 2026.
- Historically, Change in Inventory has averaged -$11.5 million across 5 years, with a median of -$19.7 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Change in Inventory slumped 908.72% in 2022, then soared 3929.61% in 2025.
- Over 5 years, Change in Inventory stood at $176.9 million in 2022, then retreated by 21.86% to $138.2 million in 2023, then plunged by 69.59% to $42.0 million in 2024, then soared by 104.3% to $85.9 million in 2025, then tumbled by 479.3% to -$325.7 million in 2026.
- According to Business Quant data, Change in Inventory over the past three periods registered -$325.7 million, $70.1 million, and $85.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 586.00 Mn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 260.30 Mn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | -74.24 Mn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 336.60 Mn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 215.30 Mn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | 187.70 Mn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | - |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | 12.40 Mn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 27.90 Mn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | -325.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -325.74 Mn |
| Mar 31, 2026 | 70.14 Mn |
| Dec 31, 2025 | 85.88 Mn |
| Sep 30, 2025 | -34.42 Mn |
| Jun 30, 2025 | -59.38 Mn |
| Mar 31, 2025 | 230.77 Mn |
| Dec 31, 2024 | 42.04 Mn |
| Sep 30, 2024 | -230.71 Mn |
| Jun 30, 2024 | -33.33 Mn |
| Mar 31, 2024 | -6.03 Mn |
| Dec 31, 2023 | 138.25 Mn |
| Sep 30, 2023 | -251.93 Mn |
| Jun 30, 2023 | 56.42 Mn |
| Mar 31, 2023 | -143.68 Mn |
| Dec 31, 2022 | 176.93 Mn |
| Sep 30, 2022 | -114.71 Mn |
| Jun 30, 2022 | -156.28 Mn |
| Mar 31, 2022 | 348.37 Mn |
| Dec 31, 2021 | 431.52 Mn |
| Sep 30, 2021 | 163.63 Mn |
Camping World Holdings Change in Inventory API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=change-in-inventory&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "CWH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-inventory&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();