Skip to content

VISION ENERGY CORPORATION: filings

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

Filing record ends 2023-05-05

The latest filing in this captured record is a 10-Q filed 2023-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. VISION ENERGY CORPORATION 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-Q2023-05-05fiscal Q1 202319380001493152-23-015586
10-K2023-03-31fiscal FY 202224470001493152-23-010036
10-Q2022-10-28fiscal Q3 202222670001493152-22-029769
10-Q2022-08-10fiscal Q2 202226680001493152-22-021917
10-Q2022-05-05fiscal Q1 202232600001493152-22-012293
10-K2022-04-15fiscal FY 202133630001493152-22-010026
10-Q2021-10-15fiscal Q3 202124690001493152-21-025565
10-Q2021-07-23fiscal Q2 202125660001493152-21-017623
10-Q2021-04-23fiscal Q1 202123430001493152-21-009549
10-K2021-03-12fiscal FY 202025470001493152-21-005901
10-Q2020-11-02fiscal Q3 202024690001493152-20-020338
10-Q2020-08-14fiscal Q2 202024680001493152-20-015938
10-Q2020-05-15fiscal Q1 202039780001493152-20-009097
10-K2020-03-25fiscal FY 201946900001493152-20-004724
10-Q2019-11-12fiscal Q3 2019391110001493152-19-016886
10-Q2019-08-07fiscal Q2 2019401080001493152-19-011768
10-Q2019-05-15fiscal Q1 201940790001493152-19-007487
10-K2019-03-26fiscal FY 201841780001493152-19-003939
10-Q2018-11-08fiscal Q3 201837980001493152-18-015473
10-Q2018-08-10fiscal Q2 201837980001493152-18-011401
10-Q2018-06-27fiscal Q1 201836710001493152-18-009291
10-K2018-04-02fiscal FY 201733630001493152-18-004463
10-Q2017-11-09fiscal Q3 201730840001493152-17-012681
10-Q2017-08-14fiscal Q2 201730840001493152-17-009221
10-Q2017-05-19fiscal Q1 201728550001493152-17-005657
10-K2017-03-24fiscal FY 201621430001493152-17-002817
10-Q2016-10-25fiscal Q3 201617300001615774-16-007743

Inspect the source

Entity
VISION ENERGY CORPORATION / CIK 0001676580
Captured
SEC response SHA-256
e18c85ba8a1cee98120abc0d418a97630d4c0205b41cfdafb71abd853463359b

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