Camping World Holdings (CWH) EPS (Basic) (2016 - 2026)
Camping World Holdings' (CWH) quarterly EPS (Basic) came in at $0.69 in Q2 2026, down 25.27% on a YoY basis from $0.92 in Q2 2025, and up 263.47% quarter-over-quarter from -$0.42 in Q1 2026.
Camping World Holdings (CWH) EPS (Basic) (2016 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported EPS (Basic) for 11 consecutive years, with $0.69 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 25.27% year-over-year to $0.69; the trailing twelve-month figure through Jun 2026 stood at -$1.91 (down 978.77% YoY), and the FY2025 full-year result was -$1.68, down 13.39% from the prior year.
- EPS (Basic) climbed to $0.69 in Q2 2026 per CWH's latest filing, from -$0.42 in the prior quarter.
- Across five years, EPS (Basic) topped out at $4.74 in Q2 2022 and bottomed at -$1.74 in Q4 2025.
- Historically, EPS (Basic) has averaged $0.33 across 5 years, with a median of $0.14 in 2023.
- The sharpest annual moves came in 2022 and 2025: EPS (Basic) tumbled 2577.53% in 2022, then soared 76.94% in 2025.
- Over 5 years, EPS (Basic) stood at -$1.66 in 2022, then grew by 17.04% to -$1.38 in 2023, then rose by 21.44% to -$1.08 in 2024, then tumbled by 60.72% to -$1.74 in 2025, then surged by 139.46% to $0.69 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered $0.69, -$0.42, and -$1.74 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 0.71 |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 3.97 |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | 1.31 |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 11.63 |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 5.44 |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | 1.82 |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | 0.00 |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | 6.26 |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 8.74 |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | 0.69 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.69 |
| Mar 31, 2026 | -0.42 |
| Dec 31, 2025 | -1.74 |
| Sep 30, 2025 | -0.47 |
| Jun 30, 2025 | 0.92 |
| Mar 31, 2025 | -0.39 |
| Dec 31, 2024 | -1.08 |
| Sep 30, 2024 | 0.18 |
| Jun 30, 2024 | 0.52 |
| Mar 31, 2024 | -1.13 |
| Dec 31, 2023 | -1.38 |
| Sep 30, 2023 | 0.69 |
| Jun 30, 2023 | 1.45 |
| Mar 31, 2023 | 0.11 |
| Dec 31, 2022 | -1.66 |
| Sep 30, 2022 | 2.45 |
| Jun 30, 2022 | 4.74 |
| Mar 31, 2022 | 2.46 |
| Dec 31, 2021 | -0.06 |
| Sep 30, 2021 | 4.15 |
Camping World Holdings EPS (Basic) 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=eps-basic&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();