Skip to content

EL CAPITAN PRECIOUS METALS INC: filings

Every EL CAPITAN PRECIOUS METALS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-03-30

The latest filing in this captured record is a 10-K filed 2018-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. EL CAPITAN PRECIOUS METALS 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-K2018-03-30fiscal FY 201730610001214659-18-002510
10-Q2018-02-02fiscal Q3 201730740001214659-18-000842
10-Q/A2018-02-02fiscal Q2 201731690001214659-18-000839
10-Q/A2018-02-02fiscal Q1 201730560001214659-18-000837
10-Q2017-08-14fiscal Q3 201728690001214659-17-005093
10-Q2017-05-18fiscal Q2 201729640001214659-17-003464
10-Q2017-02-10fiscal Q1 201728510001214659-17-000963
10-K2017-01-13fiscal FY 201637750001076542-17-000014
10-Q2016-08-15fiscal Q3 201633820001076542-16-000344
10-Q2016-05-16fiscal Q2 201632800001076542-16-000306
10-Q2016-02-16fiscal Q1 201631640001076542-16-000223
10-K2016-01-11fiscal FY 201530610001076542-16-000203
10-Q2015-08-14fiscal Q3 201527620001076542-15-000142
10-Q2015-05-15fiscal Q2 201527620001076542-15-000102
10-K/A2015-02-18fiscal FY 201428570001076542-15-000031
10-Q2015-02-13fiscal Q1 201528580001076542-15-000026
10-K2014-12-29fiscal FY 201428570001076542-14-000182
10-Q2014-08-14fiscal Q3 201425580001076542-14-000140
10-Q2014-05-14fiscal Q2 201424670001076542-14-000092
10-Q2014-02-14fiscal Q1 201420510001076542-14-000029
10-K2013-12-27fiscal FY 201325670001076542-13-000201
10-Q2013-08-13fiscal Q3 201320560001076542-13-000119
10-Q2013-05-10fiscal Q2 201322690001076542-13-000070
10-Q2013-02-07fiscal Q1 201322610001076542-13-000016
10-K2012-12-14fiscal FY 201224960001076542-12-000253
10-Q2012-08-08fiscal Q3 201222690001076542-12-000139
10-Q2012-05-10fiscal Q2 201222860001076542-12-000099
10-Q2012-02-09fiscal Q1 201223800001076542-12-000022
10-K2011-12-29fiscal FY 201124910001076542-11-000177
10-Q2011-08-15fiscal Q3 201123870001076542-11-000104

Inspect the source

Entity
EL CAPITAN PRECIOUS METALS INC / CIK 0001135202
Captured
SEC response SHA-256
2db390332ec42859999d07a5a82ec96069d8f07692b04241084f331aaf0619aa

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