Skip to content

BANNIX ACQUISITION CORP.: filings

Every BANNIX ACQUISITION CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 18 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-Q2025-05-15fiscal Q1 202526550001731122-25-000764
10-K2025-02-18fiscal FY 202427550001731122-25-000237
10-Q2024-11-14fiscal Q3 202426830001731122-24-001810
10-Q2024-08-01fiscal Q2 202427810001731122-24-001179
10-Q2024-06-24fiscal Q1 202427570001731122-24-001008
10-K2024-05-31fiscal FY 202328570001731122-24-000909
10-Q2023-11-21fiscal Q3 202326800001731122-23-002176
10-Q2023-10-04fiscal Q2 202326730001731122-23-001794
10-Q2023-05-22fiscal Q1 202322420001731122-23-001001
10-K2023-04-11fiscal FY 202223400001731122-23-000634
10-Q2022-11-22fiscal Q3 202220540001731122-22-002029
10-Q2022-11-09fiscal Q2 202216400001731122-22-001914
10-Q/A2022-11-08fiscal Q1 202314290001731122-22-001886
10-K/A2022-11-03fiscal FY 202116160001731122-22-001836
10-Q2022-05-13fiscal Q1 202212240001575705-22-000325
10-K2022-03-18fiscal FY 202114140001575705-22-000205
10-Q2021-11-15fiscal Q3 202115210001575705-21-000776
10-Q2021-10-20fiscal Q2 202111140001575705-21-000719

Inspect the source

Entity
BANNIX ACQUISITION CORP. / CIK 0001845942
Captured
2026-09-21T17:30:22.409Z
SEC response SHA-256
1e947ccdb3ed2436e173d52752dd23499ab6bfe8f7e11c76f98e1f5e4edf40d3

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