Skip to content

SANTA FE GOLD CORPORATION: filings

Every SANTA FE GOLD CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2023-09-06

The latest filing in this captured record is a 10-Q filed 2023-09-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. SANTA FE GOLD CORPORATION 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-09-06fiscal Q3 202330880001096906-23-001753
10-Q2023-02-21fiscal Q2 202329820001096906-23-000418
10-Q2022-11-14fiscal Q1 202329620001096906-22-002743
10-K/A2022-10-17fiscal FY 202232660001096906-22-002501
10-K2022-10-13fiscal FY 202232660001096906-22-002483
10-Q2020-10-28fiscal Q3 202030870001445866-20-001632
10-Q2020-10-27fiscal Q2 202028800001445866-20-001628
10-Q2020-10-27fiscal Q1 202029620001445866-20-001626
10-Q2020-08-17fiscal Q3 2019351070001445866-20-001210
10-Q2020-08-13fiscal Q2 201926750001445866-20-001167
10-Q2020-08-12fiscal Q1 201927550001445866-20-001155
10-Q2020-08-10fiscal Q3 201827740001445866-20-001131
10-Q2020-08-10fiscal Q2 201826720001445866-20-001130
10-Q2020-08-07fiscal Q1 201825520001445866-20-001128
10-K2020-07-15fiscal FY 2019361100001445866-20-001008
10-Q/A2019-05-07fiscal Q3 201729830001445866-19-000530
10-Q/A2019-04-09fiscal Q2 201728780001445866-19-000395
10-Q/A2019-03-19fiscal Q1 201724490001445866-19-000278
10-K2018-07-05fiscal FY 201734700001445866-18-000716
10-Q2018-03-26fiscal Q3 201732890001445866-18-000293
10-Q2018-01-25fiscal Q2 201732850001445866-18-000123
10-Q2017-12-18fiscal Q1 201727550001445866-17-001770
10-K2017-11-14fiscal FY 201632690001445866-17-001622
10-Q2017-10-27fiscal Q3 201628740001445866-17-001489
10-Q2017-10-27fiscal Q2 201628740001445866-17-001487
10-Q2017-10-18fiscal Q1 201629600001445866-17-001457
10-K2017-06-30fiscal FY 201534760001445866-17-000981
10-Q2015-05-20fiscal Q3 201533940001062993-15-002979
10-Q2015-02-24fiscal Q2 201532870001062993-15-001010
10-Q2014-11-28fiscal Q1 201533680001062993-14-006925
10-K2014-10-22fiscal FY 201434700001062993-14-006091
10-Q2014-05-20fiscal Q3 201434900001062993-14-003168
10-Q2014-02-14fiscal Q2 201434900001062993-14-000892
10-Q2013-11-14fiscal Q1 201433680001062993-13-005789
10-K2013-09-30fiscal FY 201336950001062993-13-004849
10-Q2013-05-10fiscal Q3 201333880001062993-13-002404
10-Q2013-02-11fiscal Q2 201333880001062993-13-000642
10-Q2012-11-09fiscal Q1 201333680001062993-12-004645
10-K2012-09-28fiscal FY 201233880001062993-12-003865
10-Q2012-05-09fiscal Q3 201234900001062993-12-001632
10-Q2012-02-08fiscal Q2 201234900001062993-12-000431
10-Q2011-11-09fiscal Q1 201233680001204459-11-002910

Inspect the source

Entity
SANTA FE GOLD CORPORATION / CIK 0000851726
Captured
SEC response SHA-256
87b2ddb8c6c270bf13acc547df5116e4ab09fc47b045b6f9c94c669fa5a96940

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