Skip to content

Uniti Group Inc.: filings

Every Uniti Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-07-31fiscal Q2 2025351100001628280-25-037013
10-Q2025-05-06fiscal Q1 202535740001628280-25-022663
10-K2025-02-21fiscal FY 2024381050001628280-25-007109
10-Q2024-11-08fiscal Q3 2024341090001628280-24-046520
10-Q2024-08-01fiscal Q2 2024341060001628280-24-034151
10-Q2024-05-03fiscal Q1 202435730001628280-24-020314
10-K2024-02-29fiscal FY 2023381250001628280-24-008054
10-Q2023-11-02fiscal Q3 2023331040001628280-23-036428
10-Q2023-08-03fiscal Q2 2023341050001628280-23-027275
10-Q2023-05-04fiscal Q1 202334710001628280-23-015742
10-K2023-02-28fiscal FY 2022421140001628280-23-005558
10-Q2022-11-07fiscal Q3 2022351070001628280-22-028545
10-Q2022-08-04fiscal Q2 2022351070001620280-22-000010
10-Q2022-05-05fiscal Q1 202236740001564590-22-018265
10-K2022-02-25fiscal FY 2021431130001564590-22-007221
10-Q2021-11-04fiscal Q3 2021391130001564590-21-054470
10-Q2021-08-05fiscal Q2 2021381120001564590-21-041718
10-Q2021-05-10fiscal Q1 202139800001564590-21-026041
10-K2021-03-05fiscal FY 2020461200001564590-21-011266
10-Q2020-11-09fiscal Q3 2020401180001564590-20-052508
10-Q2020-08-10fiscal Q2 2020391170001564590-20-039012
10-Q2020-05-11fiscal Q1 202039810001564590-20-024346
10-K2020-03-12fiscal FY 2019451640001564590-20-010520
10-Q2019-11-07fiscal Q3 2019391140001564590-19-041870
10-Q2019-08-08fiscal Q2 2019401180001564590-19-030905
10-Q2019-05-09fiscal Q1 201940790001564590-19-018123
10-K2019-03-18fiscal FY 2018431640001564590-19-008290
10-Q2018-11-01fiscal Q3 2018381150001564590-18-026295
10-Q2018-08-09fiscal Q2 2018391160001564590-18-021126
10-Q2018-05-10fiscal Q1 201836750001564590-18-013046
10-K2018-03-01fiscal FY 2017381520001564590-18-004145
10-Q2017-11-02fiscal Q3 2017331040001564590-17-021297
10-Q2017-08-03fiscal Q2 201731980001564590-17-015431
10-Q2017-05-04fiscal Q1 201733690001564590-17-008846
10-K2017-02-23fiscal FY 2016351130001564590-17-002252
10-Q2016-11-14fiscal Q3 2016331030001564590-16-029140
10-Q2016-08-11fiscal Q2 201633840001564590-16-024084
10-Q2016-05-12fiscal Q1 201627360001564590-16-019251
10-K2016-03-07fiscal FY 201527470001564590-16-014126
10-Q2015-11-13fiscal Q3 201525410001564590-15-010712
10-Q2015-08-13fiscal Q2 201525270001564590-15-007263

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Uniti Group Inc. / CIK 0001620280
Captured
2026-09-21T17:21:37.143Z
SEC response SHA-256
8fbcc262614c1e622e506aa1bd93f006342d06007da4c9fae3cc213a1a5ceea4

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