Camping World Holdings (CWH) Change in Cash (2015 - 2026)
Camping World Holdings' (CWH) quarterly Change in Cash came in at $24.2 million in Q2 2026, down 75.05% on a YoY basis from $97.2 million in Q2 2025, and up 259.32% quarter-over-quarter from -$15.2 million in Q1 2026.
Camping World Holdings (CWH) Change in Cash (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Change in Cash for 12 consecutive years, with $24.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 75.05% year-over-year to $24.2 million; the trailing twelve-month figure through Jun 2026 stood at $106.0 million (up 12.34% YoY), and the FY2025 full-year result was $6.6 million, down 96.08% from the prior year.
- Change in Cash improved to $24.2 million in Q2 2026 per CWH's latest filing, from -$15.2 million in the prior quarter.
- Across five years, Change in Cash topped out at $180.0 million in Q4 2024 and bottomed at -$187.5 million in Q1 2025.
- Historically, Change in Cash has averaged -$2.4 million across 5 years, with a median of -$8.0 million in 2024.
- The widest YoY moves for Change in Cash: up 2324.61% in 2025, down 1788.47% in 2025.
- Over 5 years, Change in Cash stood at -$18.1 million in 2022, then gained by 24.49% to -$13.7 million in 2023, then surged by 1416.96% to $180.0 million in 2024, then plunged by 108.59% to -$15.5 million in 2025, then surged by 256.7% to $24.2 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered $24.2 million, -$15.2 million, and -$15.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 231.00 Mn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | -14.20 Mn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | 8.48 Mn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | -55.50 Mn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 6.50 Mn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | 13.50 Mn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | - |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | 5.10 Mn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 122.80 Mn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | 24.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 24.24 Mn |
| Mar 31, 2026 | -15.22 Mn |
| Dec 31, 2025 | -15.47 Mn |
| Sep 30, 2025 | 112.43 Mn |
| Jun 30, 2025 | 97.17 Mn |
| Mar 31, 2025 | -187.51 Mn |
| Dec 31, 2024 | 180.04 Mn |
| Sep 30, 2024 | 4.64 Mn |
| Jun 30, 2024 | -5.98 Mn |
| Mar 31, 2024 | -9.93 Mn |
| Dec 31, 2023 | -13.67 Mn |
| Sep 30, 2023 | -1.14 Mn |
| Jun 30, 2023 | -18.37 Mn |
| Mar 31, 2023 | -57.30 Mn |
| Dec 31, 2022 | -18.10 Mn |
| Sep 30, 2022 | 14.28 Mn |
| Jun 30, 2022 | -5.52 Mn |
| Mar 31, 2022 | -127.85 Mn |
| Dec 31, 2021 | 134.54 Mn |
| Sep 30, 2021 | -58.71 Mn |
Camping World Holdings Change in Cash 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=change-in-cash&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();