Camping World Holdings (CWH) Income towards Parent Company (2015 - 2026)
Camping World Holdings' (CWH) quarterly Income towards Parent Company came in at $43.7 million in Q2 2026, down 24.01% on a YoY basis from $57.5 million in Q2 2025, and up 263.96% quarter-over-quarter from -$26.7 million in Q1 2026.
Camping World Holdings (CWH) Income towards Parent Company (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Income towards Parent Company for 12 consecutive years, with $43.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income towards Parent Company fell 24.01% year-over-year to $43.7 million; the trailing twelve-month figure through Jun 2026 stood at -$121.4 million (down 997.0% YoY), and the FY2025 full-year result was -$105.6 million, down 48.16% from the prior year.
- Income towards Parent Company improved to $43.7 million in Q2 2026 per CWH's latest filing, from -$26.7 million in the prior quarter.
- Across five years, Income towards Parent Company topped out at $198.0 million in Q2 2022 and bottomed at -$109.1 million in Q4 2025.
- Historically, Income towards Parent Company has averaged $12.1 million across 5 years, with a median of $6.5 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Income towards Parent Company slumped 2421.49% in 2022, then soared 145.68% in 2025.
- Over 5 years, Income towards Parent Company stood at -$70.4 million in 2022, then increased by 12.65% to -$61.5 million in 2023, then climbed by 15.49% to -$52.0 million in 2024, then sank by 110.0% to -$109.1 million in 2025, then jumped by 140.06% to $43.7 million in 2026.
- According to Business Quant data, Income towards Parent Company over the past three periods registered $43.7 million, -$26.7 million, and -$109.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.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 |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 43.71 Mn |
| Mar 31, 2026 | -26.66 Mn |
| Dec 31, 2025 | -109.13 Mn |
| Sep 30, 2025 | -29.35 Mn |
| Jun 30, 2025 | 57.52 Mn |
| Mar 31, 2025 | -24.68 Mn |
| Dec 31, 2024 | -51.97 Mn |
| Sep 30, 2024 | 8.06 Mn |
| Jun 30, 2024 | 23.41 Mn |
| Mar 31, 2024 | -50.81 Mn |
| Dec 31, 2023 | -61.49 Mn |
| Sep 30, 2023 | 30.89 Mn |
| Jun 30, 2023 | 64.72 Mn |
| Mar 31, 2023 | 4.90 Mn |
| Dec 31, 2022 | -70.40 Mn |
| Sep 30, 2022 | 102.95 Mn |
| Jun 30, 2022 | 197.99 Mn |
| Mar 31, 2022 | 107.30 Mn |
| Dec 31, 2021 | -2.79 Mn |
| Sep 30, 2021 | 189.31 Mn |
Camping World Holdings Income towards Parent Company 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=income-towards-parent-company&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();