Camping World Holdings (CWH) Non Operating Income (2016 - 2026)
Camping World Holdings' (CWH) quarterly Non Operating Income came in at -$46.8 million in Q2 2026, up 14.08% on a YoY basis from -$41.0 million in Q2 2025, and up 4.23% quarter-over-quarter from -$48.8 million in Q1 2026.
Camping World Holdings (CWH) Non Operating Income (2016 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Non Operating Income for 11 consecutive years, with -$46.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income rose 14.08% year-over-year to -$46.8 million; the trailing twelve-month figure through Jun 2026 stood at -$52.2 million (up 75.62% YoY), and the FY2025 full-year result was -$60.0 million, up 74.86% from the prior year.
- Non Operating Income improved to -$46.8 million in Q2 2026 per CWH's latest filing, from -$48.8 million in the prior quarter.
- Across five years, Non Operating Income topped out at $99.0 million in Q3 2025 and bottomed at -$64.1 million in Q1 2024.
- Historically, Non Operating Income has averaged -$40.6 million across 5 years, with a median of -$52.8 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Non Operating Income sank 187.29% in 2022, then jumped 269.43% in 2025.
- Over 5 years, Non Operating Income stood at -$43.7 million in 2022, then dropped by 29.35% to -$56.5 million in 2023, then climbed by 7.45% to -$52.3 million in 2024, then dropped by 6.27% to -$55.6 million in 2025, then gained by 15.88% to -$46.8 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$46.8 million, -$48.8 million, and -$55.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | 2.10 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 | -51.30 Mn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | - |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | -68.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 | -46.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -46.76 Mn |
| Mar 31, 2026 | -48.83 Mn |
| Dec 31, 2025 | -55.59 Mn |
| Sep 30, 2025 | 98.97 Mn |
| Jun 30, 2025 | -54.43 Mn |
| Mar 31, 2025 | -49.00 Mn |
| Dec 31, 2024 | -52.31 Mn |
| Sep 30, 2024 | -58.41 Mn |
| Jun 30, 2024 | -64.03 Mn |
| Mar 31, 2024 | -64.07 Mn |
| Dec 31, 2023 | -56.52 Mn |
| Sep 30, 2023 | -53.35 Mn |
| Jun 30, 2023 | -54.37 Mn |
| Mar 31, 2023 | -53.42 Mn |
| Dec 31, 2022 | -43.70 Mn |
| Sep 30, 2022 | -30.19 Mn |
| Jun 30, 2022 | -23.74 Mn |
| Mar 31, 2022 | -20.79 Mn |
| Dec 31, 2021 | -15.21 Mn |
| Sep 30, 2021 | -14.50 Mn |
Camping World Holdings Non Operating Income 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=non-operating-income&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();