Skip to content

FTAI AVIATION LTD.: filings

Every FTAI AVIATION LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-31fiscal Q2 2026451340001628280-26-051412
10-Q2026-05-01fiscal Q1 202644920001628280-26-029335
10-K2026-02-27fiscal FY 2025501320001628280-26-012940
10-Q2025-10-29fiscal Q3 2025461340001590364-25-000041
10-Q2025-07-31fiscal Q2 2025461340001590364-25-000023
10-Q2025-05-05fiscal Q1 202545930001590364-25-000011
10-K2025-03-03fiscal FY 2024461210001590364-25-000006
10-Q2024-11-12fiscal Q3 2024401210001590364-24-000021
10-Q2024-08-09fiscal Q2 2024391190001590364-24-000016
10-Q2024-04-26fiscal Q1 202439810001590364-24-000011
10-K2024-02-26fiscal FY 2023381050001590364-24-000003
10-Q2023-10-26fiscal Q3 2023371150001590364-23-000028
10-Q2023-07-27fiscal Q2 2023371150001590364-23-000023
10-Q2023-04-27fiscal Q1 202337770001590364-23-000013
10-K2023-02-27fiscal FY 2022381050001590364-23-000007
10-Q2022-11-17fiscal Q3 2022351110001140361-22-042077
10-Q2022-10-31fiscal Q3 2022421270001590364-22-000007
10-Q2022-07-29fiscal Q2 2022401210001628280-22-019753
10-Q2022-04-29fiscal Q1 202240830001590364-22-000004
10-K2022-02-28fiscal FY 2021441170001590364-22-000002
10-Q2021-10-29fiscal Q3 2021401160001590364-21-000008
10-Q2021-07-29fiscal Q2 2021391140001590364-21-000006
10-Q2021-04-30fiscal Q1 202139800001590364-21-000004
10-K2021-02-26fiscal FY 2020441800001590364-21-000002
10-Q2020-10-30fiscal Q3 2020401180001590364-20-000009
10-Q2020-07-31fiscal Q2 2020401180001590364-20-000007
10-Q2020-05-01fiscal Q1 202039810001590364-20-000005
10-K2020-02-28fiscal FY 2019441780001590364-20-000002
10-Q2019-11-01fiscal Q3 2019431320001590364-19-000010
10-Q2019-08-02fiscal Q2 2019431320001590364-19-000006
10-Q2019-05-03fiscal Q1 201943900001590364-19-000004
10-K2019-02-28fiscal FY 2018411890001590364-19-000002
10-Q2018-11-02fiscal Q3 2018411230001590364-18-000012
10-Q2018-08-03fiscal Q2 2018411230001590364-18-000010
10-Q2018-05-04fiscal Q1 201838770001590364-18-000008
10-K2018-03-01fiscal FY 2017401760001590364-18-000003
10-Q2017-11-03fiscal Q3 2017381150001590364-17-000017
10-Q2017-08-04fiscal Q2 2017361070001590364-17-000013
10-Q2017-05-05fiscal Q1 201736730001590364-17-000008
10-K2017-02-24fiscal FY 2016401760001590364-17-000004
10-Q2016-11-04fiscal Q3 2016351050001590364-16-000029
10-Q2016-08-04fiscal Q2 2015341010001590364-16-000026
10-Q2016-05-04fiscal Q1 201629600001590364-16-000018
10-K2016-03-10fiscal FY 2015371690001590364-16-000014
10-Q2015-11-04fiscal Q3 201533990001590364-15-000011
10-Q2015-08-13fiscal Q2 201533990001590364-15-000008
10-Q2015-06-25fiscal Q1 201528580001590364-15-000005

Inspect the source

Entity
FTAI AVIATION LTD. / CIK 0001590364
Captured
2026-09-20T09:23:51.485Z
SEC response SHA-256
1742e17a754230eb3611e6de60b5a1b58ccea139296c73a55d2fdd4668aa8a96

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