Skip to content

ENERGY FUELS INC.: filings

Every ENERGY FUELS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-05fiscal Q2 2026461380001385849-26-000029
10-Q2026-05-06fiscal Q1 202645940001385849-26-000021
10-K2026-02-26fiscal FY 2025461200001385849-26-000009
10-Q2025-11-03fiscal Q3 2025441360001385849-25-000044
10-Q2025-08-06fiscal Q2 2025441320001385849-25-000027
10-Q2025-05-07fiscal Q1 202544920001385849-25-000016
10-K2025-02-26fiscal FY 2024451190001385849-25-000004
10-Q2024-10-31fiscal Q3 2024421250001385849-24-000052
10-Q2024-08-02fiscal Q2 2024391140001385849-24-000048
10-Q2024-05-03fiscal Q1 202438790001385849-24-000029
10-K2024-02-23fiscal FY 2023391030001385849-24-000025
10-Q2023-11-06fiscal Q3 2023401210001385849-23-000035
10-Q2023-08-04fiscal Q2 2023391150001385849-23-000031
10-Q2023-05-05fiscal Q1 202339820001385849-23-000015
10-K2023-03-08fiscal FY 2022391030001385849-23-000005
10-Q2022-11-04fiscal Q3 2022371140001385849-22-000042
10-Q2022-08-05fiscal Q2 2022391160001385849-22-000037
10-Q2022-05-16fiscal Q1 202240830001385849-22-000032
10-K2022-03-15fiscal FY 2021411070001385849-22-000024
10-Q2021-11-01fiscal Q3 2021391170001385849-21-000044
10-Q2021-07-30fiscal Q2 2021361010001385849-21-000040
10-Q2021-05-13fiscal Q1 202136750001385849-21-000035
10-K2021-03-22fiscal FY 2020391230001385849-21-000027
10-Q2020-11-02fiscal Q3 2020371090001628280-20-015184
10-Q2020-08-03fiscal Q2 2020371050001385849-20-000039
10-Q2020-05-04fiscal Q1 202037770001385849-20-000035
10-K2020-03-17fiscal Q4 2019431320001385849-20-000032
10-Q2019-11-04fiscal Q3 2019401150001385849-19-000062
10-Q2019-08-05fiscal Q2 2019411170001385849-19-000049
10-Q2019-05-08fiscal Q1 201936740001385849-19-000045
10-K/A2019-03-14fiscal FY 2018411280001385849-19-000038
10-K2019-03-12fiscal Q4 2018411280001385849-19-000032
10-Q2018-11-05fiscal Q3 201836940001385849-18-000068
10-Q2018-08-06fiscal Q2 2018371000001385849-18-000056
10-Q2018-05-04fiscal Q1 201835730001385849-18-000042
10-K2018-03-12fiscal Q4 201736930001385849-18-000018
10-Q2017-11-02fiscal Q3 201734900001385849-17-000046
10-Q2017-08-03fiscal Q2 201734900001385849-17-000043
10-Q2017-05-05fiscal Q1 201733680001385849-17-000040
10-K2017-03-10fiscal Q4 2016361000001385849-17-000006
10-Q2016-11-03fiscal Q3 201633860001628280-16-020751
10-Q2016-08-05fiscal Q2 201633860001062993-16-010849
10-Q2016-06-02fiscal Q1 201634700001062993-16-010063

Inspect the source

Entity
ENERGY FUELS INC. / CIK 0001385849
Captured
2026-09-20T07:58:54.971Z
SEC response SHA-256
dcd9b00969a9af013695f763ab44bc1b033b707c3cececc6d7980aea1f639e0c

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