Skip to content

Garrett Motion Inc.: filings

Every Garrett Motion Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-04-30fiscal Q1 202646930001735707-26-000019
10-K2026-02-19fiscal FY 2025501670001735707-26-000009
10-Q2025-10-23fiscal Q3 2025461290001735707-25-000047
10-Q2025-07-24fiscal Q2 2025461250001735707-25-000033
10-Q2025-05-01fiscal Q1 202546930001735707-25-000023
10-K2025-02-20fiscal FY 2024511700001735707-25-000013
10-Q2024-10-24fiscal Q3 2024481350001735707-24-000057
10-Q2024-07-25fiscal Q2 2024481310001735707-24-000044
10-Q2024-04-25fiscal Q1 202449990001735707-24-000025
10-K2024-02-15fiscal FY 2023541790001735707-24-000012
10-Q2023-10-24fiscal Q3 2023491390001735707-23-000074
10-Q2023-07-27fiscal Q2 2023491350001735707-23-000060
10-Q2023-04-24fiscal Q1 202348970001735707-23-000044
10-K2023-02-14fiscal FY 2022541770001735707-23-000018
10-Q2022-10-26fiscal Q3 2022481370001735707-22-000064
10-Q2022-07-28fiscal Q2 2022481330001735707-22-000054
10-Q2022-04-28fiscal Q1 202248970001735707-22-000042
10-K2022-02-14fiscal FY 2021551820001735707-22-000027
10-Q2021-10-28fiscal Q3 2021491390001735707-21-000015
10-Q2021-07-29fiscal Q2 2021491340001564590-21-038829
10-Q2021-04-29fiscal Q1 202144890001564590-21-021571
10-K2021-02-16fiscal FY 2020511670001564590-21-005918
10-Q2020-11-02fiscal Q3 2020451290001564590-20-049431
10-Q2020-07-30fiscal Q2 2020441220001564590-20-034497
10-Q2020-05-11fiscal Q1 202043870001564590-20-023853
10-K2020-02-27fiscal FY 2019501640001564590-20-007405
10-Q2019-11-08fiscal Q3 2019431220001564590-19-042291
10-Q2019-07-30fiscal Q2 2019431180001564590-19-027028
10-Q2019-05-08fiscal Q1 201943870001564590-19-016696
10-K2019-03-01fiscal FY 2018481630001564590-19-005824
10-Q2018-11-06fiscal Q3 201836900001564590-18-027500

Inspect the source

Entity
Garrett Motion Inc. / CIK 0001735707
Captured
2026-09-21T17:25:31.486Z
SEC response SHA-256
ab0b71252e7a0b0178499dfbb9a5a633b7a0e74f0926ecf8b3ae3f210efd1d38

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