Skip to content

QUANTUM MATERIALS CORP.: filings

Every QUANTUM MATERIALS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2021-06-24

The latest filing in this captured record is a 10-Q filed 2021-06-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. QUANTUM MATERIALS CORP. 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-Q2021-06-24fiscal Q2 202034790001493152-21-015143
10-Q2021-04-30fiscal Q1 202034630001493152-21-010243
10-K2021-03-23fiscal FY 201937680001493152-21-006582
10-Q2019-05-20fiscal Q3 201933850001493152-19-007756
10-Q2019-02-14fiscal Q2 201929670001493152-19-002055
10-Q2018-11-14fiscal Q1 201928570001493152-18-016080
10-K2018-10-16fiscal FY 201832640001493152-18-014503
10-Q2018-09-07fiscal Q3 201829730001493152-18-012969
10-Q2018-08-27fiscal Q2 201830740001493152-18-012600
10-Q2018-08-13fiscal Q1 201829560001493152-18-011418
10-K2018-04-30fiscal FY 201727540001493152-18-005905
10-Q/A2017-07-06fiscal Q3 201726700001493152-17-007540
10-Q2017-05-22fiscal Q3 201726720001493152-17-005758
10-Q2017-03-03fiscal Q2 201726700001493152-17-002122
10-Q2016-11-14fiscal Q1 201725490001493152-16-014795
10-K2016-09-23fiscal FY 201626500001493152-16-013565
10-Q2016-05-13fiscal Q3 201624650001493152-16-009760
10-Q2016-02-16fiscal Q2 201627790001104659-16-096829
10-K/A2016-02-02fiscal FY 201525530001104659-16-093288
10-Q2015-11-13fiscal Q1 201622460001104659-15-078750
10-K/A2015-10-27fiscal FY 201525510001104659-15-073109
10-K2015-10-14fiscal FY 201525510001104659-15-070491
10-Q2015-05-20fiscal Q3 201527800001013762-15-000556
10-Q2015-02-13fiscal Q2 201520550001013762-15-000159
10-Q2014-10-27fiscal Q1 201519390001013762-14-001247
10-K2014-09-29fiscal FY 201425610001013762-14-001117
10-Q2014-05-15fiscal Q3 201418620001013762-14-000584
10-Q2014-02-12fiscal Q2 201418620001013762-14-000132
10-Q/A2013-11-18fiscal Q1 201418470001013762-13-001436
10-K2013-10-15fiscal FY 201323610001013762-13-001302
10-Q2013-05-15fiscal Q3 201319610001013762-13-000713
10-Q/A2013-03-07fiscal Q2 201319620001013762-13-000366
10-Q/A2012-11-30fiscal Q1 201319480001013762-12-002256
10-K/A2012-11-28fiscal FY 201222580001013762-12-002239
10-Q2012-05-11fiscal Q3 201221630001013762-12-001046
10-Q2012-04-10fiscal Q2 201220610001013762-12-000754
10-Q2012-03-22fiscal Q1 201220480001013762-12-000551

Inspect the source

Entity
QUANTUM MATERIALS CORP. / CIK 0001403570
Captured
SEC response SHA-256
2bb191a1752df6d793416be16bb3e4eb845bdde70b02de7e21248ae3a4e0be00

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