Camping World Holdings (CWH) Inventory (2015 - 2026)
Camping World Holdings' (CWH) quarterly Inventory came in at $1.9 billion in Q2 2026, down 9.75% on a YoY basis from $2.1 billion in Q2 2025, and down 14.92% quarter-over-quarter from $2.2 billion in Q1 2026.
Camping World Holdings (CWH) Inventory (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Inventory for 12 consecutive years, with $1.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Inventory fell 9.75% year-over-year to $1.9 billion; the trailing twelve-month figure through Jun 2026 stood at $1.9 billion (down 9.75% YoY), and the FY2025 full-year result was $2.1 billion, up 15.92% from the prior year.
- Inventory retreated to $1.9 billion in Q2 2026 per CWH's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Inventory topped out at $2.2 billion in Q1 2026 and bottomed at $1.8 billion in Q3 2024.
- Historically, Inventory has averaged $2.0 billion across 5 years, with a median of $2.0 billion in 2023.
- The sharpest annual moves came in 2022 and 2024: Inventory soared 80.95% in 2022, then slipped 10.82% in 2024.
- Over 5 years, Inventory stood at $2.1 billion in 2022, then fell by 3.81% to $2.0 billion in 2023, then slipped by 10.82% to $1.8 billion in 2024, then rose by 15.92% to $2.1 billion in 2025, then declined by 11.91% to $1.9 billion in 2026.
- According to Business Quant data, Inventory over the past three periods registered $1.9 billion, $2.2 billion, and $2.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 3.26 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 5.11 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 4.06 Bn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 6.52 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 3.74 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | 61.20 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 2.32 Bn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 2.11 Bn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 2.76 Bn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 1.86 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.86 Bn |
| Mar 31, 2026 | 2.19 Bn |
| Dec 31, 2025 | 2.11 Bn |
| Sep 30, 2025 | 2.03 Bn |
| Jun 30, 2025 | 2.06 Bn |
| Mar 31, 2025 | 2.12 Bn |
| Dec 31, 2024 | 1.82 Bn |
| Sep 30, 2024 | 1.78 Bn |
| Jun 30, 2024 | 2.01 Bn |
| Mar 31, 2024 | 2.08 Bn |
| Dec 31, 2023 | 2.04 Bn |
| Sep 30, 2023 | 1.87 Bn |
| Jun 30, 2023 | 2.08 Bn |
| Mar 31, 2023 | 1.98 Bn |
| Dec 31, 2022 | 2.12 Bn |
| Sep 30, 2022 | 1.90 Bn |
| Jun 30, 2022 | 2.00 Bn |
| Mar 31, 2022 | 2.15 Bn |
| Dec 31, 2021 | 1.79 Bn |
| Sep 30, 2021 | 1.36 Bn |
Camping World Holdings 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=inventory&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=inventory&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();