Skip to content

NUKKLEUS INC.: filings

Every NUKKLEUS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. NUKKLEUS INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-08-14fiscal Q3 2023351080001213900-23-066970
10-Q2023-06-20fiscal Q2 2023351020001213900-23-049916
10-Q2023-05-19fiscal Q1 202334680001213900-23-041469
10-K2023-04-10fiscal FY 202238770001213900-23-028359
10-Q/A2022-09-27fiscal Q2 202234950001213900-22-059023
10-Q/A2022-09-27fiscal Q1 202232630001213900-22-059020
10-K/A2022-09-27fiscal FY 202132570001213900-22-059016
10-Q/A2022-09-26fiscal Q3 202132940001213900-22-058986
10-Q2022-08-22fiscal Q3 2022341050001213900-22-050123
10-Q/A2022-08-01fiscal Q2 202233910001213900-22-043500
10-Q/A2022-08-01fiscal Q1 202229570001213900-22-043496
10-K/A2022-07-27fiscal FY 202131550001213900-22-041887
10-K/A2022-06-10fiscal FY 202131550001213900-22-032206
10-Q2022-05-23fiscal Q2 202233910001213900-22-028840
10-Q2022-02-14fiscal Q1 202226490001213900-22-007601
10-K2021-12-29fiscal FY 202129520001213900-21-067905
10-Q2021-08-16fiscal Q3 202132950001213900-21-043145
10-Q2021-05-14fiscal Q2 202120660001213900-21-026326
10-Q2021-02-12fiscal Q1 202115340001213900-21-009029
10-K2020-12-28fiscal FY 202018370001213900-20-044802
10-Q2020-08-13fiscal Q3 202022720001213900-20-021839
10-Q2020-05-15fiscal Q2 202020600001213900-20-012482
10-Q2020-02-14fiscal Q1 202020420001213900-20-003889
10-K2020-01-14fiscal FY 201922440001213900-20-000944
10-Q2019-08-20fiscal Q3 201924810001213900-19-016344
10-Q2019-05-15fiscal Q2 201922690001615774-19-007808
10-Q2019-02-14fiscal Q1 201922460001615774-19-002490
10-K2018-12-20fiscal FY 201823450001615774-18-014724
10-Q2018-08-13fiscal Q3 201824690001615774-18-007861
10-Q2018-05-11fiscal Q2 201824670001615774-18-003608
10-Q2018-02-13fiscal Q1 201823440001615774-18-001118
10-K2017-12-27fiscal FY 201726470001615774-17-007636
10-Q2017-08-11fiscal Q3 201716410001615774-17-004254
10-Q2017-05-15fiscal Q2 201714370001615774-17-002438
10-Q2017-02-10fiscal Q1 201713230001615774-17-000479
10-K2017-01-13fiscal FY 201617300001615774-17-000128
10-Q2016-08-19fiscal Q3 201616370001615774-16-006879
10-Q2016-05-20fiscal Q2 201622590001354488-16-007586
10-Q2016-03-15fiscal Q1 201623470001354488-16-006580
10-K2016-02-03fiscal FY 201525510001354488-16-006058
10-Q2015-09-14fiscal Q3 201524630001354488-15-004269
10-Q2015-05-21fiscal Q2 201524630001354488-15-002626
10-Q2015-02-23fiscal Q1 201525490001354488-15-000782
10-K2015-01-13fiscal FY 201425510001354488-15-000181
10-Q2014-08-14fiscal Q3 201425460001354488-14-004175
10-Q/A2014-05-19fiscal Q2 201423560001354488-14-002777

Inspect the source

Entity
NUKKLEUS INC. / CIK 0001592782
Captured
SEC response SHA-256
180e16c0bc7ed32c47b812174c26342597b665fc96ae8cd7409215d19ad337a8

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