
DENISON MINES CORP. — Investor Relations & Filings
Denison Mines Corp. is a uranium exploration, development, and mining company with interests focused in the Athabasca Basin region of northern Saskatchewan. The company's flagship asset is its 95% owned Wheeler River project, the largest undeveloped high-grade uranium project in the eastern Athabasca Basin, which is being advanced towards production using the In-Situ Recovery (ISR) mining method. Denison's diversified portfolio also includes a 70.55% interest in the Waterbury Lake project and strategic minority interests in other key assets, including a 22.5% ownership of the McClean Lake mill, one of the world's largest uranium processing facilities. The company also holds a portfolio of physical uranium as a long-term investment to support project financing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 6-K | 2026-05-13 | English | |
| 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-04-08 | English | |
| 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-31 | English | |
| 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-31 | English | |
| 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-30 | English | |
| 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-30 | English |
Browse filings by year
29 years- 2026 9 filings
- 2025 30 filings
- 2024 25 filings
- 2023 34 filings
- 2022 32 filings
- 2021 45 filings
- 2020 48 filings
- 2019 24 filings
- 2018 36 filings
- 2017 33 filings
- 2016 36 filings
- 2015 37 filings
- 2014 15 filings
- 2013 40 filings
- 2012 31 filings
- 2011 8 filings
- 2010 12 filings
- 2009 24 filings
- 2008 22 filings
- 2007 23 filings
- 2006 25 filings
- 2005 10 filings
- 2004 10 filings
- 2003 6 filings
- 2002 7 filings
- 2001 8 filings
- 2000 14 filings
- 1999 12 filings
- 1998 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 45933329 | FORM 6-K | 2026-05-13 | English | ||
| 33830748 | 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-04-08 | English | ||
| 33119464 | 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-31 | English | ||
| 33119465 | 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-31 | English | ||
| 33093354 | 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-30 | English | ||
| 33093335 | 6-K - DENISON MINES CORP. (0001063259) (Filer) | 2026-03-30 | English | ||
| 27038621 | SCHEDULE 13G/A Filing | 2026-02-13 | English | ||
| 27038649 | 6-K Filing | 2026-01-08 | English | ||
| 27038647 | 6-K Filing | 2026-01-02 | English | ||
|
2025
6 filings
| |||||
| 11057469 | FORM 6-K DATED DECEMBER 17, 2025 | 2025-12-17 | English | ||
| 11057488 | FORM 6-K DATED DECEMBER 4, 2025 | 2025-12-04 | English | ||
| 11057471 | FORM 6-K DATED DECEMBER 1, 2025 | 2025-12-01 | English | ||
| 11057473 | FORM 6-K DATED NOVEMBER 17, 2025 | 2025-11-17 | English | ||
| 11057474 | Major Shareholding Notification 2025 | 2025-11-12 | English | ||
| 11057479 | FORM 6-K DATED NOVEMBER 7, 2025 | 2025-11-07 | English | ||
Market data
Market data not available
Price history
Peer group · Mining of uranium and thorium ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Terra Clean Energy Corp.
Exploration and development company focused on identifying …
|
TCEC | CA | Mining and quarrying |
|
Terra Ventures Inc.
Mineral exploration company developing resource properties,…
|
TAS | CA | Mining and quarrying |
|
THOR ENERGY PLC
Exploration company focused on hydrogen, helium, and strate…
|
THR | GB | Mining and quarrying |
|
TORO ENERGY LIMITED
Explores and develops uranium, nickel, and gold assets for …
|
TOE | AU | Mining and quarrying |
|
Traction Uranium Corp.
Exploring and developing early-stage uranium deposits in th…
|
TRAC | CA | Mining and quarrying |
|
Twenty-Seven Capital Corp.
Mineral exploration company focused on junior mining for ur…
|
TSC | CA | Mining and quarrying |
|
Uranerz Energy Corporation
Uranium exploration, development, and production company sp…
|
URZ | US | Mining and quarrying |
|
URANIUM ENERGY CORP
Uranium exploration and production company using in-situ re…
|
UEC | US | Mining and quarrying |
|
Uranium North Resources Corp.
Resource exploration and development focused on advancing p…
|
UNR | US | Mining and quarrying |
|
Uranium One Inc.
Global producer specializing in the exploration and mining …
|
UUU | CA | Mining and quarrying |
DENISON MINES CORP. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/31510/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31510 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=31510 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=31510 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 31510}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for DENISON MINES CORP. (id: 31510)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.