Camping World Holdings (CWH) Income from Non-Controlling Interests (2017 - 2026)
Camping World Holdings' (CWH) quarterly Income from Non-Controlling Interests came in at $16.9 million in Q2 2026, down 38.28% on a YoY basis from $27.3 million in Q2 2025, and up 264.28% quarter-over-quarter from -$10.3 million in Q1 2026.
Camping World Holdings (CWH) Income from Non-Controlling Interests (2017 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Income from Non-Controlling Interests for 10 consecutive years, with $16.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Non-Controlling Interests fell 38.28% year-over-year to $16.9 million; the trailing twelve-month figure through Jun 2026 stood at -$24.2 million (down 130.39% YoY), and the FY2025 full-year result was -$15.8 million, up 60.64% from the prior year.
- Income from Non-Controlling Interests grew to $16.9 million in Q2 2026 per CWH's latest filing, from -$10.3 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $113.7 million in Q2 2022 and bottomed at -$41.8 million in Q4 2025.
- Historically, Income from Non-Controlling Interests has averaged $10.2 million across 5 years, with a median of $6.8 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Income from Non-Controlling Interests slumped 1743.54% in 2024, then surged 333.93% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at -$24.0 million in 2022, then slumped by 38.15% to -$33.1 million in 2023, then advanced by 15.66% to -$27.9 million in 2024, then slumped by 49.71% to -$41.8 million in 2025, then surged by 140.29% to $16.9 million in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered $16.9 million, -$10.3 million, and -$41.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 203.00 Mn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 800,000.00 |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | - |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 1.60 Mn |
| 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 | -929,000.00 |
| 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 | 16.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.85 Mn |
| Mar 31, 2026 | -10.26 Mn |
| Dec 31, 2025 | -41.83 Mn |
| Sep 30, 2025 | 11.09 Mn |
| Jun 30, 2025 | 27.31 Mn |
| Mar 31, 2025 | -12.40 Mn |
| Dec 31, 2024 | -27.94 Mn |
| Sep 30, 2024 | 2.56 Mn |
| Jun 30, 2024 | 13.64 Mn |
| Mar 31, 2024 | -28.50 Mn |
| Dec 31, 2023 | -33.13 Mn |
| Sep 30, 2023 | 14.93 Mn |
| Jun 30, 2023 | 36.02 Mn |
| Mar 31, 2023 | 1.73 Mn |
| Dec 31, 2022 | -23.98 Mn |
| Sep 30, 2022 | 61.82 Mn |
| Jun 30, 2022 | 113.67 Mn |
| Mar 31, 2022 | 62.57 Mn |
| Dec 31, 2021 | 32.02 Mn |
| Sep 30, 2021 | 109.61 Mn |
Camping World Holdings Income from Non-Controlling Interests 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-from-non-controlling-interests&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-from-non-controlling-interests&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();