Skip to content

Archer Aviation Inc.: filings

Every Archer Aviation Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-10fiscal Q2 2026491390001824502-26-000059
10-Q2026-05-11fiscal Q1 202647970001824502-26-000038
10-K2026-03-02fiscal FY 2025501240001824502-26-000019
10-Q2025-11-06fiscal Q3 2025441330001824502-25-000010
10-Q2025-08-11fiscal Q2 2025431270001628280-25-039622
10-Q2025-05-12fiscal Q1 202545930001628280-25-024755
10-K2025-02-28fiscal FY 2024471200001628280-25-008823
10-Q2024-11-08fiscal Q3 2024431270001628280-24-046438
10-Q2024-08-09fiscal Q2 2024431210001628280-24-036279
10-Q2024-05-09fiscal Q1 202441850001628280-24-022240
10-K2024-02-29fiscal FY 2023471210001628280-24-007963
10-Q2023-11-09fiscal Q3 2023421230001628280-23-038275
10-Q2023-08-14fiscal Q2 2023431230001628280-23-029397
10-Q2023-05-11fiscal Q1 202342860001628280-23-017636
10-K2023-03-15fiscal FY 202245910001628280-23-008091
10-Q2022-11-10fiscal Q3 2022421250001628280-22-029508
10-Q2022-08-10fiscal Q2 2022411190001628280-22-022259
10-Q2022-05-12fiscal Q1 202242870001628280-22-014106
10-K2022-03-14fiscal FY 202146930001628280-22-006078
10-Q2021-11-12fiscal Q3 2021441310001628280-21-023204
10-Q2021-08-16fiscal Q2 202118330001104659-21-106449
10-Q2021-05-24fiscal Q1 202117280001104659-21-071319
10-K/A2021-05-24fiscal FY 202017220001104659-21-071312
10-K2021-03-08fiscal FY 202015170001104659-21-033378
10-Q2020-12-07fiscal Q3 2020990001213900-20-041382

Inspect the source

Entity
Archer Aviation Inc. / CIK 0001824502
Captured
2026-09-21T17:29:36.021Z
SEC response SHA-256
ee5709c6320d4e246b5e920f35635385f46f51d2c38f1fc0143e1f14cd82fa71

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