Skip to content

CENTAURUS DIAMOND TECHNOLOGIES, INC.: filings

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

Filing record ends 2019-08-20

The latest filing in this captured record is a 10-Q filed 2019-08-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. CENTAURUS DIAMOND TECHNOLOGIES, 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-Q2019-08-20fiscal Q1 202029580001654954-19-009818
10-K/A2019-08-19fiscal FY 201929600001654954-19-009752
10-Q/A2019-04-29fiscal Q3 201928700001654954-19-004912
10-K/A2019-04-29fiscal FY 201829600001654954-19-004911
10-Q2019-02-21fiscal Q3 201928700001654954-19-001842
10-Q2018-12-17fiscal Q2 201927660001654954-18-013983
10-Q2018-12-17fiscal Q1 201927540001654954-18-013982
10-Q2018-12-13fiscal Q3 201728720001654954-18-013900
10-Q2018-12-13fiscal Q2 201730760001654954-18-013899
10-Q2018-12-13fiscal Q1 201727540001654954-18-013898
10-K2018-12-04fiscal FY 201829600001654954-18-013549
10-Q2018-12-04fiscal Q3 201827640001654954-18-013548
10-Q2018-12-04fiscal Q2 201825600001654954-18-013547
10-Q2018-12-04fiscal Q1 201825500001654954-18-013546
10-K2018-09-05fiscal FY 201728570001654954-18-009857
10-K2018-09-05fiscal FY 201628570001654954-18-009856
10-Q2016-08-11fiscal Q3 201624570001477932-16-011770
10-Q2016-08-11fiscal Q2 201623560001477932-16-011769
10-Q2015-10-20fiscal Q1 201522460000721748-15-000765
10-K2015-09-14fiscal FY 201421430000721748-15-000715
10-Q2015-08-19fiscal Q2 201421520000721748-15-000668
10-Q2015-08-14fiscal Q3 201421520000721748-15-000641
10-Q2015-08-14fiscal Q2 201421520000721748-15-000640
10-Q2014-09-04fiscal Q1 201522450001477932-14-004893
10-K2014-07-17fiscal FY 201430610001078782-14-001294
10-Q2014-03-05fiscal Q3 201324740001078782-14-000320
10-Q2013-11-19fiscal Q2 201329900001078782-13-002307
10-Q2013-08-19fiscal Q1 201330770001078782-13-001693
10-K/A2013-07-19fiscal FY 201227680001078782-13-001381
10-Q2013-02-21fiscal Q3 201229910001078782-13-000360
10-Q2012-11-26fiscal Q2 201228860001078782-12-002982
10-Q/A2012-09-13fiscal Q1 201220450001524777-12-000343
10-K2012-08-10fiscal FY 201113350001524777-12-000305
10-Q2012-02-16fiscal Q3 201113340001524777-12-000044
10-Q2011-11-14fiscal Q2 201113340001524777-11-000134
10-Q2011-08-05fiscal Q1 201114310001524777-11-000030

Inspect the source

Entity
CENTAURUS DIAMOND TECHNOLOGIES, INC. / CIK 0001435163
Captured
SEC response SHA-256
db99f72a72d3c77a621c623f6a90d2b52a3d3ccc4386a2b3ac0358351a900379

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