Skip to content

Desert Hawk Gold Corp.: filings

Every Desert Hawk Gold Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2024-04-01

The latest filing in this captured record is a 10-K filed 2024-04-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. Desert Hawk Gold Corp. 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-K2024-04-01fiscal FY 202333670001213900-24-028585
10-Q2023-11-14fiscal Q3 2023331000001213900-23-086694
10-Q2023-08-08fiscal Q2 202333960001213900-23-064343
10-Q2023-05-15fiscal Q1 202334700001213900-23-039232
10-K2023-03-30fiscal FY 202236730001213900-23-024716
10-Q2022-11-14fiscal Q3 2022351050001213900-22-071870
10-Q2022-08-15fiscal Q2 2022351010001213900-22-047652
10-Q2022-05-16fiscal Q1 202234720001213900-22-026841
10-K2022-03-31fiscal FY 202136700001213900-22-016584
10-Q2021-11-16fiscal Q3 202132880001213900-21-060012
10-Q2021-08-23fiscal Q2 202130820001213900-21-044280
10-Q2021-05-17fiscal Q1 202129590001213900-21-026929
10-K2021-04-19fiscal FY 202029580001213900-21-022129
10-Q2020-11-16fiscal Q3 202027720001213900-20-037290
10-Q2020-08-07fiscal Q2 202029760001213900-20-020893
10-Q/A2020-07-06fiscal Q1 202029580001213900-20-016686
10-Q2020-06-26fiscal Q1 202029580001213900-20-015859
10-K2020-03-30fiscal FY 201935690001213900-20-008032
10-Q2020-02-03fiscal Q3 201933960001213900-20-002382
10-Q2020-02-03fiscal Q2 201932920001213900-20-002380
10-Q2020-02-03fiscal Q1 201933670001213900-20-002376
10-Q2019-12-19fiscal Q3 201833960001213900-19-026544
10-Q2019-12-19fiscal Q2 201832910001213900-19-026543
10-Q2019-12-19fiscal Q1 201832640001213900-19-026541
10-K2019-07-30fiscal FY 201834690001213900-19-014012
10-K2018-10-26fiscal FY 201728580001213900-18-014480
10-Q2018-08-28fiscal Q3 201727710001213900-18-011816
10-Q2018-08-28fiscal Q2 201728700001213900-18-011815
10-Q2018-08-03fiscal Q1 201728560001213900-18-010163
10-K2018-06-29fiscal FY 201626540001213900-18-008524
10-Q2018-04-24fiscal Q3 201626660001213900-18-004901
10-Q2018-04-24fiscal Q2 201628680001213900-18-004900
10-Q2016-05-23fiscal Q1 201629580001213900-16-013733
10-K2016-04-14fiscal FY 201528580001213900-16-012501
10-Q2015-11-16fiscal Q3 201527700001213900-15-008668
10-Q2015-08-14fiscal Q2 201526680001078782-15-001320
10-Q2015-05-15fiscal Q1 201525520001078782-15-000790
10-K2015-03-31fiscal FY 201427510001078782-15-000469
10-Q2014-11-14fiscal Q3 201422600001078782-14-002034
10-Q2014-08-14fiscal Q2 201422570001078782-14-001468
10-Q2014-05-20fiscal Q1 201423620001078782-14-000962
10-K2014-04-14fiscal FY 201327710001078782-14-000636
10-Q2013-11-14fiscal Q3 201325800001078782-13-002257
10-Q2013-08-14fiscal Q2 201325810001078782-13-001597
10-Q2013-05-15fiscal Q1 201325680001078782-13-000972
10-K2013-04-16fiscal FY 201230770001078782-13-000760
10-Q2012-11-14fiscal Q3 2012321030001078782-12-002821
10-Q/A2012-08-27fiscal Q2 2012321030001078782-12-002195
10-Q2012-05-14fiscal Q1 201232850001078782-12-001315
10-K2012-04-05fiscal FY 201131810001078782-12-000953
10-Q2011-11-14fiscal Q3 2011331090001078782-11-003221
10-Q/A2011-09-09fiscal Q2 2011341110001078782-11-002611

Inspect the source

Entity
Desert Hawk Gold Corp. / CIK 0001168081
Captured
SEC response SHA-256
f5ba917b0b6fb3fb76064567b5e5629a207ad7a20f28535425677a7a4a3b250b

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