Camping World Holdings (CWH) Invested Capital (2015 - 2026)
Camping World Holdings' (CWH) quarterly Invested Capital came in at $3.1 billion in Q2 2026, down 5.29% on a YoY basis from $3.3 billion in Q2 2025, and down 8.99% quarter-over-quarter from $3.4 billion in Q1 2026.
Camping World Holdings (CWH) Invested Capital (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Invested Capital for 12 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Invested Capital fell 5.29% year-over-year to $3.1 billion; the trailing twelve-month figure through Jun 2026 stood at $3.1 billion (down 5.29% YoY), and the FY2025 full-year result was $3.4 billion, up 8.97% from the prior year.
- Invested Capital declined to $3.1 billion in Q2 2026 per CWH's latest filing, from $3.4 billion in the prior quarter.
- Across five years, Invested Capital topped out at $3.4 billion in Q4 2025 and bottomed at $2.6 billion in Q3 2022.
- Historically, Invested Capital has averaged $3.1 billion across 5 years, with a median of $3.1 billion in 2023.
- The sharpest annual moves came in 2022 and 2026: Invested Capital jumped 57.72% in 2022, then decreased 5.29% in 2026.
- Over 5 years, Invested Capital stood at $3.2 billion in 2022, then decreased by 0.04% to $3.2 billion in 2023, then increased by 0.41% to $3.2 billion in 2024, then advanced by 8.97% to $3.4 billion in 2025, then slipped by 9.25% to $3.1 billion in 2026.
- According to Business Quant data, Invested Capital over the past three periods registered $3.1 billion, $3.4 billion, and $3.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 10.37 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 11.41 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 24.25 Bn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 15.20 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 6.69 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | -573,584.86 |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 2.98 Bn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 7.38 Bn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 6.32 Bn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 3.13 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.13 Bn |
| Mar 31, 2026 | 3.44 Bn |
| Dec 31, 2025 | 3.45 Bn |
| Sep 30, 2025 | 3.33 Bn |
| Jun 30, 2025 | 3.30 Bn |
| Mar 31, 2025 | 3.29 Bn |
| Dec 31, 2024 | 3.16 Bn |
| Sep 30, 2024 | 2.78 Bn |
| Jun 30, 2024 | 3.04 Bn |
| Mar 31, 2024 | 3.18 Bn |
| Dec 31, 2023 | 3.15 Bn |
| Sep 30, 2023 | 2.86 Bn |
| Jun 30, 2023 | 2.99 Bn |
| Mar 31, 2023 | 2.85 Bn |
| Dec 31, 2022 | 3.15 Bn |
| Sep 30, 2022 | 2.64 Bn |
| Jun 30, 2022 | 2.70 Bn |
| Mar 31, 2022 | 2.85 Bn |
| Dec 31, 2021 | 2.68 Bn |
| Sep 30, 2021 | 1.91 Bn |
Camping World Holdings Invested Capital 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=invested-capital&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();