Skip to content

MINERVA GOLD INC.: filings

Every MINERVA GOLD INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-09-14fiscal Q1 202725520001477932-26-005584
10-K2026-05-11fiscal FY 202628560001477932-26-002908
10-Q2026-01-20fiscal Q3 202629840001477932-26-000276
10-Q2025-09-22fiscal Q2 202526740001477932-25-006916
10-Q2025-07-14fiscal Q1 202526550001477932-25-005013
10-K2025-05-08fiscal FY 202526530001477932-25-003445
10-Q2025-01-10fiscal Q3 202528840001477932-25-000139
10-Q2024-10-11fiscal Q2 202525700001477932-24-006366
10-Q2024-07-01fiscal Q1 202525540001477932-24-003964
10-K2024-05-16fiscal FY 202426530001477932-24-003036
10-Q2023-12-15fiscal Q3 202425740001477932-23-009167
10-Q/A2023-12-01fiscal Q1 202427580001477932-23-008901
10-K/A2023-12-01fiscal FY 202327570001477932-23-008899
10-Q/A2023-10-06fiscal Q2 202426720001477932-23-007430
10-Q2023-09-22fiscal Q2 202426720001477932-23-007021
10-Q2023-07-07fiscal Q1 202427580001477932-23-005084
10-K2023-05-08fiscal FY 202327570001477932-23-003171
10-Q2022-12-30fiscal Q3 202328820001477932-22-009570
10-Q2022-10-04fiscal Q2 202324670001477932-22-007429
10-Q2022-07-07fiscal Q1 202324520001477932-22-004860
10-K2022-05-31fiscal FY 202224500001477932-22-004007
10-Q2021-12-20fiscal Q3 202223410001477932-21-009337
10-Q2021-09-30fiscal Q2 202222400001477932-21-006911

Inspect the source

Entity
MINERVA GOLD INC. / CIK 0001854816
Captured
2026-09-21T17:31:22.775Z
SEC response SHA-256
3eb4fd1fd0bdd6681f6c4158931542b26df909fdc1dfc00d8988cffbe4f46c79

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