Skip to content

Nano Magic Inc.: filings

Every Nano Magic Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-11-19fiscal Q3 2024371080001493152-24-046782
10-Q2024-08-19fiscal Q2 2024371080001493152-24-033176
10-Q2024-05-21fiscal Q1 202437760001493152-24-020844
10-K2024-04-03fiscal FY 202339800001493152-24-012969
10-Q2023-11-14fiscal Q3 2023381100001493152-23-041131
10-Q2023-08-14fiscal Q2 2023371060001493152-23-028219
10-Q2023-05-15fiscal Q1 202337780001493152-23-017092
10-K2023-04-11fiscal FY 202240820001493152-23-011856
10-Q2022-11-14fiscal Q3 2022391090001493152-22-031902
10-Q2022-08-22fiscal Q2 2022391100001493152-22-023706
10-Q2022-05-16fiscal Q1 202240840001493152-22-013654
10-K2022-03-30fiscal FY 202144870001493152-22-008144
10-Q2021-11-19fiscal Q3 2021411170001493152-21-029317
10-Q2021-10-28fiscal Q2 2021411160001493152-21-026645
10-Q2021-08-09fiscal Q1 202141870001493152-21-019043
10-K2021-05-28fiscal FY 202046900001493152-21-013246
10-Q2020-11-20fiscal Q3 2020431210001493152-20-022090
10-Q2020-10-05fiscal Q2 2020421180001493152-20-018943
10-Q2020-06-29fiscal Q1 202042880001493152-20-012143
10-K2020-05-13fiscal FY 201947910001493152-20-008496
10-Q2020-01-14fiscal Q3 2019391120001493152-20-000573
10-Q2020-01-08fiscal Q2 2019391100001493152-20-000372
10-Q2019-12-19fiscal Q1 201937760001493152-19-019472
10-K2019-11-14fiscal FY 201839770001493152-19-017070
10-Q2019-05-29fiscal Q3 201837980001493152-19-008376
10-Q2019-05-29fiscal Q2 201835970001493152-19-008375
10-Q2019-05-29fiscal Q1 201834730001493152-19-008372
10-K2018-06-15fiscal FY 201742830001493152-18-008774
10-Q2017-11-14fiscal Q3 2017381010001493152-17-013127
10-Q2017-08-21fiscal Q2 201736970001493152-17-009665
10-Q2017-05-22fiscal Q1 201734710001493152-17-005737
10-K2017-03-29fiscal FY 201641810001493152-17-002970
10-Q2016-11-10fiscal Q3 2016381010001493152-16-014766
10-Q2016-08-19fiscal Q2 2016381050001493152-16-012691
10-Q2016-05-16fiscal Q1 201638780001493152-16-009854
10-K2016-03-30fiscal FY 201546920001493152-16-008465
10-Q2015-11-16fiscal Q3 2015381060001493152-15-005512
10-Q2015-08-12fiscal Q2 2015381060001493152-15-003559
10-Q2015-05-12fiscal Q1 201538760001493152-15-001874
10-K2015-04-10fiscal FY 201443830001493152-15-001364
10-Q2014-11-14fiscal Q3 2014361000001493152-14-003721
10-Q2014-08-05fiscal Q2 201420520001493152-14-002372
10-Q2014-05-08fiscal Q1 201422460001019687-14-001693
10-K2014-02-25fiscal FY 2013281110001019687-14-000617
10-Q2013-11-05fiscal Q3 201324640001019687-13-004089
10-Q2013-08-01fiscal Q2 201323590001019687-13-002799
10-Q2013-05-01fiscal Q1 201323470001019687-13-001564
10-K2013-03-01fiscal FY 2012311170001019687-13-000648
10-Q2012-11-02fiscal Q3 201227710001019687-12-003861
10-Q2012-08-07fiscal Q2 201227710001019687-12-002632
10-Q2012-05-01fiscal Q1 201226530001019687-12-001545
10-K2012-03-01fiscal FY 201130780001019687-12-000725
10-Q2011-11-01fiscal Q3 201129780001019687-11-003309
10-Q2011-08-01fiscal Q2 201128760001019687-11-002389

Inspect the source

Entity
Nano Magic Inc. / CIK 0000891417
Captured
2026-09-21T17:17:33.881Z
SEC response SHA-256
def09ce99b634c894e4a47f459472f6f840e52d8cf817cc320f516032bf52786

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