Camping World Holdings (CWH) Enterprise Value (2016 - 2026)
Camping World Holdings' (CWH) quarterly Enterprise Value came in at $717.2 million in Q2 2026, down 60.45% on a YoY basis from $1.8 billion in Q2 2025, and up 12.39% quarter-over-quarter from $638.1 million in Q1 2026.
Camping World Holdings (CWH) Enterprise Value (2016 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Enterprise Value for 11 consecutive years, with $717.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 60.45% year-over-year to $717.2 million; the trailing twelve-month figure through Jun 2026 stood at $717.2 million (down 60.45% YoY), and the FY2025 full-year result was $929.4 million, down 55.73% from the prior year.
- Enterprise Value improved to $717.2 million in Q2 2026 per CWH's latest filing, from $638.1 million in the prior quarter.
- Across five years, Enterprise Value topped out at $2.6 billion in Q2 2023 and bottomed at $638.1 million in Q1 2026.
- Historically, Enterprise Value has averaged $1.8 billion across 5 years, with a median of $1.9 billion in 2022.
- The sharpest annual moves came in 2023 and 2026: Enterprise Value soared 36.81% in 2023, then slumped 64.08% in 2026.
- Over 5 years, Enterprise Value stood at $1.8 billion in 2022, then gained by 23.19% to $2.3 billion in 2023, then declined by 7.51% to $2.1 billion in 2024, then slumped by 55.73% to $929.4 million in 2025, then slipped by 22.84% to $717.2 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $717.2 million, $638.1 million, and $929.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 717.17 Mn |
| Mar 31, 2026 | 638.08 Mn |
| Dec 31, 2025 | 929.41 Mn |
| Sep 30, 2025 | 1.57 Bn |
| Jun 30, 2025 | 1.81 Bn |
| Mar 31, 2025 | 1.78 Bn |
| Dec 31, 2024 | 2.10 Bn |
| Sep 30, 2024 | 2.19 Bn |
| Jun 30, 2024 | 1.63 Bn |
| Mar 31, 2024 | 2.50 Bn |
| Dec 31, 2023 | 2.27 Bn |
| Sep 30, 2023 | 1.79 Bn |
| Jun 30, 2023 | 2.60 Bn |
| Mar 31, 2023 | 1.88 Bn |
| Dec 31, 2022 | 1.84 Bn |
| Sep 30, 2022 | 2.24 Bn |
| Jun 30, 2022 | 1.90 Bn |
| Mar 31, 2022 | 2.43 Bn |
| Dec 31, 2021 | 3.27 Bn |
| Sep 30, 2021 | 3.41 Bn |
Camping World Holdings Enterprise Value 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=enterprise-value&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();