Camping World Holdings (CWH) Cash & Equivalents Growth (3y) (2018 - 2026)
Analysis
Camping World Holdings (CWH) Cash & Equivalents Growth (3y) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 69.40% |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | -16.55% |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 5.52% |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 22.14% |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | -5.77% |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | -45.67% |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | -26.80% |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 93.23% |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 60.24% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 60.24% |
| Mar 31, 2026 | 40.00% |
| Dec 31, 2025 | 18.23% |
| Sep 30, 2025 | 15.86% |
| Jun 30, 2025 | -4.12% |
| Mar 31, 2025 | -46.87% |
| Dec 31, 2024 | -7.96% |
| Sep 30, 2024 | -40.21% |
| Jun 30, 2024 | -50.14% |
| Mar 31, 2024 | -51.27% |
| Dec 31, 2023 | -37.96% |
| Sep 30, 2023 | -52.02% |
| Jun 30, 2023 | -37.95% |
| Mar 31, 2023 | -12.69% |
| Dec 31, 2022 | -4.09% |
| Sep 30, 2022 | 4.41% |
| Jun 30, 2022 | 9.78% |
| Mar 31, 2022 | 25.84% |
| Dec 31, 2021 | 24.49% |
| Sep 30, 2021 | 1.94% |
API Access
Camping World Holdings Cash & Equivalents Growth (3y) 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-and-equivalents-growth-3y&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-and-equivalents-growth-3y&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();