Skip to content

LIBERTY TRIPADVISOR HOLDINGS, INC.: filings

Every LIBERTY TRIPADVISOR HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-K2025-02-20fiscal FY 2024471220001558370-25-001181
10-Q2024-11-06fiscal Q3 2024401150001558370-24-014667
10-Q2024-08-06fiscal Q2 2024401160001558370-24-011097
10-Q2024-05-08fiscal Q1 202439820001558370-24-007189
10-K2024-02-16fiscal FY 2023481250001558370-24-001313
10-Q2023-11-06fiscal Q3 2023401140001558370-23-017769
10-Q2023-08-02fiscal Q2 2023401150001558370-23-012926
10-Q2023-05-03fiscal Q1 202339810001558370-23-007853
10-K2023-02-17fiscal FY 2022481250001558370-23-001528
10-Q2022-11-07fiscal Q3 2022401180001558370-22-016651
10-Q2022-08-04fiscal Q2 2022401180001558370-22-012282
10-Q2022-05-04fiscal Q1 202240840001558370-22-007106
10-K2022-02-22fiscal FY 2021481260001558370-22-001476
10-Q2021-11-08fiscal Q3 2021411190001558370-21-015052
10-Q2021-08-05fiscal Q2 2021411190001558370-21-010598
10-Q2021-05-07fiscal Q1 202141850001558370-21-006470
10-K2021-02-19fiscal FY 2020481260001558370-21-001294
10-Q2020-11-05fiscal Q3 2020411180001558370-20-012930
10-Q2020-08-06fiscal Q2 2020421200001558370-20-009703
10-Q2020-05-08fiscal Q1 202042860001558370-20-006019
10-K2020-02-19fiscal FY 2019501790001558370-20-001006
10-Q2019-11-06fiscal Q3 2019431230001558370-19-010203
10-Q2019-08-07fiscal Q2 2019431230001558370-19-007495
10-Q2019-05-07fiscal Q1 201944940001558370-19-004277
10-K2019-02-22fiscal FY 2018451660001558370-19-000922
10-Q2018-11-07fiscal Q3 2018431160001558370-18-008813
10-Q2018-08-01fiscal Q2 2018431170001558370-18-006094
10-Q2018-05-09fiscal Q1 201842840001558370-18-004492
10-K2018-02-21fiscal FY 2017401460001558370-18-000867
10-Q2017-11-08fiscal Q3 2017381040001558370-17-008445
10-Q2017-08-08fiscal Q2 2017381060001558370-17-006305
10-Q2017-05-09fiscal Q1 201735700001558370-17-004021
10-K2017-02-17fiscal FY 2016371370001558370-17-000667
10-Q2016-11-08fiscal Q3 2016361020001558370-16-009697
10-Q2016-08-05fiscal Q2 2016361010001558370-16-007555
10-Q2016-05-09fiscal Q1 201639800001558370-16-005694
10-K2016-02-18fiscal FY 2015411460001558370-16-003284
10-Q2015-11-10fiscal Q3 2015391080001558370-15-002570
10-Q2015-08-13fiscal Q2 2015391050001558370-15-001632
10-Q2015-05-14fiscal Q1 201539790001558370-15-000930
10-K2015-03-12fiscal FY 2014431440001558370-15-000332
10-Q2014-11-12fiscal Q3 2014391000001606745-14-000016
10-Q2014-09-25fiscal Q2 201434870001606745-14-000008

Inspect the source

Entity
LIBERTY TRIPADVISOR HOLDINGS, INC. / CIK 0001606745
Captured
2026-09-21T17:21:17.871Z
SEC response SHA-256
125746959f8bd6893843c5d55cda812b7b00cc13029de16373bd53e0451d6c80

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