Camping World Holdings (CWH) Liabilities from Discontinued Operations (2023)
Camping World Holdings' (CWH) quarterly Liabilities from Discontinued Operations came in at $17.3 million in Q4 2023, up 329.84% quarter-over-quarter from $4.0 million in Q3 2023.
Camping World Holdings (CWH) Liabilities from Discontinued Operations (2023) Analysis & Trends
Camping World Holdings (CWH) has reported Liabilities from Discontinued Operations for 1 consecutive years, with $17.3 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Liabilities from Discontinued Operations changed N/A year-over-year to $17.3 million; the trailing twelve-month figure through Dec 2023 stood at $17.3 million (changed N/A YoY), and the FY2023 full-year result was $17.3 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations advanced to $17.3 million in Q4 2023 per CWH's latest filing, from $4.0 million in the prior quarter.
- Across five years, Liabilities from Discontinued Operations topped out at $17.3 million in Q4 2023 and bottomed at $4.0 million in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 17.29 Mn |
| Sep 30, 2023 | 4.02 Mn |
| Jun 30, 2023 | 4.13 Mn |
| Mar 31, 2023 | 7.65 Mn |
Camping World Holdings Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();