Skip to content

US NUCLEAR CORP.: filings

Every US NUCLEAR CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 56 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-K2026-06-23fiscal FY 202545890001213900-26-070875
10-Q2026-01-27fiscal Q3 2025441280001213900-26-008098
10-Q2025-10-27fiscal Q2 2025441230001213900-25-102663
10-Q2025-08-22fiscal Q1 202541840001213900-25-079934
10-K2025-06-25fiscal FY 202443860001213900-25-057524
10-Q2024-11-27fiscal Q3 2024431250001213900-24-103353
10-Q2024-10-04fiscal Q2 2024411180001213900-24-085521
10-Q2024-08-01fiscal Q1 202442880001213900-24-063879
10-K2024-05-10fiscal FY 202342820001213900-24-041830
10-Q2023-11-20fiscal Q3 2023411170001213900-23-088618
10-Q2023-08-21fiscal Q2 2023391110001213900-23-069262
10-Q2023-06-28fiscal Q1 202340830001213900-23-052298
10-K2023-05-12fiscal FY 202241800001213900-23-038626
10-Q2022-11-22fiscal Q3 2022401160001213900-22-074603
10-Q2022-09-27fiscal Q2 2022391110001213900-22-059035
10-Q2022-05-23fiscal Q1 202236760001213900-22-029038
10-K2022-04-15fiscal FY 202139760001213900-22-020133
10-Q2021-11-09fiscal Q3 2021391040001213900-21-057703
10-Q2021-09-20fiscal Q2 2021391000001213900-21-048880
10-Q2021-08-24fiscal Q1 202137750001213900-21-044561
10-K2021-07-29fiscal FY 202038760001213900-21-039266
10-Q2020-11-18fiscal Q3 2020371010001213900-20-037959
10-Q2020-09-18fiscal Q2 202036930001213900-20-027409
10-Q2020-08-25fiscal Q1 202037740001213900-20-023678
10-K2020-07-02fiscal FY 201939750001213900-20-016520
10-Q2019-11-19fiscal Q3 2019391010001213900-19-023948
10-Q2019-08-16fiscal Q2 201938960001213900-19-016149
10-Q2019-05-20fiscal Q1 201937710001213900-19-009178
10-K2019-04-17fiscal FY 201842840001659173-19-000049
10-Q2018-11-14fiscal Q3 2018411030001659173-18-000321
10-Q2018-08-21fiscal Q2 2018401010001659173-18-000266
10-Q2018-05-17fiscal Q1 201840790001659173-18-000186
10-K2018-04-17fiscal FY 201740800001659173-18-000149
10-Q2017-11-14fiscal Q3 201738940001659173-17-000516
10-Q2017-08-11fiscal Q2 201737920001659173-17-000377
10-Q2017-05-15fiscal Q1 201736720001659173-17-000247
10-K2017-04-17fiscal FY 201633660001659173-17-000179
10-Q2016-11-14fiscal Q3 201632800001659173-16-000608
10-Q2016-08-15fiscal Q2 201631740001659173-16-000434
10-Q2016-05-16fiscal Q1 201630620001659173-16-000300
10-K2016-04-14fiscal FY 201530600001659173-16-000242
10-Q2015-11-12fiscal Q3 201531790001262463-15-000704
10-Q2015-08-13fiscal Q2 201531780001262463-15-000494
10-Q2015-05-15fiscal Q1 201531640001262463-15-000360
10-K2015-04-15fiscal FY 201430620001262463-15-000271
10-Q2014-11-12fiscal Q3 201430760001262463-14-001029
10-Q2014-08-13fiscal Q2 201430740001262463-14-000718
10-Q2014-05-15fiscal Q1 201430630001262463-14-000463
10-K2014-04-14fiscal FY 201333650001262463-14-000298
10-Q2013-11-04fiscal Q3 201316500001262463-13-000725
10-Q2013-07-24fiscal Q2 201312380001262463-13-000478
10-Q2013-04-15fiscal Q1 201313330001262463-13-000208
10-K2013-02-13fiscal FY 201214140001262463-13-000054
10-Q2012-10-16fiscal Q3 201220340001262463-12-000400
10-Q2012-07-16fiscal Q2 201217290001262463-12-000255
10-Q2012-05-08fiscal Q1 201216170001262463-12-000157

Inspect the source

Entity
US NUCLEAR CORP. / CIK 0001543623
Captured
2026-09-21T17:20:38.323Z
SEC response SHA-256
8256f6aed9e6b14e2c728b197795afbfe93d0c65a5076e85afb717b133c8a025

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