Skip to content

WESTERN URANIUM & VANADIUM CORP.: filings

Every WESTERN URANIUM & VANADIUM CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-08-14fiscal Q2 202626800001213900-26-090212
10-Q2026-05-14fiscal Q1 202626570001213900-26-056791
10-K2026-04-15fiscal FY 202529590001213900-26-044066
10-Q2025-11-14fiscal Q3 202528910001213900-25-110967
10-Q2025-08-14fiscal Q2 202526850001213900-25-076799
10-Q2025-05-13fiscal Q1 202526560001213900-25-042212
10-K2025-04-15fiscal FY 202427550001213900-25-032203
10-Q2024-11-14fiscal Q3 202426850001213900-24-097878
10-Q2024-08-14fiscal Q2 202427810001213900-24-069136
10-Q2024-05-20fiscal Q1 202426550001213900-24-045250
10-K2024-04-16fiscal FY 202331620001213900-24-033519
10-Q2023-11-20fiscal Q3 202331970001213900-23-088764
10-Q2023-08-18fiscal Q2 202332940001213900-23-068690
10-Q2023-05-17fiscal Q1 202328580001213900-23-040870
10-K2023-04-17fiscal FY 202234660001213900-23-030341
10-Q2022-11-17fiscal Q3 202234960001213900-22-073520
10-Q2022-08-22fiscal Q2 202233930001213900-22-050083
10-Q2022-05-20fiscal Q1 202228590001213900-22-028578
10-K2022-04-15fiscal FY 202129550001213900-22-020210
10-Q2021-11-22fiscal Q3 202124690001213900-21-061209
10-K/A2021-10-22fiscal FY 202024480001213900-21-054077
10-Q2021-08-23fiscal Q2 202125670001213900-21-044398
10-Q2021-05-17fiscal Q1 202124480001213900-21-027162
10-K2021-04-15fiscal FY 202024480001213900-21-021730
10-Q2020-11-16fiscal Q3 202023710001213900-20-037422
10-Q2020-08-14fiscal Q2 202023670001213900-20-022293
10-Q2020-05-15fiscal Q1 202020440001213900-20-012625
10-K2020-04-14fiscal FY 201925500001213900-20-009198
10-Q2019-11-14fiscal Q3 201924700001213900-19-023482
10-Q2019-08-14fiscal Q2 201924630001213900-19-015825
10-Q2019-05-17fiscal Q1 201920440001213900-19-009100
10-K2019-04-01fiscal FY 201826510001213900-19-005519
10-Q2018-11-14fiscal Q3 201824600001213900-18-015766
10-Q2018-08-20fiscal Q2 201819540001213900-18-011434
10-Q2018-05-15fiscal Q1 201819390001213900-18-006354
10-K2018-04-02fiscal FY 201720420001213900-18-003919
10-Q2017-11-14fiscal Q3 201719500001213900-17-012108
10-Q2017-08-14fiscal Q2 201720500001213900-17-008649
10-Q2017-05-15fiscal Q1 201720410001213900-17-005221
10-K2017-03-31fiscal FY 201623450001213900-17-003160
10-Q2016-11-18fiscal Q3 201622530001213900-16-018728
10-Q2016-08-15fiscal Q2 201621510001213900-16-016063

Inspect the source

Entity
WESTERN URANIUM & VANADIUM CORP. / CIK 0001621906
Captured
2026-09-21T17:20:49.520Z
SEC response SHA-256
a98b955c5be8c39cf4010dfb3294c9fe7f004ce89bf5f6685c5cf245b9e50481

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