Skip to content

Corvus Gold ULC: filings

Every Corvus Gold ULC 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 2022-01-14

The latest filing in this captured record is a 10-Q filed 2022-01-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Corvus Gold ULC 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-Q2022-01-14fiscal Q2 202227710001171843-22-000282
10-Q2021-10-06fiscal Q1 202226550001171843-21-006882
10-K2021-08-09fiscal FY 202128570001171843-21-005683
10-Q2021-04-08fiscal Q3 202126670001171843-21-002374
10-Q2021-01-07fiscal Q2 202125650001171843-21-000167
10-Q2020-10-05fiscal Q1 202125530001171843-20-006855
10-K2020-08-13fiscal FY 202026510001171843-20-005917
10-Q2020-04-06fiscal Q3 202026650001171843-20-002400
10-Q2020-01-08fiscal Q2 202026650001171843-20-000114
10-Q2019-09-25fiscal Q1 202024500001171843-19-006125
10-K2019-08-09fiscal FY 201926560001171843-19-005347
10-Q2019-04-02fiscal Q3 201926660001171843-19-002175
10-Q2019-01-10fiscal Q2 201926660001171843-19-000224
10-Q2018-10-11fiscal Q1 201926520001171843-18-006955
10-K2018-08-28fiscal FY 201826560001171843-18-006275
10-Q2018-04-10fiscal Q3 201826660001171843-18-002611
10-Q2018-01-11fiscal Q2 201826660001171843-18-000323
10-Q2017-10-12fiscal Q1 201823480001171843-17-006007
10-K2017-06-30fiscal FY 201723500001171843-17-003888
10-Q2017-04-12fiscal Q3 201723600001171843-17-002072
10-Q2017-01-12fiscal Q2 201723590001171843-17-000211
10-Q2016-10-17fiscal Q1 201723460001171843-16-012475
10-K2016-08-23fiscal FY 201624520001279569-16-004235
10-Q2016-04-12fiscal Q3 201623580001279569-16-003161
10-Q2016-01-13fiscal Q2 201623580001279569-16-002498
10-Q2015-10-09fiscal Q1 201623480001279569-15-001949
10-K2015-08-26fiscal FY 201523500001279569-15-001697
10-Q2015-04-09fiscal Q3 201522560001279569-15-000686
10-Q2015-01-09fiscal Q2 201521540001279569-15-000047
10-Q2014-10-14fiscal Q1 201521440001279569-14-001638

Inspect the source

Entity
Corvus Gold ULC / CIK 0001507964
Captured
SEC response SHA-256
09d23f2d703fe16cd98051af2b334c7103f394d2ce82618e8e9e8623ee6b4dca

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