Skip to content

UR-ENERGY INC.: filings

Every UR-ENERGY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-10fiscal Q2 2026391140001104659-26-093458
10-Q2026-05-08fiscal Q1 202640830001104659-26-057462
10-K2026-03-10fiscal FY 202542850001104659-26-025923
10-Q2025-11-03fiscal Q3 2025401200001104659-25-105672
10-Q2025-08-05fiscal Q2 2025391140001558370-25-010170
10-Q2025-05-08fiscal Q1 202539790001558370-25-007006
10-K2025-04-11fiscal FY 202440820001558370-25-004728
10-Q2024-11-06fiscal Q3 2024351050001654954-24-013836
10-Q2024-08-09fiscal Q2 2024341010001654954-24-010255
10-Q2024-05-06fiscal Q1 202435750001654954-24-005635
10-K2024-03-06fiscal FY 2023371020001654954-24-002673
10-Q2023-10-30fiscal Q3 2023361070001654954-23-013556
10-Q2023-08-07fiscal Q2 2023361070001654954-23-010220
10-Q2023-05-01fiscal Q1 202336770001654954-23-005510
10-K2023-03-06fiscal FY 202233920001654954-23-002437
10-Q2022-11-01fiscal Q3 2022351060001654954-22-014458
10-Q2022-08-02fiscal Q2 2022341010001654954-22-010468
10-Q2022-05-02fiscal Q1 202232690001654954-22-005745
10-K2022-03-09fiscal FY 202134940001654954-22-002811
10-Q2021-11-01fiscal Q3 2021321000001654954-21-011528
10-Q2021-08-03fiscal Q2 202131910001654954-21-008443
10-Q2021-05-07fiscal Q1 202131660001654954-21-005299
10-K2021-02-26fiscal FY 202036940001654954-21-002132
10-Q2020-10-30fiscal Q3 2020351040001654954-20-011664
10-Q2020-08-05fiscal Q2 202031870001558370-20-009288
10-Q2020-05-08fiscal Q1 202030640001558370-20-006045
10-K2020-02-28fiscal FY 201937970001558370-20-001802
10-Q2019-11-01fiscal Q3 2019371070001558370-19-009719
10-Q2019-08-02fiscal Q2 201936980001558370-19-006974
10-Q2019-05-03fiscal Q1 201936730001558370-19-003989
10-K2019-03-01fiscal FY 2018401010001558370-19-001434
10-Q2018-10-26fiscal Q3 201835930001558370-18-007937
10-Q2018-07-27fiscal Q2 201834930001558370-18-005834
10-Q2018-05-04fiscal Q1 201833650001558370-18-004053
10-K2018-03-02fiscal FY 201737940001558370-18-001465
10-Q2017-10-27fiscal Q3 201734920001558370-17-007654
10-Q2017-07-28fiscal Q2 201732840001558370-17-005463
10-Q2017-05-05fiscal Q1 201729570001558370-17-003655
10-K2017-03-03fiscal FY 201630710001558370-17-001345
10-Q2016-10-28fiscal Q3 201625650001558370-16-008865
10-Q2016-07-29fiscal Q2 201625630001558370-16-006978
10-Q2016-05-06fiscal Q1 201629600001558370-16-005558
10-K2016-02-26fiscal FY 201532780001558370-16-003622
10-Q2015-10-30fiscal Q3 201530770001558370-15-002071
10-Q2015-07-31fiscal Q2 201528700001558370-15-001308
10-Q2015-05-04fiscal Q1 201528580001558370-15-000690
10-K2015-03-02fiscal FY 201429710001558370-15-000251
10-Q2014-11-03fiscal Q3 201429670001558370-14-000266
10-Q2014-08-01fiscal Q2 201428700001144204-14-046482
10-Q2014-04-30fiscal Q1 201428580001144204-14-026141
10-K2014-03-03fiscal FY 201330770001144204-14-012910
40-F2013-03-01fiscal FY 201223820001144204-13-012297
40-F2012-03-05fiscal FY 201121670001144204-12-012976

Inspect the source

Entity
UR-ENERGY INC. / CIK 0001375205
Captured
2026-09-20T07:57:24.343Z
SEC response SHA-256
54b918c85d09969e478dc336475bd290785af81f749c80117bf06c381ff7422e

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