Skip to content

Zayo Group Holdings, Inc.: filings

Every Zayo Group Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2020-02-04

The latest filing in this captured record is a 10-Q filed 2020-02-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Zayo Group 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-02-04fiscal Q2 2020501390001558370-20-000495
10-Q2019-11-06fiscal Q1 202047960001558370-19-010195
10-K2019-09-04fiscal FY 2019522330001558370-19-008465
10-Q2019-05-09fiscal Q3 2019441250001558370-19-004726
10-Q2019-02-08fiscal Q2 2018461290001558370-19-000473
10-Q2018-11-08fiscal Q1 201943890001558370-18-008869
10-K/A2018-09-20fiscal FY 2018492080001558370-18-007506
10-K2018-08-24fiscal FY 2018492080001558370-18-007218
10-Q2018-05-07fiscal Q3 2018411140001558370-18-004087
10-Q2018-02-08fiscal Q2 2018431220001558370-18-000478
10-Q2017-11-07fiscal Q1 201841840001558370-17-008270
10-K2017-08-22fiscal FY 2017471980001558370-17-006767
10-Q2017-05-10fiscal Q3 2017411170001558370-17-004063
10-K/A2017-02-16fiscal FY 2016431770001558370-17-000636
10-Q2017-02-09fiscal Q2 2017401160001558370-17-000485
10-Q2016-11-09fiscal Q1 201739810001558370-16-009736
10-K2016-08-26fiscal FY 2016431770001558370-16-008117
10-Q2016-05-06fiscal Q3 2016381070001558370-16-005462
10-Q2016-02-12fiscal Q2 2016421240001558370-16-003188
10-Q2015-11-10fiscal Q1 201637750001564590-15-010369
10-K2015-09-18fiscal FY 2015421820001564590-15-008052
10-Q2015-05-13fiscal Q3 2015351010001564590-15-004147
10-Q2015-02-11fiscal Q2 2015421250001564590-15-000601
10-Q2014-11-10fiscal Q1 201537770001564590-14-005448

Inspect the source

Entity
Zayo Group Holdings, Inc. / CIK 0001608249
Captured
SEC response SHA-256
5623a53626ba58db9652cf23c60dff539e24f9a0409de799eca7afba95714f34

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