Camping World Holdings (CWH) Property, Plant & Equipment (Net) (2015 - 2026)
Analysis
Camping World Holdings (CWH) Property, Plant & Equipment (Net) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 2.86 Bn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 3.29 Bn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | 4.08 Bn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 5.03 Bn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 4.04 Bn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | 1.67 Bn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | 12.49 Mn |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | 3.19 Bn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 3.10 Bn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | 818.73 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 818.73 Mn |
| Mar 31, 2026 | 818.50 Mn |
| Dec 31, 2025 | 832.06 Mn |
| Sep 30, 2025 | 895.27 Mn |
| Jun 30, 2025 | 910.05 Mn |
| Mar 31, 2025 | 886.24 Mn |
| Dec 31, 2024 | 846.76 Mn |
| Sep 30, 2024 | 836.82 Mn |
| Jun 30, 2024 | 856.31 Mn |
| Mar 31, 2024 | 878.96 Mn |
| Dec 31, 2023 | 834.43 Mn |
| Sep 30, 2023 | 841.55 Mn |
| Jun 30, 2023 | 785.00 Mn |
| Mar 31, 2023 | 751.29 Mn |
| Dec 31, 2022 | 758.28 Mn |
| Sep 30, 2022 | 728.21 Mn |
| Jun 30, 2022 | 688.30 Mn |
| Mar 31, 2022 | 636.50 Mn |
| Dec 31, 2021 | 599.32 Mn |
| Sep 30, 2021 | 490.61 Mn |
API Access
Camping World Holdings Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();