Skip to content

CAMPING WORLD HOLDINGS, INC.: filings

Every CAMPING WORLD HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-07-31fiscal Q2 2026411310001104659-26-088835
10-Q2026-04-30fiscal Q1 2026411040001104659-26-053079
10-K2026-02-27fiscal FY 2025431100001104659-26-021548
10-Q2025-10-30fiscal Q3 2025411360001104659-25-104366
10-Q2025-07-30fiscal Q2 2025411320001558370-25-009795
10-Q2025-05-01fiscal Q1 2025411040001558370-25-006122
10-K2025-02-28fiscal FY 2024441120001558370-25-001939
10-Q2024-10-29fiscal Q3 2024411360001558370-24-013838
10-Q2024-08-01fiscal Q2 2024411320001558370-24-010595
10-Q2024-05-03fiscal Q1 2024411040001558370-24-006649
10-K2024-02-26fiscal FY 2023441120001558370-24-001703
10-Q2023-11-02fiscal Q3 2023421380001558370-23-017437
10-Q2023-08-02fiscal Q2 2023411310001558370-23-012902
10-Q2023-05-03fiscal Q1 2023411030001558370-23-007829
10-K2023-02-23fiscal FY 2022451170001558370-23-001813
10-Q2022-11-02fiscal Q3 2022461360001558370-22-015969
10-Q2022-08-03fiscal Q2 2022461320001558370-22-011858
10-Q2022-05-04fiscal Q1 202246960001558370-22-007028
10-K2022-02-24fiscal FY 2021451170001558370-22-001817
10-Q2021-11-03fiscal Q3 2021471380001558370-21-014295
10-Q2021-08-04fiscal Q2 2021471330001558370-21-010077
10-Q2021-05-05fiscal Q1 202146960001558370-21-005780
10-K2021-02-26fiscal FY 2020511620001558370-21-002004
10-Q2020-11-03fiscal Q3 2020441300001558370-20-012316
10-Q2020-08-06fiscal Q2 2020441260001558370-20-009686
10-Q2020-05-08fiscal Q1 202044920001558370-20-005995
10-K2020-02-28fiscal FY 2019501590001558370-20-001794
10-Q2019-11-12fiscal Q3 2019461310001558370-19-010797
10-Q2019-08-09fiscal Q2 2019461280001558370-19-007895
10-Q2019-05-10fiscal Q1 201945920001558370-19-004851
10-K2019-03-15fiscal FY 2018451850001558370-19-002047
10-Q2018-11-07fiscal Q3 2018401080001558370-18-008823
10-Q2018-08-09fiscal Q2 2018391060001558370-18-006810
10-Q2018-05-09fiscal Q1 201837810001558370-18-004400
10-K2018-03-13fiscal FY 2017421440001558370-18-001998
10-Q/A2018-03-13fiscal Q3 201738960001558370-18-001995
10-Q/A2018-03-13fiscal Q2 201737950001558370-18-001994
10-Q/A2018-03-13fiscal Q1 201736730001558370-18-001993
10-Q2017-11-09fiscal Q3 201738980001558370-17-008713
10-Q2017-08-10fiscal Q2 201737950001558370-17-006517
10-Q2017-05-04fiscal Q1 201732650001558370-17-003553
10-K2017-03-13fiscal FY 2016391380001558370-17-001687

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
CAMPING WORLD HOLDINGS, INC. / CIK 0001669779
Captured
2026-09-21T17:24:16.921Z
SEC response SHA-256
62164c82db9bbf25de3c7f571eaf4980569a2d0721e88d9a297fbc4e623209bb

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001669779.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))