Skip to content

T3 DEFENSE INC.: filings

Every T3 DEFENSE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-18fiscal Q2 2026481400001185185-26-003604
10-Q2026-05-20fiscal Q1 202646830001213900-26-059606
10-K2026-04-09fiscal FY 2025481010001213900-26-041888
10-Q2025-11-14fiscal Q3 202535960001213900-25-111026
10-Q2025-08-14fiscal Q2 202535940001213900-25-076794
10-Q2025-05-23fiscal Q1 202535600001213900-25-047386
10-K/A2025-04-14fiscal FY 202434670001213900-25-031620
10-K2025-02-10fiscal FY 202434670001213900-25-011694
10-Q2024-09-11fiscal Q3 2024341080001213900-24-077772
10-Q2024-08-14fiscal Q2 2024351030001213900-24-068918
10-Q2024-07-30fiscal Q1 202435740001013762-24-002177
10-K2024-07-12fiscal FY 202337730001213900-24-060986
10-Q2023-11-20fiscal Q3 202320580001213900-23-088733
10-Q2023-08-18fiscal Q2 202320580001213900-23-068964
10-Q2023-05-22fiscal Q1 202321450001213900-23-041976
10-K2023-03-10fiscal FY 202221430001213900-23-019202
10-Q2022-11-14fiscal Q3 202221650001213900-22-072214
10-Q2022-08-18fiscal Q2 202221610001213900-22-049155
10-Q2022-05-16fiscal Q1 202218380001213900-22-027119
10-K2022-03-31fiscal FY 202117330001213900-22-016768
10-Q2021-11-19fiscal Q3 202116380001213900-21-060914
10-Q2021-10-13fiscal Q2 202117400001213900-21-052518
10-Q2021-10-13fiscal Q1 202116350001213900-21-052515
10-K2021-10-13fiscal FY 202016300001213900-21-052513
10-Q2020-11-16fiscal Q3 202015420001213900-20-037174
10-Q2020-08-14fiscal Q2 202014310001213900-20-022170

Inspect the source

Entity
T3 DEFENSE INC. / CIK 0001787518
Captured
2026-09-21T17:31:34.983Z
SEC response SHA-256
ec8da290bebf8d4512915e9876f9832bc984095945f8741c20329d7c70a0e23b

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