Skip to content

XTI AEROSPACE, INC.: filings

Every XTI AEROSPACE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-05-14fiscal Q1 2026531040001213900-26-056270
10-K2026-04-15fiscal FY 2025561090001213900-26-043785
10-Q2025-11-19fiscal Q3 2025531560001213900-25-112615
10-Q2025-08-14fiscal Q2 2025531480001213900-25-076767
10-Q2025-05-19fiscal Q1 2025541110001213900-25-045396
10-K2025-04-15fiscal FY 2024581010001213900-25-032213
10-Q2024-11-14fiscal Q3 2024511530001628280-24-047969
10-Q2024-08-14fiscal Q2 2024531530001628280-24-037277
10-Q2024-05-20fiscal Q1 2024521070001628280-24-024396
10-K2024-04-16fiscal FY 2023581180001628280-24-016449
10-Q2023-11-20fiscal Q3 2023561650001628280-23-039641
10-Q2023-08-18fiscal Q2 2023561610001628280-23-030012
10-Q2023-05-16fiscal Q1 2023551130001628280-23-018311
10-K2023-04-17fiscal FY 2022591210001628280-23-011793
10-Q2022-11-14fiscal Q3 2022561650001628280-22-029904
10-Q2022-08-15fiscal Q2 2022561610001628280-22-022914
10-Q2022-05-16fiscal Q1 2022561150001628280-22-014543
10-K2022-03-16fiscal FY 2021581260001628280-22-006421
10-Q2021-11-15fiscal Q3 2021551600001628280-21-023402
10-Q2021-08-16fiscal Q2 2021551570001628280-21-017145
10-Q2021-05-17fiscal Q1 202148990001628280-21-010533
10-K2021-03-31fiscal FY 2020561160001628280-21-006279
10-Q2020-11-12fiscal Q3 2020491380001213900-20-036607
10-Q2020-08-14fiscal Q2 2020491320001213900-20-022280
10-Q2020-05-12fiscal Q1 202048970001213900-20-011865
10-K2020-03-03fiscal FY 2019521160001213900-20-005326
10-Q2019-11-05fiscal Q3 2019491350001213900-19-022058
10-Q2019-08-14fiscal Q2 2019481310001213900-19-015902
10-Q2019-05-14fiscal Q1 201947960001213900-19-008618
10-K2019-03-28fiscal FY 2018511020001213900-19-005135
10-Q2018-11-06fiscal Q3 2018451230001213900-18-014922
10-Q2018-08-13fiscal Q2 2018461260001213900-18-010745
10-Q2018-05-15fiscal Q1 201846930001213900-18-006366
10-K2018-03-27fiscal FY 201748990001213900-18-003538
10-Q2017-11-20fiscal Q3 2017441180001213900-17-012378
10-Q2017-08-21fiscal Q2 2017431150001213900-17-009004
10-Q2017-05-15fiscal Q1 201742860001213900-17-005256
10-K2017-04-17fiscal FY 201648950001213900-17-003902
10-Q2016-11-16fiscal Q3 2016431150001213900-16-018632
10-Q2016-08-15fiscal Q2 2016411110001213900-16-016022
10-Q2016-05-16fiscal Q1 201640820001213900-16-013453
10-K2016-03-30fiscal FY 201546930001213900-16-012053
10-Q2015-11-13fiscal Q3 2015431150001213900-15-008571
10-Q2015-08-07fiscal Q2 2015431120001213900-15-005831
10-Q2015-05-14fiscal Q1 201543850001213900-15-003692
10-K2015-03-27fiscal FY 201446900001213900-15-002111
10-Q2014-11-13fiscal Q3 2014421040001213900-14-008050
10-Q2014-08-14fiscal Q2 2014391010001213900-14-005888
10-Q2014-06-11fiscal Q1 201438730001213900-14-004115

Inspect the source

Entity
XTI AEROSPACE, INC. / CIK 0001529113
Captured
2026-09-20T09:15:50.521Z
SEC response SHA-256
008e0f6f7fd528f3c499b8dd7be494af4e4063c4edc39ed5453dfa496c17cf97

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