Camping World Holdings (CWH) Share-based Compensation Growth (1y) (2016 - 2026)
Analysis
Camping World Holdings (CWH) Share-based Compensation Growth (1y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | -7.41% |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | -42.55% |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | -10.72% |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 80.12% |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 122.68% |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | -169.64% |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | - |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | -71.24% |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 12.86% |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | -505.48% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -505.48% |
| Mar 31, 2026 | -34.33% |
| Dec 31, 2025 | -57.55% |
| Sep 30, 2025 | -97.43% |
| Jun 30, 2025 | -97.29% |
| Mar 31, 2025 | 39.89% |
| Dec 31, 2024 | -6.10% |
| Sep 30, 2024 | 1.96% |
| Jun 30, 2024 | -16.87% |
| Mar 31, 2024 | -18.26% |
| Dec 31, 2023 | -10.03% |
| Sep 30, 2023 | -19.52% |
| Jun 30, 2023 | -27.61% |
| Mar 31, 2023 | -45.54% |
| Dec 31, 2022 | -77.78% |
| Sep 30, 2022 | -1.75% |
| Jun 30, 2022 | 48.30% |
| Mar 31, 2022 | 91.10% |
| Dec 31, 2021 | 2,120.54% |
| Sep 30, 2021 | 11.48% |
API Access
Camping World Holdings Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();