Skip to content

AerSale Corporation: filings

Every AerSale Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-07fiscal Q2 2026551540001104659-26-092710
10-Q2026-05-08fiscal Q1 2026551140001104659-26-057983
10-K2026-03-10fiscal FY 2025581510001104659-26-025574
10-Q2025-11-07fiscal Q3 2025551580001104659-25-108481
10-Q2025-08-07fiscal Q2 2025551540001558370-25-010799
10-Q2025-05-08fiscal Q1 2025551140001558370-25-006970
10-K2025-03-11fiscal FY 2024581510001558370-25-002624
10-Q2024-11-08fiscal Q3 2024551560001558370-24-014953
10-Q2024-08-07fiscal Q2 2024541510001558370-24-011383
10-Q2024-05-09fiscal Q1 2024541110001558370-24-007648
10-K2024-03-08fiscal FY 2023571490001558370-24-002777
10-Q2023-11-08fiscal Q3 2023541520001558370-23-018321
10-Q2023-08-09fiscal Q2 2023541500001558370-23-014056
10-Q2023-05-09fiscal Q1 2023521090001558370-23-008902
10-K2023-03-07fiscal FY 2022571470001558370-23-003009
10-Q2022-11-09fiscal Q3 2022541540001558370-22-017038
10-Q2022-08-09fiscal Q2 2022541500001558370-22-012743
10-Q2022-05-10fiscal Q1 2022541110001558370-22-007977
10-K2022-03-15fiscal FY 2021571510001558370-22-003617
10-Q2021-11-09fiscal Q3 2021481440001558370-21-015321
10-Q2021-08-09fiscal Q2 2021491430001558370-21-010881
10-Q2021-05-10fiscal Q1 2021471000001104659-21-063908
10-K2021-03-16fiscal FY 2020541390001104659-21-037098
10-Q2020-11-03fiscal Q3 202017560001104659-20-120867
10-Q2020-08-14fiscal Q2 202017520001104659-20-094881
10-Q2020-05-07fiscal Q1 202017380001104659-20-058099
10-K2020-03-02fiscal FY 201920340001104659-20-028012
10-Q2019-11-12fiscal Q3 201918440001104659-19-062625
10-Q2019-08-09fiscal Q2 201917330001144204-19-038670
10-Q2019-05-10fiscal Q1 201916230001144204-19-025061

Inspect the source

Entity
AerSale Corporation / CIK 0001754170
Captured
2026-09-21T17:29:12.180Z
SEC response SHA-256
aab4bf290a9a8c3f15beaf79588e69c3a26eb664ab6afa15d2cc03d68749f686

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