Camping World Holdings (CWH) Dividend Yield (2016 - 2025)
Camping World Holdings' (CWH) quarterly Dividend Yield came in at 0.79% in Q4 2025, up 52.0% on a YoY basis from 0.52% in Q4 2024, and up 62.91% quarter-over-quarter from 0.49% in Q3 2025.
Camping World Holdings (CWH) Dividend Yield (2016 - 2025) Analysis & Trends
Camping World Holdings (CWH) has reported Dividend Yield for 10 consecutive years, with 0.79% the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Dividend Yield rose 52.0% year-over-year to 0.79%; the trailing twelve-month figure through Jun 2026 stood at 2.0% (up 77.0% YoY), and the FY2025 full-year result was 3.14%, up 199.0% from the prior year.
- Dividend Yield improved to 0.79% in Q4 2025 per CWH's latest filing, from 0.49% in the prior quarter.
- Across five years, Dividend Yield topped out at 1.5% in Q1 2023 and bottomed at 0.0% in Q3 2024.
- Historically, Dividend Yield has averaged 0.61% across 5 years, with a median of 0.46% in 2025.
- The sharpest annual moves came in 2022 and 2024: Dividend Yield jumped 104 bps in 2022, then tumbled 109 bps in 2024.
- Over 5 years, Dividend Yield stood at 0.41% in 2021, then slipped by 16 bps to 0.34% in 2022, then retreated by 25 bps to 0.25% in 2023, then climbed by 8 bps to 0.27% in 2024, then surged by 188 bps to 0.79% in 2025.
- According to Business Quant data, Dividend Yield over the past three periods registered 0.79%, 0.49%, and 0.45% for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.79% |
| Sep 30, 2025 | 0.49% |
| Jun 30, 2025 | 0.45% |
| Mar 31, 2025 | 0.47% |
| Dec 31, 2024 | 0.27% |
| Sep 30, 2024 | 0.00% |
| Jun 30, 2024 | 0.56% |
| Mar 31, 2024 | 0.40% |
| Dec 31, 2023 | 0.25% |
| Sep 30, 2023 | 0.33% |
| Jun 30, 2023 | 1.10% |
| Mar 31, 2023 | 1.50% |
| Dec 31, 2022 | 0.34% |
| Sep 30, 2022 | 1.17% |
| Jun 30, 2022 | 1.36% |
| Mar 31, 2022 | 1.06% |
| Dec 31, 2021 | 0.41% |
| Sep 30, 2021 | 0.66% |
| Jun 30, 2021 | 0.32% |
| Mar 31, 2021 | 0.32% |
Camping World Holdings Dividend Yield 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=dividend-yield&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();