Skip to content

Silver Dragon Resources Inc.: filings

Every Silver Dragon Resources Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2016-05-02

The latest filing in this captured record is a 10-K filed 2016-05-02. No later filing is in the SEC companyfacts record captured on 2026-09-23. Silver Dragon Resources 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-K2016-05-02fiscal FY 201526540001062993-16-009338
10-K2016-04-29fiscal FY 2014291110001062993-16-009307
10-Q2015-11-13fiscal Q3 201524640001062993-15-006111
10-Q2015-11-12fiscal Q3 201429950001062993-15-005986
10-Q2015-08-13fiscal Q2 201523620001062993-15-004425
10-Q2015-05-14fiscal Q1 201523480001062993-15-002739
10-K2015-03-27fiscal FY 2014281080001062993-15-001539
10-Q2014-11-14fiscal Q3 201428930001062993-14-006656
10-Q2014-08-13fiscal Q2 201427910001062993-14-004829
10-Q2014-05-20fiscal Q1 201427730001062993-14-003211
10-K/A2014-04-03fiscal FY 2013281060001062993-14-001941
10-Q2013-12-02fiscal Q3 201328970001062993-13-006099
10-Q2013-08-14fiscal Q2 2013291010001062993-13-004114
10-Q2013-05-20fiscal Q1 201329790001062993-13-002679
10-K2013-04-26fiscal FY 2012291060001062993-13-002086
10-Q2013-04-25fiscal Q3 2012291010001062993-13-002079
10-Q/A2013-04-25fiscal Q2 2012291010001062993-13-002076
10-Q/A2013-04-17fiscal Q1 201229790001062993-13-001956
10-K/A2013-04-17fiscal FY 2011291040001062993-13-001954
10-Q2012-08-14fiscal Q2 2012291010001062993-12-002891
10-Q2012-05-15fiscal Q1 201229790001204459-12-001112
10-K2012-03-29fiscal FY 2011301070001204459-12-000657
10-Q/A2011-12-02fiscal Q3 2011301010001204459-11-003202
10-Q2011-11-08fiscal Q3 2011301010001204459-11-002892
10-Q2011-08-10fiscal Q2 201128910001204459-11-002147

Inspect the source

Entity
Silver Dragon Resources Inc. / CIK 0001017290
Captured
SEC response SHA-256
89f179e151de421100e8f45c21cbb4bf921c94c85bedb2a9e873c3fc5b40dfaa

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