Camping World Holdings (CWH) Net Income (2015 - 2026)
Camping World Holdings' (CWH) quarterly Net Income 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) Net Income (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Net Income for 12 consecutive years, with $43.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income 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.
- Net Income improved to $43.7 million in Q2 2026 per CWH's latest filing, from -$26.7 million in the prior quarter.
- Across five years, Net Income topped out at $198.0 million in Q2 2022 and bottomed at -$109.1 million in Q4 2025.
- Historically, Net Income 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: Net Income slumped 2421.49% in 2022, then soared 145.68% in 2025.
- Over 5 years, Net Income 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, Net Income 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) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 513.00 Mn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 261.20 Mn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 185.63 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 261.60 Mn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 182.10 Mn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | -26.45 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 57.40 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 114.60 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 103.30 Mn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 43.71 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 Net 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=net-income&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();