Skip to content

WINDSTREAM HOLDINGS, INC.: filings

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

Filing record ends 2020-07-30

The latest filing in this captured record is a 10-Q filed 2020-07-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. WINDSTREAM HOLDINGS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2020-07-30fiscal Q2 2020441200001282266-20-000041
10-Q2020-06-09fiscal Q1 202044920001282266-20-000031
10-K2020-05-19fiscal FY 2019571770001282266-20-000022
10-Q2020-05-19fiscal Q3 2019501430001282266-20-000019
10-Q2020-05-19fiscal Q2 2019501370001282266-20-000017
10-Q2019-05-15fiscal Q1 2019481040001282266-19-000031
10-K2019-03-15fiscal FY 2018501630001282266-19-000019
10-Q2018-11-08fiscal Q3 2018451210001282266-18-000052
10-Q2018-08-09fiscal Q2 2018431150001282266-18-000046
10-Q2018-05-04fiscal Q1 201843930001282266-18-000026
10-K2018-02-28fiscal FY 2017481450001282266-18-000016
10-Q2017-11-09fiscal Q3 2017441120001282266-17-000068
10-Q2017-08-03fiscal Q2 2017441120001282266-17-000049
10-Q2017-05-08fiscal Q1 201744900001282266-17-000032
10-K2017-03-01fiscal FY 2016471410001282266-17-000013
10-Q2016-11-07fiscal Q3 2016421060001282266-16-000102
10-Q2016-08-04fiscal Q2 2016411040001282266-16-000089
10-Q2016-05-05fiscal Q1 201641840001282266-16-000069
10-K2016-02-25fiscal FY 2015481430001282266-16-000059
10-Q2015-11-05fiscal Q3 2015431120001282266-15-000050
10-Q2015-08-06fiscal Q2 2015421100001282266-15-000035
10-Q2015-05-07fiscal Q1 201542890001282266-15-000021
10-K2015-02-24fiscal FY 2014471390001282266-15-000010
10-Q2014-11-06fiscal Q3 2014421100001282266-14-000061
10-Q2014-08-07fiscal Q2 2014421100001282266-14-000044
10-Q2014-05-08fiscal Q1 201442860001282266-14-000021
10-K2014-02-27fiscal FY 2013471390001282266-14-000008
10-Q2013-11-07fiscal Q3 2013421120001282266-13-000075
10-Q2013-08-08fiscal Q2 2013421120001282266-13-000042
10-Q2013-05-09fiscal Q1 201341840001282266-13-000033
10-K2013-02-20fiscal FY 2012461430001282266-13-000020
10-Q2012-11-08fiscal Q3 2012411080001282266-12-000041
10-Q2012-08-09fiscal Q2 2012411080001282266-12-000030
10-Q2012-05-10fiscal Q1 201240820001282266-12-000017
10-K2012-02-22fiscal FY 2011461350001282266-12-000010
10-Q2011-11-04fiscal Q3 2011391020001282266-11-000015
10-Q2011-08-05fiscal Q2 2011391020001282266-11-000005
10-Q2011-05-05fiscal Q1 201138780001193125-11-128237
10-K2011-02-22fiscal FY 2010441390001193125-11-042169
10-Q2010-11-04fiscal Q3 201036860001193125-10-247817
10-Q2010-08-05fiscal Q2 201036860001193125-10-179216
10-K2010-02-24fiscal FY 200936940001193125-10-038834
10-Q2009-11-09fiscal Q3 200936870001193125-09-229040
10-Q2009-08-06fiscal Q2 200935850001193125-09-166917

Inspect the source

Entity
WINDSTREAM HOLDINGS, INC. / CIK 0001282266
Captured
SEC response SHA-256
cff5245f5bffd892d6a7ad268ca09ca82d5d5b03779733d8db43edf7637e21be

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