Skip to content

NANOMIX CORPORATION: filings

Every NANOMIX CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-04-07

The latest filing in this captured record is a 10-K filed 2023-04-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. NANOMIX CORPORATION 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-K2023-04-07fiscal FY 202241800001213900-23-028171
10-Q2022-11-14fiscal Q3 2022411010001213900-22-072212
10-Q2022-08-15fiscal Q2 2022421040001213900-22-047962
10-Q2022-05-17fiscal Q1 202241760001213900-22-027556
10-K2022-04-12fiscal FY 202143820001213900-22-019462
10-Q2021-11-15fiscal Q3 202141960001213900-21-059440
10-Q2021-10-05fiscal Q2 202139890001013762-21-000181
10-Q2021-06-14fiscal Q1 202124480001213900-21-032274
10-K2021-04-23fiscal FY 202029560001213900-21-022666
10-Q2020-12-28fiscal Q3 202031820001213900-20-044605
10-Q2020-12-17fiscal Q2 202031810001213900-20-043249
10-Q2020-11-30fiscal Q1 202030590001213900-20-039872
10-K2020-06-08fiscal FY 201934650001213900-20-014377
10-Q2019-11-19fiscal Q3 201934900001213900-19-023989
10-Q2019-08-19fiscal Q2 201934890001213900-19-016234
10-Q2019-05-20fiscal Q1 201934690001615774-19-008141
10-K2019-04-16fiscal FY 201836710001615774-19-005825
10-Q2018-11-14fiscal Q3 201834810001615774-18-012638
10-Q2018-08-14fiscal Q2 201833790001615774-18-008071
10-Q2018-05-14fiscal Q1 201834660001615774-18-003672
10-K2018-03-27fiscal FY 201737720001615774-18-002112
10-Q2017-11-13fiscal Q3 201736860001615774-17-006474
10-Q2017-08-10fiscal Q2 201733790001615774-17-004219
10-Q2017-05-11fiscal Q1 201732630001615774-17-002211
10-K2017-03-28fiscal FY 201637710001615774-17-001275
10-Q2016-11-10fiscal Q3 201634850001102624-16-003626
10-Q2016-08-15fiscal Q2 201633840001102624-16-003289
10-Q2016-05-11fiscal Q1 201633680001102624-16-002745
10-K2016-03-30fiscal FY 201538750001102624-16-002414
10-Q2015-11-20fiscal Q3 201534880001199073-15-000165
10-Q2015-08-13fiscal Q2 201534880001102624-15-001289
10-Q2015-05-20fiscal Q1 201535720001102624-15-000864
10-K2015-03-27fiscal FY 201439800001102624-15-000441
10-Q2014-11-07fiscal Q3 201435900001102624-14-001828
10-Q2014-08-08fiscal Q2 201435880001102624-14-001281
10-Q2014-05-13fiscal Q1 201435720001102624-14-000778
10-K2014-03-14fiscal FY 201338780001102624-14-000379
10-Q2013-11-13fiscal Q3 201334880001102624-13-001389
10-Q2013-08-09fiscal Q2 201333820001102624-13-000968
10-Q2013-05-15fiscal Q1 201334650001102624-13-000629
10-K2013-04-04fiscal FY 201236680001102624-13-000430
10-Q2012-11-14fiscal Q3 201232980001102624-12-000917
10-Q2012-08-14fiscal Q2 201230910001102624-12-000661
10-Q2012-05-18fiscal Q1 201231810001102624-12-000454
10-K2012-03-30fiscal FY 201130800001102624-12-000256
10-Q2011-11-14fiscal Q3 201128870001157523-11-006797
10-Q/A2011-09-09fiscal Q2 201129900001157523-11-005341

Inspect the source

Entity
NANOMIX CORPORATION / CIK 0001473579
Captured
SEC response SHA-256
dd4b80fd63860fb681f1c04a9052c345b47c88dc6656b6264abcf17ab530736e

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