Skip to content

HYCROFT MINING HOLDING CORPORATION: filings

Every HYCROFT MINING HOLDING CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

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-Q2026-07-28fiscal Q2 202635990001718405-26-000020
10-Q2026-04-28fiscal Q1 202635750001718405-26-000014
10-K2026-03-03fiscal FY 202536740001718405-26-000009
10-Q2025-10-28fiscal Q3 2025371070001718405-25-000033
10-Q2025-07-31fiscal Q2 2025361010001718405-25-000026
10-Q2025-05-13fiscal Q1 202537790001718405-25-000016
10-K2025-03-05fiscal FY 202439800001718405-25-000006
10-Q2024-11-05fiscal Q3 2024381120001718405-24-000029
10-Q2024-08-06fiscal Q2 2024381060001718405-24-000025
10-Q2024-05-07fiscal Q1 202439820001718405-24-000020
10-K2024-03-14fiscal FY 202341840001718405-24-000012
10-Q2023-10-31fiscal Q3 2023431240001718405-23-000076
10-Q2023-07-26fiscal Q2 2023431200001718405-23-000072
10-Q2023-05-01fiscal Q1 202340840001718405-23-000069
10-K2023-03-28fiscal FY 202243880001718405-23-000038
10-Q2022-11-01fiscal Q3 2022431260001718405-22-000081
10-Q2022-08-04fiscal Q2 2022381060001718405-22-000048
10-Q2022-05-04fiscal Q1 202238800001718405-22-000021
10-K2022-03-31fiscal FY 202138800001718405-22-000016
10-Q2021-11-12fiscal Q3 2021391180001718405-21-000110
10-Q2021-08-04fiscal Q2 2021381120001718405-21-000100
10-Q2021-05-17fiscal Q1 202138810001718405-21-000046
10-K/A2021-05-14fiscal FY 202040820001718405-21-000044
10-K2021-03-24fiscal FY 202040820001718405-21-000029
10-Q2020-11-09fiscal Q3 2020391150001628280-20-016024
10-Q2020-08-10fiscal Q2 2020391090001437749-20-017178
10-Q2020-05-08fiscal Q1 202017360001104659-20-058795
10-K2020-03-12fiscal FY 201919380001104659-20-032562
10-Q2019-11-07fiscal Q3 201917560001104659-19-061090
10-Q2019-08-14fiscal Q2 201917520001144204-19-040076
10-Q2019-05-13fiscal Q1 201916340001144204-19-025622
10-K2019-03-25fiscal FY 201818360001144204-19-015791
10-Q2018-11-13fiscal Q3 201817400001144204-18-059354
10-Q2018-08-10fiscal Q2 201817300001144204-18-043605
10-Q2018-05-14fiscal Q1 201817240001144204-18-028224

Inspect the source

Entity
HYCROFT MINING HOLDING CORPORATION / CIK 0001718405
Captured
2026-09-21T17:24:43.779Z
SEC response SHA-256
3f2c45ef1b78105cef49c980f5972c49ff4862362da2ada69106ef98f023a39a

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