Skip to content

WideOpenWest, Inc.: filings

Every WideOpenWest, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-Q2025-11-05fiscal Q3 2025441360001104659-25-107088
10-Q2025-08-11fiscal Q2 2025441290001558370-25-011080
10-Q2025-05-06fiscal Q1 202544920001558370-25-006490
10-K2025-03-14fiscal FY 2024511350001558370-25-003008
10-Q2024-11-04fiscal Q3 2024451390001558370-24-014261
10-K/A2024-09-04fiscal FY 2023531410001558370-24-012576
10-Q2024-08-08fiscal Q2 2024451330001558370-24-011588
10-Q2024-05-07fiscal Q1 202446940001558370-24-006904
10-K2024-03-13fiscal FY 2023531410001558370-24-003047
10-Q2023-11-08fiscal Q3 2023441340001558370-23-018267
10-Q2023-08-08fiscal Q2 2023441260001558370-23-013737
10-Q2023-05-04fiscal Q1 202346950001558370-23-007971
10-K2023-02-27fiscal FY 2022531400001558370-23-002153
10-Q2022-11-03fiscal Q3 2022461360001558370-22-016130
10-Q2022-08-05fiscal Q2 2022461320001558370-22-012341
10-Q2022-05-09fiscal Q1 202246960001558370-22-007703
10-K2022-02-24fiscal FY 2021531380001558370-22-001834
10-Q2021-11-08fiscal Q3 2021471370001558370-21-014919
10-Q2021-08-05fiscal Q2 2021471320001558370-21-010382
10-Q2021-05-04fiscal Q1 202145940001558370-21-005607
10-K2021-02-24fiscal FY 2020521360001558370-21-001595
10-Q2020-11-05fiscal Q3 2020461340001558370-20-012892
10-Q2020-08-03fiscal Q2 2020461300001558370-20-009018
10-Q2020-05-04fiscal Q1 202046950001558370-20-005032
10-K2020-03-04fiscal FY 2019521750001558370-20-002015
10-Q2019-11-01fiscal Q3 2019471330001558370-19-009629
10-Q2019-08-02fiscal Q2 2019471290001558370-19-006878
10-Q2019-05-07fiscal Q1 201947940001558370-19-004161
10-K2019-03-07fiscal FY 2018492100001558370-19-001626
10-Q2018-11-08fiscal Q3 2018441170001558370-18-009042
10-Q2018-08-09fiscal Q2 2018441160001558370-18-006898
10-Q2018-05-11fiscal Q1 201841810001104659-18-032364
10-K2018-03-14fiscal FY 2017431440001047469-18-001643
10-Q2017-11-13fiscal Q3 2017391050001104659-17-067976
10-Q2017-08-14fiscal Q2 2017391040001104659-17-051486

Inspect the source

Entity
WideOpenWest, Inc. / CIK 0001701051
Captured
2026-09-21T17:23:58.106Z
SEC response SHA-256
a5257f4146d7300b03ddc0308a3144df31615a0dcdee1cdca02dffa0a736c9c9

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