Skip to content

Zayo Group, LLC: filings

Every Zayo Group, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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, LLC 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 2020431130001558370-20-000496
10-Q2019-11-06fiscal Q1 202043860001558370-19-010207
10-K2019-09-04fiscal FY 2019461990001558370-19-008467
10-Q2019-05-09fiscal Q3 2019401090001558370-19-004733
10-Q2019-02-08fiscal Q2 2019401090001558370-19-000475
10-Q2018-11-08fiscal Q1 201940830001558370-18-008863
10-K2018-08-24fiscal FY 2018441930001558370-18-007219
10-Q2018-05-07fiscal Q3 2018371030001558370-18-004089
10-Q2018-02-08fiscal Q2 2018371020001558370-18-000481
10-Q2017-11-07fiscal Q1 201837760001558370-17-008272
10-K2017-08-22fiscal FY 2017411840001558370-17-006768
10-Q2017-05-10fiscal Q3 201734960001558370-17-004064
10-Q2017-02-09fiscal Q2 201732910001558370-17-000486
10-Q2016-11-09fiscal Q1 201732670001558370-16-009739
10-K2016-08-26fiscal FY 2016381670001558370-16-008119
10-Q2016-05-06fiscal Q3 2016351010001558370-16-005465
10-Q2016-02-12fiscal Q2 2016341020001558370-16-003191
10-Q2015-11-10fiscal Q1 201635710001564590-15-010368
10-K2015-09-24fiscal FY 2015401790001564590-15-008134
10-Q2015-05-13fiscal Q3 2015351020001564590-15-004145
10-Q2015-02-17fiscal Q2 2015361070001564590-15-000701
10-Q2014-11-14fiscal Q1 201537800001502756-14-000039
10-K2014-09-29fiscal FY 2014411910001502756-14-000032
10-Q2014-05-12fiscal Q3 201436980001502756-14-000022
10-Q2014-02-06fiscal Q2 201436960001502756-14-000007
10-Q2013-11-08fiscal Q1 201435790001502756-13-000033
10-K2013-09-23fiscal FY 2013411860001502756-13-000025
10-Q2013-05-15fiscal Q3 201334930001502756-13-000011
10-Q2013-02-08fiscal Q2 201334930001502756-13-000003
10-Q2012-11-14fiscal Q1 201341820001193125-12-470976
10-K2012-09-14fiscal FY 2012411840001193125-12-392637
10-Q2012-05-15fiscal Q3 201233880001193125-12-234326
10-Q/A2012-05-15fiscal Q2 201233880001193125-12-234157
10-Q/A2012-05-15fiscal Q1 201233680001193125-12-234143
10-Q2012-02-14fiscal Q2 201233880001193125-12-061430
10-Q2011-11-10fiscal Q1 201233680000950123-11-097229

Inspect the source

Entity
Zayo Group, LLC / CIK 0001502756
Captured
SEC response SHA-256
6cefb3d65239d06748a218933305f1f3277909bbe0ff03aa38bc5ca6427483f4

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