Skip to content

DISCOVERY ENERGY CORP.: filings

Every DISCOVERY ENERGY CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-12-06

The latest filing in this captured record is a 10-K filed 2022-12-06. No later filing is in the SEC companyfacts record captured on 2026-09-23. DISCOVERY ENERGY 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-K2022-12-06fiscal FY 202225480001493152-22-034621
10-Q2022-01-20fiscal Q3 202223680001493152-22-001647
10-Q2021-10-15fiscal Q2 202222630001493152-21-025532
10-Q2021-07-15fiscal Q1 202222440001493152-21-016938
10-K2021-06-16fiscal FY 202124480001493152-21-014591
10-Q2021-01-14fiscal Q3 202123700001493152-21-001042
10-Q2020-10-15fiscal Q2 202123670001493152-20-019487
10-Q2020-07-20fiscal Q1 202123450001493152-20-013636
10-K2020-07-17fiscal FY 202024480001493152-20-013485
10-Q2020-01-21fiscal Q3 202023710001493152-20-000848
10-Q2019-10-16fiscal Q2 202022650001493152-19-015565
10-Q2019-07-22fiscal Q1 202021420001493152-19-010936
10-K2019-05-15fiscal FY 201923460001493152-19-007316
10-Q2019-01-15fiscal Q3 201926750001493152-19-000643
10-Q2018-10-15fiscal Q2 201925730001493152-18-014490
10-Q2018-07-20fiscal Q1 201920400001493152-18-010263
10-K2018-06-08fiscal FY 201822440001493152-18-008367
10-Q2018-01-16fiscal Q3 201820580001144204-18-002252
10-Q2017-10-16fiscal Q2 201823700001144204-17-052521
10-Q2017-07-18fiscal Q1 201818360001144204-17-037129
10-K2017-06-13fiscal FY 201719410001144204-17-032229
10-Q2017-01-17fiscal Q3 201719520001144204-17-002409
10-Q2016-10-24fiscal Q2 201719520001144204-16-129155
10-Q2016-07-19fiscal Q1 201717340001144204-16-113583
10-K2016-06-14fiscal FY 201616310001144204-16-108217
10-Q2016-01-19fiscal Q3 201616450001144204-16-076007
10-Q2015-10-13fiscal Q2 201516440001144204-15-059034
10-Q2015-07-15fiscal Q1 201516310001144204-15-042692
10-K2015-06-15fiscal FY 201515300001144204-15-037063
10-Q2015-01-20fiscal Q3 201415430001144204-15-002671
10-Q2014-10-17fiscal Q2 201414400001144204-14-061628
10-Q2014-07-21fiscal Q1 201417330001144204-14-043878
10-K2014-06-04fiscal FY 201416520001144204-14-035628
10-Q2014-01-21fiscal Q3 201316500001144204-14-002928
10-Q2013-10-17fiscal Q2 201316540001144204-13-055619
10-Q2013-07-15fiscal Q1 201315390001144204-13-039533
10-K2013-05-29fiscal FY 201217530001144204-13-032070
10-Q2013-01-18fiscal Q3 201215450001144204-13-003016
10-Q/A2012-10-22fiscal Q2 201214440001144204-12-057074
10-Q2012-07-20fiscal Q1 201215340001144204-12-040393
10-K2012-06-12fiscal FY 201115410001144204-12-034462
10-Q2012-01-23fiscal Q3 201110380001144204-12-003384
10-Q/A2011-11-14fiscal Q2 201110380001144204-11-064674

Inspect the source

Entity
DISCOVERY ENERGY CORP. / CIK 0001435387
Captured
SEC response SHA-256
51e88437a92bc0a1059ce30d987f99070ccd0a37b5d055c916636e5a4211c092

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