Skip to content

Adamant DRI Processing and Minerals Group: filings

Every Adamant DRI Processing and Minerals Group annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-20. Adamant DRI Processing and Minerals Group 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-Q2023-11-20fiscal Q3 202320660001493152-23-042160
10-Q2023-08-21fiscal Q2 202318570001493152-23-029682
10-Q2023-05-22fiscal Q1 202315310001493152-23-018571
10-K/A2023-05-22fiscal FY 202216310001493152-23-018566
10-Q2022-11-14fiscal Q3 202214510001493152-22-032302
10-Q2022-08-12fiscal Q2 202216490001493152-22-022250
10-K/A2022-06-22fiscal FY 202113270001493152-22-017464
10-Q2022-05-13fiscal Q1 202214280001493152-22-013210
10-K2022-02-24fiscal FY 202112250001493152-22-005378
10-Q2021-11-12fiscal Q3 202113420001493152-21-028223
10-Q2021-08-10fiscal Q2 202113380001493152-21-019195
10-Q2019-05-31fiscal Q1 201931570001493152-19-008437
10-K2019-04-16fiscal FY 201841750001493152-19-005472
10-Q2018-11-16fiscal Q3 2018401060001493152-18-016304
10-Q2018-09-28fiscal Q2 201835930001493152-18-013898
10-Q2018-06-25fiscal Q1 201836750001493152-18-009148
10-K2018-05-29fiscal FY 201742820001493152-18-007936
10-Q2017-11-17fiscal Q3 2017401060001193805-17-003510
10-Q2017-08-14fiscal Q2 201734870001193805-17-001466
10-Q2017-05-12fiscal Q1 201737740001193805-17-000830
10-K2017-04-17fiscal FY 201638770001193805-17-000646
10-Q2016-11-14fiscal Q3 201635940001193805-16-004254
10-Q2016-08-15fiscal Q2 201636910001193805-16-003730
10-Q2016-05-18fiscal Q1 201636720001193805-16-003266
10-K2016-04-14fiscal FY 201536730001193805-16-003065
10-Q2015-11-16fiscal Q3 2015401120001193805-15-001892
10-Q2015-08-13fiscal Q2 2015401060001193805-15-001369
10-Q2015-05-15fiscal Q1 201538730001193805-15-000768
10-K2015-04-14fiscal FY 201435710001193805-15-000556
10-Q2014-11-14fiscal Q3 201434900001193805-14-002192
10-Q2014-08-27fiscal Q2 201433860001193805-14-001763
10-Q2014-05-14fiscal Q1 201414290001193805-14-000967
10-K2014-03-17fiscal FY 201313250001193805-14-000462
10-Q2013-11-14fiscal Q3 201314330001193805-13-002093
10-Q2013-08-12fiscal Q2 201313300001193805-13-001396
10-Q2013-05-15fiscal Q1 201313260001193805-13-000958
10-K2013-03-25fiscal FY 201214290001193805-13-000690
10-Q2012-11-14fiscal Q3 201213280001193805-12-001805
10-Q/A2012-08-21fiscal Q2 201213280001193805-12-001449
10-Q2012-05-03fiscal Q1 201214300001193805-12-000828
10-K2012-03-19fiscal FY 201114290001193805-12-000509
10-Q2011-11-14fiscal Q3 201113300001193805-11-002185
10-Q2011-08-01fiscal Q2 201111320001144204-11-043109

Inspect the source

Entity
Adamant DRI Processing and Minerals Group / CIK 0001171008
Captured
2026-09-20T07:44:09.864Z
SEC response SHA-256
8d966f77e25c2683d3d85d6b1c19c8d29bc438044d927c97203f199b85f7b4f7

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