Skip to content

Consolidated Communications Holdings, Inc.: filings

Every Consolidated Communications Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-11-05fiscal Q3 2024391180001558370-24-014370
10-Q2024-08-06fiscal Q2 2024391140001558370-24-010961
10-Q2024-05-07fiscal Q1 202439820001558370-24-006917
10-K2024-03-05fiscal FY 2023541760001558370-24-002414
10-Q2023-11-07fiscal Q3 2023391180001558370-23-017871
10-Q2023-08-09fiscal Q2 2023391140001558370-23-014022
10-Q2023-05-05fiscal Q1 202339820001558370-23-008329
10-K2023-03-06fiscal FY 2022541770001558370-23-002817
10-Q2022-11-07fiscal Q3 2022401200001558370-22-016465
10-Q2022-08-05fiscal Q2 2022381100001558370-22-012417
10-Q2022-05-06fiscal Q1 202239820001558370-22-007638
10-K2022-03-07fiscal FY 2021541770001558370-22-002913
10-Q2021-10-29fiscal Q3 2021401220001558370-21-013849
10-Q2021-08-05fiscal Q2 2021361020001558370-21-010303
10-Q2021-04-30fiscal Q1 202136760001558370-21-005359
10-K2021-02-26fiscal FY 2020511500001558370-21-001947
10-Q2020-10-30fiscal Q3 2020381090001558370-20-012166
10-Q2020-07-31fiscal Q2 2020371040001558370-20-008887
10-Q2020-05-01fiscal Q1 202037780001558370-20-004939
10-K2020-02-28fiscal FY 2019511490001558370-20-001763
10-Q2019-11-01fiscal Q3 2019381070001558370-19-009695
10-Q2019-08-02fiscal Q2 2019381030001558370-19-006936
10-Q2019-04-26fiscal Q1 201938770001558370-19-003389
10-K2019-02-26fiscal FY 2018471430001558370-19-001019
10-Q2018-11-02fiscal Q3 201835930001558370-18-008383
10-Q2018-08-03fiscal Q2 201835930001558370-18-006371
10-Q2018-05-07fiscal Q1 201832650001558370-18-004078
10-K2018-03-01fiscal FY 2017431350001558370-18-001412
10-Q2017-11-06fiscal Q3 201735930001558370-17-008153
10-Q2017-08-04fiscal Q2 201732870001558370-17-005955
10-Q2017-05-05fiscal Q1 201729590001558370-17-003632
10-K2017-03-01fiscal FY 2016421320001558370-17-001183
10-Q2016-11-04fiscal Q3 201631840001558370-16-009340
10-Q2016-08-05fiscal Q2 201629810001558370-16-007531
10-Q2016-05-06fiscal Q1 201628570001558370-16-005559
10-K2016-02-29fiscal FY 2015431350001558370-16-003635
10-Q2015-11-06fiscal Q3 201526760001558370-15-002420
10-Q2015-08-07fiscal Q2 201526760001104659-15-057636
10-Q2015-05-07fiscal Q1 201526540001104659-15-035633
10-K2015-03-02fiscal FY 2014431370001104659-15-015377
10-Q2014-11-10fiscal Q3 201429820001104659-14-078920
10-Q2014-08-01fiscal Q2 201429820001104659-14-056061
10-Q2014-05-02fiscal Q1 201429600001104659-14-034092
10-K2014-03-05fiscal FY 2013411320001104659-14-016384
10-Q2013-11-07fiscal Q3 201330840001104659-13-082354
10-Q2013-08-08fiscal Q2 201329820001104659-13-061608
10-Q2013-05-09fiscal Q1 201328580001104659-13-039538
10-K2013-03-12fiscal FY 2012391280001104659-13-019701
10-Q2012-11-02fiscal Q3 201230850001104659-12-073761
10-Q2012-08-06fiscal Q2 2012421180001104659-12-054430
10-Q2012-05-04fiscal Q1 201235700001104659-12-032958
10-K2012-03-05fiscal FY 201135910001104659-12-015589
10-Q2011-11-03fiscal Q3 201133940001104659-11-060457
10-Q2011-08-04fiscal Q2 201136980001104659-11-043653

Inspect the source

Entity
Consolidated Communications Holdings, Inc. / CIK 0001304421
Captured
2026-09-21T17:19:08.275Z
SEC response SHA-256
920c08784271538b16e096b2430402e7e730843671882b41a66379e102bf91c6

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