Skip to content

Jet.AI Inc.: filings

Every Jet.AI Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-14fiscal Q2 2026341020001493152-26-038333
10-Q2026-05-14fiscal Q1 202635700001493152-26-023101
10-K2026-03-06fiscal FY 202540780001493152-26-009165
10-Q2025-11-14fiscal Q3 2025391150001493152-25-023406
10-Q2025-08-14fiscal Q2 2025391140001493152-25-011977
10-Q2025-05-15fiscal Q1 202539780001641172-25-010861
10-K2025-03-26fiscal FY 202442820001641172-25-000794
10-Q2024-11-14fiscal Q3 2024411240001493152-24-045235
10-K/A2024-08-15fiscal FY 202343830001493152-24-032622
10-Q2024-08-14fiscal Q2 2024411140001493152-24-032244
10-Q2024-05-15fiscal Q1 202441790001493152-24-020008
10-K2024-04-01fiscal FY 202343830001493152-24-012382
10-Q2023-11-20fiscal Q3 2023421130001493152-23-042154
10-Q2023-08-21fiscal Q2 202314480001493152-23-029620
10-Q2023-05-12fiscal Q1 202314300001493152-23-016694
10-K2023-02-22fiscal FY 202218350001493152-23-005793
10-Q/A2023-02-21fiscal Q3 202220570001493152-23-005706
10-K/A2023-02-21fiscal FY 202119240001493152-23-005691
10-Q2022-11-14fiscal Q3 202221570001493152-22-031974
10-Q2022-08-15fiscal Q2 202216330001493152-22-022855
10-Q2022-05-12fiscal Q1 202214220001493152-22-013019
10-K2022-03-30fiscal FY 202119190001493152-22-008183
10-Q2021-11-15fiscal Q3 202119260001493152-21-028279
10-Q2021-09-27fiscal Q2 202110100001493152-21-023874

Inspect the source

Entity
Jet.AI Inc. / CIK 0001861622
Captured
2026-09-21T17:33:26.532Z
SEC response SHA-256
c0efb1f5e173e15e84cda58de966bfd18609808598f0dd98df08ed8d0ec6c873

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