Skip to content

Global Business Travel Group, Inc.: filings

Every Global Business Travel Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-08-04fiscal Q2 2026481310001628280-26-052168
10-Q2026-05-11fiscal Q1 2026481000001628280-26-033155
10-K2026-03-09fiscal FY 2025541400001628280-26-015817
10-Q2025-11-10fiscal Q3 2025491380001628280-25-050787
10-Q2025-08-05fiscal Q2 2025491340001820872-25-000028
10-Q2025-05-06fiscal Q1 2025501040001820872-25-000018
10-K2025-03-07fiscal FY 2024531380001628280-25-011370
10-Q2024-11-05fiscal Q3 2024501420001820872-24-000048
10-Q2024-08-06fiscal Q2 2024481340001820872-24-000041
10-Q2024-05-07fiscal Q1 2024481000001820872-24-000024
10-K2024-03-13fiscal FY 2023521300001820872-24-000005
10-Q2023-11-07fiscal Q3 2023501410001820872-23-000008
10-Q2023-08-10fiscal Q2 2023481310001410578-23-001664
10-Q2023-05-09fiscal Q3 202250970001104659-23-057829
10-K2023-03-21fiscal FY 2022551280001104659-23-035161
10-Q2022-11-10fiscal Q3 2022501270001104659-22-117126
10-Q2022-08-11fiscal Q2 2022501240001104659-22-089031
10-Q2022-05-09fiscal Q1 202217370001104659-22-057620
10-K2022-03-01fiscal FY 202118470001104659-22-028779
10-Q/A2021-11-29fiscal Q3 202115490001104659-21-144041
10-K/A2021-11-29fiscal FY 202020380001104659-21-144036
10-Q2021-11-10fiscal Q3 202115410001104659-21-137027
10-Q2021-08-13fiscal Q2 202116350001104659-21-105082
10-Q2021-06-21fiscal Q1 202116310001104659-21-083569
10-K/A2021-06-21fiscal FY 202019370001104659-21-083493
10-K2021-03-30fiscal FY 202018320001104659-21-044019
10-Q2020-11-13fiscal Q3 202013300001104659-20-124506

Inspect the source

Entity
Global Business Travel Group, Inc. / CIK 0001820872
Captured
2026-09-21T17:29:12.502Z
SEC response SHA-256
ade84084f6c63a6f1bd829cc3083129d6863f6fdde131c7947161deb5eec4518

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