Skip to content

CCO Holdings, LLC: filings

Every CCO Holdings, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-24fiscal Q2 202631860001271833-26-000014
10-Q2026-04-24fiscal Q1 202630640001271833-26-000009
10-K2026-01-30fiscal FY 2025411070001271833-26-000005
10-Q2025-10-31fiscal Q3 202531900001271833-25-000018
10-Q2025-07-25fiscal Q2 202531860001271833-25-000014
10-Q2025-04-25fiscal Q1 202531660001271833-25-000008
10-K2025-01-31fiscal FY 2024401040001271833-25-000005
10-Q2024-11-01fiscal Q3 202431900001271833-24-000019
10-Q2024-07-26fiscal Q2 202431860001271833-24-000013
10-Q2024-04-26fiscal Q1 202431660001271833-24-000009
10-K2024-02-02fiscal FY 2023401040001271833-24-000003
10-Q2023-10-27fiscal Q3 202330880001271833-23-000015
10-Q2023-07-28fiscal Q2 202329780001271833-23-000011
10-Q2023-04-28fiscal Q1 202328580001271833-23-000007
10-K2023-01-27fiscal FY 2022391000001271833-23-000003
10-Q2022-10-28fiscal Q3 202230880001271833-22-000021
10-Q2022-07-29fiscal Q2 202230840001271833-22-000017
10-Q2022-04-29fiscal Q1 202229620001271833-22-000013
10-K2022-01-28fiscal FY 2021401020001271833-22-000006
10-Q2021-10-29fiscal Q3 2021351000001271833-21-000017
10-Q2021-07-30fiscal Q2 202135960001271833-21-000011
10-Q2021-05-03fiscal Q1 202134720001271833-21-000008
10-K2021-02-05fiscal FY 2020401030001271833-21-000004
10-Q2020-11-02fiscal Q3 2020371000001271833-20-000016
10-Q2020-08-03fiscal Q2 2020411060001271833-20-000012
10-Q2020-05-04fiscal Q1 202035720001271833-20-000008
10-K2020-02-07fiscal FY 2019421060001271833-20-000004
10-Q2019-10-30fiscal Q3 201936950001271833-19-000014
10-Q2019-07-30fiscal Q2 201937970001271833-19-000009
10-Q2019-04-30fiscal Q1 201936750001271833-19-000007
10-K2019-02-08fiscal Q4 2018391000001271833-19-000004
10-Q2018-10-29fiscal Q3 201833900001271833-18-000014
10-Q2018-07-31fiscal Q2 201835940001271833-18-000012
10-Q2018-05-01fiscal Q1 201833680001271833-18-000009
10-K2018-02-13fiscal Q4 2017391010001271833-18-000005
10-Q2017-10-27fiscal Q3 201733900001271833-17-000014
10-Q2017-08-01fiscal Q2 201732840001271833-17-000011
10-Q2017-05-04fiscal Q1 201733680001271833-17-000009
10-K2017-03-03fiscal FY 2016391000001271833-17-000006
10-Q2016-11-10fiscal Q3 201635960001271833-16-000013
10-Q2016-08-15fiscal Q2 201636950001271833-16-000010

Inspect the source

Entity
CCO Holdings, LLC / CIK 0001271833
Captured
2026-09-21T17:18:41.160Z
SEC response SHA-256
f521afa571d123f95afb91f8c3eb4f9078957103b83691009f2147f5f01d493c

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/0001271833.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"])))