Skip to content

Optimum Communications, Inc.: filings

Every Optimum Communications, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-08-06fiscal Q2 2026491350001702780-26-000048
10-Q2026-05-07fiscal Q1 2026491020001702780-26-000035
10-K2026-02-13fiscal FY 2025551410001702780-26-000013
10-Q2025-11-06fiscal Q3 2025491380001702780-25-000010
10-Q2025-08-07fiscal Q2 2025491340001628280-25-038992
10-Q2025-05-08fiscal Q1 2025491020001628280-25-023913
10-K2025-02-13fiscal FY 2024551390001628280-25-005486
10-Q2024-11-05fiscal FY 2024501410001628280-24-045072
10-K/A2024-08-01fiscal FY 2023571450001628280-24-034231
10-Q2024-08-01fiscal FY 2024501370001628280-24-034226
10-Q2024-05-02fiscal FY 2024501030001628280-24-020031
10-K2024-02-15fiscal FY 2023571450001628280-24-004863
10-Q2023-11-01fiscal FY 2023481380001628280-23-036054
10-Q2023-08-03fiscal FY 2023481340001628280-23-026858
10-Q2023-05-03fiscal FY 2023491020001628280-23-015294
10-K2023-02-23fiscal FY 2020571430001628280-23-004614
10-Q2022-11-02fiscal FY 2022501420001628280-22-027868
10-Q2022-08-04fiscal FY 2022501380001628280-22-020698
10-Q2022-04-28fiscal FY 2022511060001628280-22-011195
10-K2022-02-16fiscal FY 2020571450001628280-22-002873
10-Q2021-11-05fiscal FY 2021531470001628280-21-021832
10-Q2021-07-28fiscal FY 2021531430001628280-21-014758
10-Q2021-04-28fiscal FY 2021531090001628280-21-007975
10-K2021-02-12fiscal FY 2020581880001628280-21-001975
10-Q2020-10-30fiscal FY 2020531470001628280-20-015117
10-Q2020-07-31fiscal FY 2020531430001628280-20-011069
10-Q2020-05-01fiscal FY 2020511050001628280-20-006001
10-K2020-02-14fiscal FY 2019571780001628280-20-001613
10-Q2019-11-05fiscal Q3 2019531460001628280-19-013363
10-Q2019-07-31fiscal Q2 2019521400001628280-19-009497
10-Q2019-05-02fiscal Q1 201948980001628280-19-005707
10-K2019-03-01fiscal FY 2018501610001628280-19-002370
10-Q2018-11-07fiscal Q3 2018491350001628280-18-013823
10-Q2018-08-09fiscal Q2 2018441180001628280-18-010955
10-Q2018-05-14fiscal Q1 201844900001628280-18-006760
10-K2018-03-06fiscal FY 2017501290001702780-18-000002
10-Q2017-11-06fiscal Q3 2017431140001702780-17-000011
10-Q2017-08-04fiscal Q2 2017431140001702780-17-000004

Inspect the source

Entity
Optimum Communications, Inc. / CIK 0001702780
Captured
2026-09-21T17:24:05.504Z
SEC response SHA-256
5710c1ed4c72283455cd5e645fab2d5bb7068cd06362d35b0e4b8ae074549564

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