Camping World Holdings (CWH) Long-Term Investments (2016 - 2025)
Camping World Holdings' (CWH) quarterly Long-Term Investments came in at $227.7 million in Q4 2025, down 8.22% on a YoY basis from $248.1 million in Q4 2024, and down 8.22% quarter-over-quarter from $248.1 million in Q4 2024.
Camping World Holdings (CWH) Long-Term Investments (2016 - 2025) Analysis & Trends
Camping World Holdings (CWH) has reported Long-Term Investments for 10 consecutive years, with $227.7 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Long-Term Investments fell 8.22% year-over-year to $227.7 million; the trailing twelve-month figure through Dec 2025 stood at $227.7 million (down 8.22% YoY), and the FY2025 full-year result was $227.7 million, down 8.22% from the prior year.
- Long-Term Investments fell to $227.7 million in Q4 2025 per CWH's latest filing, from $248.1 million in the prior quarter.
- Across five years, Long-Term Investments topped out at $248.1 million in Q4 2024 and bottomed at $79.5 million in Q4 2021.
- Historically, Long-Term Investments has averaged $151.4 million across 5 years, with a median of $100.8 million in 2022.
- The sharpest annual moves came in 2021 and 2025: Long-Term Investments jumped 344.79% in 2021, then declined 8.22% in 2025.
- Over 5 years, Long-Term Investments stood at $79.5 million in 2021, then advanced by 26.78% to $100.8 million in 2022, then dropped by 0.04% to $100.8 million in 2023, then soared by 146.26% to $248.1 million in 2024, then retreated by 8.22% to $227.7 million in 2025.
- According to Business Quant data, Long-Term Investments over the past three periods registered $227.7 million, $248.1 million, and $100.8 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | - |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 1.97 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | - |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | - |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | - |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | - |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 416.50 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | - |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 227.72 Mn |
| Dec 31, 2024 | 248.13 Mn |
| Dec 31, 2023 | 100.76 Mn |
| Dec 31, 2022 | 100.80 Mn |
| Dec 31, 2021 | 79.51 Mn |
| Dec 31, 2020 | -32.48 Mn |
| Dec 31, 2019 | -91.88 Mn |
| Dec 31, 2018 | -8.36 Mn |
| Dec 31, 2017 | 15.05 Mn |
| Dec 31, 2016 | 24.32 Mn |
Camping World Holdings Long-Term Investments 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=long-term-investments&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();