Camping World Holdings (CWH) Inventory Average (2015 - 2026)
Camping World Holdings' (CWH) quarterly Inventory Average came in at $2.0 billion in Q2 2026, down 3.19% on a YoY basis from $2.1 billion in Q2 2025, and down 5.85% quarter-over-quarter from $2.1 billion in Q1 2026.
Camping World Holdings (CWH) Inventory Average (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Inventory Average for 12 consecutive years, with $2.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Inventory Average fell 3.19% year-over-year to $2.0 billion; the trailing twelve-month figure through Jun 2026 stood at $2.0 billion (down 3.19% YoY), and the FY2025 full-year result was $2.0 billion, up 1.78% from the prior year.
- Inventory Average fell to $2.0 billion in Q2 2026 per CWH's latest filing, from $2.1 billion in the prior quarter.
- Across five years, Inventory Average topped out at $2.1 billion in Q1 2026 and bottomed at $1.8 billion in Q4 2024.
- Historically, Inventory Average 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 Average jumped 73.84% in 2022, then decreased 7.89% in 2024.
- Over 5 years, Inventory Average stood at $2.0 billion in 2022, then dropped by 2.78% to $2.0 billion in 2023, then decreased by 7.89% to $1.8 billion in 2024, then grew by 14.84% to $2.1 billion in 2025, then declined by 2.21% to $2.0 billion in 2026.
- According to Business Quant data, Inventory Average over the past three periods registered $2.0 billion, $2.1 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 Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 2.96 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 5.00 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 4.10 Bn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 6.36 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 3.59 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | 69.06 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 2.22 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.74 Bn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 2.02 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.02 Bn |
| Mar 31, 2026 | 2.15 Bn |
| Dec 31, 2025 | 2.07 Bn |
| Sep 30, 2025 | 2.04 Bn |
| Jun 30, 2025 | 2.09 Bn |
| Mar 31, 2025 | 1.97 Bn |
| Dec 31, 2024 | 1.80 Bn |
| Sep 30, 2024 | 1.90 Bn |
| Jun 30, 2024 | 2.05 Bn |
| Mar 31, 2024 | 2.06 Bn |
| Dec 31, 2023 | 1.96 Bn |
| Sep 30, 2023 | 1.97 Bn |
| Jun 30, 2023 | 2.03 Bn |
| Mar 31, 2023 | 2.05 Bn |
| Dec 31, 2022 | 2.01 Bn |
| Sep 30, 2022 | 1.95 Bn |
| Jun 30, 2022 | 2.07 Bn |
| Mar 31, 2022 | 1.97 Bn |
| Dec 31, 2021 | 1.58 Bn |
| Sep 30, 2021 | 1.28 Bn |
Camping World Holdings Inventory Average 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-average&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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-average&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();