Camping World Holdings (CWH) Assets Average (2016 - 2026)
Camping World Holdings' (CWH) quarterly Assets Average came in at $5.0 billion in Q2 2026, down 3.33% on a YoY basis from $5.2 billion in Q2 2025, and down 1.82% quarter-over-quarter from $5.1 billion in Q1 2026.
Camping World Holdings (CWH) Assets Average (2016 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Assets Average for 10 consecutive years, with $5.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets Average fell 3.33% year-over-year to $5.0 billion; the trailing twelve-month figure through Jun 2026 stood at $5.0 billion (down 3.33% YoY), and the FY2025 full-year result was $5.0 billion, changed N/A from the prior year.
- Assets Average declined to $5.0 billion in Q2 2026 per CWH's latest filing, from $5.1 billion in the prior quarter.
- Across five years, Assets Average topped out at $5.2 billion in Q2 2025 and bottomed at $2.4 billion in Q4 2024.
- Historically, Assets Average has averaged $4.5 billion across 4 years, with a median of $5.0 billion in 2025.
- The sharpest annual moves came in 2025 and 2026: Assets Average jumped 106.47% in 2025, then declined 3.33% in 2026.
- Over 4 years, Assets Average stood at $4.6 billion in 2022, then sank by 46.67% to $2.4 billion in 2024, then surged by 106.47% to $5.0 billion in 2025, then dropped by 0.48% to $5.0 billion in 2026.
- According to Business Quant data, Assets Average over the past three periods registered $5.0 billion, $5.1 billion, and $5.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 14.16 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 18.40 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 26.50 Bn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 26.00 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 15.05 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | 332.04 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 6.25 Bn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 11.36 Bn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 10.17 Bn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 5.00 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.00 Bn |
| Mar 31, 2026 | 5.09 Bn |
| Dec 31, 2025 | 5.02 Bn |
| Sep 30, 2025 | 5.10 Bn |
| Jun 30, 2025 | 5.17 Bn |
| Mar 31, 2025 | 5.01 Bn |
| Dec 31, 2024 | 2.43 Bn |
| Sep 30, 2024 | 2.50 Bn |
| Jun 30, 2024 | 5.04 Bn |
| Sep 30, 2022 | 4.56 Bn |
| Jun 30, 2022 | 4.67 Bn |
| Mar 31, 2022 | 4.55 Bn |
| Dec 31, 2021 | 4.08 Bn |
| Sep 30, 2021 | 3.74 Bn |
| Jun 30, 2021 | 3.65 Bn |
| Mar 31, 2021 | 3.43 Bn |
| Dec 31, 2020 | 3.28 Bn |
| Sep 30, 2020 | 3.29 Bn |
| Jun 30, 2020 | 3.33 Bn |
| Mar 31, 2020 | 3.39 Bn |
Camping World Holdings Assets 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=assets-average&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-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=assets-average&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();