Camping World Holdings (CWH) Other Non Operating Income (2015 - 2026)
Camping World Holdings' (CWH) quarterly Other Non Operating Income came in at -$162000.0 in Q1 2026, down 2.53% on a YoY basis from -$166207.8 in Q1 2025, and down 100.41% quarter-over-quarter from $39.4 million in Q4 2025.
Camping World Holdings (CWH) Other Non Operating Income (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Other Non Operating Income for 11 consecutive years, with -$162000.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Other Non Operating Income fell 2.53% year-over-year to -$162000.0; the trailing twelve-month figure through Jun 2026 stood at $38.1 million (up 751.45% YoY), and the FY2025 full-year result was $35.5 million, up 1187.71% from the prior year.
- Other Non Operating Income declined to -$162000.0 in Q1 2026 per CWH's latest filing, from $39.4 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $39.4 million in Q4 2025 and bottomed at -$2.9 million in Q4 2024.
- Historically, Other Non Operating Income has averaged $3.4 million across 5 years, with a median of -$162000.0 in 2024.
- The widest YoY moves for Other Non Operating Income: up 1447.04% in 2025, down 3109.88% in 2025.
- Over 5 years, Other Non Operating Income stood at $28.4 million in 2022, then slumped by 104.84% to -$1.4 million in 2023, then slumped by 112.57% to -$2.9 million in 2024, then soared by 1447.04% to $39.4 million in 2025, then tumbled by 100.41% to -$162000.0 in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$162000.0, $39.4 million, and -$1.2 million for Q1 2026, Q4 2025, and Q3 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 |
|---|---|
| Mar 31, 2026 | -162,000.00 |
| Dec 31, 2025 | 39.40 Mn |
| Sep 30, 2025 | -1.16 Mn |
| Jun 30, 2025 | -2.60 Mn |
| Mar 31, 2025 | -158,000.00 |
| Dec 31, 2024 | -2.93 Mn |
| Sep 30, 2024 | -162,000.00 |
| Jun 30, 2024 | -81,000.00 |
| Mar 31, 2024 | -94,000.00 |
| Dec 31, 2023 | -1.38 Mn |
| Sep 30, 2023 | 24,000.00 |
| Jun 30, 2023 | -183,000.00 |
| Mar 31, 2023 | -1.50 Mn |
| Dec 31, 2022 | 28.43 Mn |
| Sep 30, 2022 | -177,000.00 |
| Jun 30, 2022 | -72,000.00 |
| Mar 31, 2022 | -223,000.00 |
| Dec 31, 2021 | -17.52 Mn |
| Sep 30, 2021 | -122,000.00 |
| Jun 30, 2021 | -1.39 Mn |
Camping World Holdings Other 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=other-non-operating-income&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();