Skip to content

Liberty Global Ltd.: filings

Every Liberty Global Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2026-07-24fiscal Q2 2026421170001570585-26-000109
10-Q2026-05-01fiscal Q1 202644910001570585-26-000069
10-K2026-02-18fiscal FY 2025481260001570585-26-000014
10-Q2025-10-30fiscal Q3 2025441290001570585-25-000223
10-Q2025-08-01fiscal Q2 2025441250001570585-25-000183
10-Q2025-05-02fiscal Q1 202544910001570585-25-000114
10-K2025-02-18fiscal FY 2024481680001570585-25-000021
10-Q2024-10-29fiscal Q3 2024441290001570585-24-000304
10-Q2024-07-25fiscal Q2 2024441250001570585-24-000237
10-Q2024-05-01fiscal Q1 202444910001570585-24-000136
10-K2024-02-15fiscal FY 2023481280001570585-24-000022
10-Q2023-10-31fiscal Q3 2023441300001570585-23-000417
10-Q2023-07-24fiscal Q2 2023441260001570585-23-000351
10-Q2023-05-09fiscal Q1 202344910001570585-23-000186
10-K2023-02-22fiscal FY 2022481280001570585-23-000028
10-Q2022-11-01fiscal Q3 2022441310001570585-22-000292
10-Q2022-07-28fiscal Q2 2022441270001570585-22-000237
10-Q2022-05-10fiscal Q1 202244910001570585-22-000132
10-K2022-02-17fiscal FY 2021481670001570585-22-000038
10-Q2021-11-03fiscal Q3 2021441290001570585-21-000335
10-Q2021-07-29fiscal Q2 2021451270001570585-21-000274
10-Q2021-05-05fiscal Q1 202145930001570585-21-000164
10-K2021-02-16fiscal FY 2020441160001570585-21-000025
10-Q2020-11-04fiscal Q3 2020431270001570585-20-000313
10-Q2020-08-03fiscal Q2 2020451290001570585-20-000238
10-Q2020-05-06fiscal Q1 202045930001570585-20-000152
10-K2020-02-13fiscal FY 2019471570001570585-20-000023
10-Q2019-11-06fiscal Q3 2019451260001570585-19-000295
10-Q2019-08-08fiscal Q2 2019431160001570585-19-000229
10-Q2019-05-06fiscal Q1 201941820001570585-19-000128
10-K2019-02-27fiscal FY 2018491680001570585-19-000039
10-Q2018-11-07fiscal Q3 2018391080001570585-18-000344
10-Q2018-08-08fiscal Q2 2018411160001570585-18-000300
10-Q2018-05-08fiscal Q1 201840870001570585-18-000188
10-K2018-02-14fiscal FY 2017431440001570585-18-000065
10-Q2017-11-01fiscal Q3 2017371000001570585-17-000363
10-Q2017-08-07fiscal Q2 2017371000001570585-17-000256
10-Q2017-05-08fiscal Q1 201737760001570585-17-000155
10-K2017-02-16fiscal FY 2016371190001570585-17-000034
10-Q2016-11-03fiscal Q3 2016371000001570585-16-000860
10-Q2016-08-04fiscal Q2 2016371000001570585-16-000761
10-Q2016-05-09fiscal Q1 201637760001570585-16-000637
10-K2016-02-16fiscal FY 2015361170001570585-16-000395
10-Q2015-11-05fiscal Q3 2015381000001570585-15-000210
10-Q2015-08-04fiscal Q2 2015381000001570585-15-000159
10-Q2015-05-07fiscal Q1 201538760001570585-15-000082
10-K2015-02-13fiscal FY 2014401280001570585-15-000014
10-Q2014-11-05fiscal Q3 2014401080001570585-14-000197
10-Q2014-08-05fiscal Q2 2014381000001570585-14-000149
10-Q2014-05-06fiscal Q1 201438760001570585-14-000094
10-K2014-02-13fiscal FY 2013401280001570585-14-000029
10-Q2013-11-05fiscal Q3 201338980001570585-13-000077
10-Q2013-08-01fiscal Q2 201338980001570585-13-000050

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

Inspect the source

Entity
Liberty Global Ltd. / CIK 0001570585
Captured
2026-09-20T09:21:13.519Z
SEC response SHA-256
2e9a0b6e1f00082f664c285027b130432f83c561abdbc4058d3c89ee6aba2063

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