Camping World Holdings (CWH) Cash from Financing Activities (2015 - 2026)
Camping World Holdings' (CWH) quarterly Cash from Financing Activities came in at -$360.2 million in Q2 2026, down 542.47% on a YoY basis from $81.4 million in Q2 2025, and down 981.12% quarter-over-quarter from $40.9 million in Q1 2026.
Camping World Holdings (CWH) Cash from Financing Activities (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Cash from Financing Activities for 12 consecutive years, with -$360.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 542.47% year-over-year to -$360.2 million; the trailing twelve-month figure through Jun 2026 stood at -$113.9 million (down 159.49% YoY), and the FY2025 full-year result was $339.8 million, up 2781.59% from the prior year.
- Cash from Financing Activities retreated to -$360.2 million in Q2 2026 per CWH's latest filing, from $40.9 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $499.3 million in Q4 2022 and bottomed at -$360.2 million in Q2 2026.
- Historically, Cash from Financing Activities has averaged $5.3 million across 5 years, with a median of $29.7 million in 2025.
- The sharpest annual moves came in 2022 and 2026: Cash from Financing Activities jumped 237.95% in 2022, then tumbled 542.47% in 2026.
- Over 5 years, Cash from Financing Activities stood at $499.3 million in 2022, then slumped by 37.77% to $310.7 million in 2023, then climbed by 20.55% to $374.5 million in 2024, then slumped by 50.11% to $186.8 million in 2025, then plunged by 292.79% to -$360.2 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$360.2 million, $40.9 million, and $186.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 45.00 Mn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | -221.20 Mn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | 90.52 Mn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 123.10 Mn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 456.60 Mn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | 296.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 | 1.50 Mn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 219.80 Mn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | -360.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -360.21 Mn |
| Mar 31, 2026 | 40.88 Mn |
| Dec 31, 2025 | 186.84 Mn |
| Sep 30, 2025 | 18.59 Mn |
| Jun 30, 2025 | -56.07 Mn |
| Mar 31, 2025 | 190.40 Mn |
| Dec 31, 2024 | 374.50 Mn |
| Sep 30, 2024 | -317.40 Mn |
| Jun 30, 2024 | -162.87 Mn |
| Mar 31, 2024 | 117.55 Mn |
| Dec 31, 2023 | 310.67 Mn |
| Sep 30, 2023 | -170.82 Mn |
| Jun 30, 2023 | 64.10 Mn |
| Mar 31, 2023 | -235.83 Mn |
| Dec 31, 2022 | 499.26 Mn |
| Sep 30, 2022 | -217.85 Mn |
| Jun 30, 2022 | -352.07 Mn |
| Mar 31, 2022 | 166.21 Mn |
| Dec 31, 2021 | 651.87 Mn |
| Sep 30, 2021 | -108.44 Mn |
Camping World Holdings Cash from Financing Activities 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=cash-from-financing-activities&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();