Camping World Holdings (CWH) FCF Payout Ratio (2015 - 2025)
Camping World Holdings' (CWH) quarterly FCF Payout Ratio came in at 0.03 in Q4 2025, up 3.4% on a YoY basis from 0.03 in Q4 2024, and down 162.15% quarter-over-quarter from 0.06 in Q3 2025.
Camping World Holdings (CWH) FCF Payout Ratio (2015 - 2025) Analysis & Trends
Camping World Holdings (CWH) has reported FCF Payout Ratio for 11 consecutive years, with 0.03 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, FCF Payout Ratio rose 3.4% year-over-year to 0.03; the trailing twelve-month figure through Jun 2026 stood at 0.06 (down 65.46% YoY), and the FY2025 full-year result was 0.24, down 335.92% from the prior year.
- FCF Payout Ratio declined to 0.03 in Q4 2025 per CWH's latest filing, from 0.06 in the prior quarter.
- Across five years, FCF Payout Ratio topped out at 0.97 in Q2 2023 and bottomed at 0.15 in Q1 2024.
- Historically, FCF Payout Ratio has averaged 0.07 across 5 years, with a median of 0.02 in 2023.
- The sharpest annual moves came in 2022 and 2025: FCF Payout Ratio plunged 206.73% in 2022, then soared 35596.01% in 2025.
- Over 5 years, FCF Payout Ratio stood at 0.03 in 2021, then jumped by 43.3% to 0.02 in 2022, then slipped by 27.26% to 0.02 in 2023, then slumped by 49.34% to 0.04 in 2024, then gained by 3.4% to 0.03 in 2025.
- According to Business Quant data, FCF Payout Ratio over the past three periods registered 0.03, 0.06, and 0.04 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | - |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 0.71 |
| 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 | 0.33 |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -0.03 |
| Sep 30, 2025 | 0.06 |
| Jun 30, 2025 | 0.04 |
| Mar 31, 2025 | -0.03 |
| Dec 31, 2024 | -0.04 |
| Sep 30, 2024 | 0.00 |
| Jun 30, 2024 | 0.06 |
| Mar 31, 2024 | -0.15 |
| Dec 31, 2023 | -0.02 |
| Sep 30, 2023 | 0.02 |
| Jun 30, 2023 | 0.97 |
| Mar 31, 2023 | 0.14 |
| Dec 31, 2022 | -0.02 |
| Sep 30, 2022 | 0.08 |
| Jun 30, 2022 | 0.07 |
| Mar 31, 2022 | -0.13 |
| Dec 31, 2021 | -0.03 |
| Sep 30, 2021 | 0.21 |
| Jun 30, 2021 | 0.03 |
| Mar 31, 2021 | 0.12 |
Camping World Holdings FCF Payout Ratio 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=fcf-payout-ratio&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "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=fcf-payout-ratio&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();