China National Uranium Co., Ltd. — Investor Relations & Filings
China National Uranium Co., Ltd. (CNUC) is a specialized entity focused on the exploration, development, and supply of uranium resources. As a key player in the nuclear fuel cycle, the company manages activities ranging from geological prospecting and mining to milling and the production of uranium concentrates. CNUC is tasked with securing a stable supply of natural uranium to support nuclear power generation through the management of domestic mines and the strategic acquisition of overseas assets. Its operations involve international partnerships and the application of advanced extraction technologies to ensure the availability of raw materials for fuel fabrication. The company provides essential support for the expansion of nuclear energy infrastructure by maintaining a comprehensive portfolio of uranium assets and technical expertise in resource management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2025年度会计师事务所的履职情况评估及董事会审计与风险管理委员会履行监督职责情况报告 | 2026-04-28 | Chinese | |
| 2025年度审计与风险管理委员会履职情况报告 | 2026-04-28 | Chinese | |
| 中国铀业股份有限公司以募集资金置换已投入募集资金项目的自筹资金的审核报告 | 2026-04-28 | Chinese | |
| 关于2026年度担保计划的公告 | 2026-04-28 | Chinese | |
| 2026年一季度报告 | 2026-04-28 | Chinese | |
| 中国铀业股份有限公司募集资金存放、管理与实际使用情况审核报告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39600843 | 关于2025年度会计师事务所的履职情况评估及董事会审计与风险管理委员会履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 39600839 | 2025年度审计与风险管理委员会履职情况报告 | 2026-04-28 | Chinese | ||
| 39600832 | 中国铀业股份有限公司以募集资金置换已投入募集资金项目的自筹资金的审核报告 | 2026-04-28 | Chinese | ||
| 39600788 | 关于2026年度担保计划的公告 | 2026-04-28 | Chinese | ||
| 39600781 | 2026年一季度报告 | 2026-04-28 | Chinese | ||
| 39600773 | 中国铀业股份有限公司募集资金存放、管理与实际使用情况审核报告 | 2026-04-28 | Chinese | ||
| 39600650 | 中国铀业股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-28 | Chinese | ||
| 39600541 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 39600533 | 中信建投证券股份有限公司关于中国铀业股份有限公司2025年度内部控制评价报告的核查意见 | 2026-04-28 | Chinese | ||
| 39600523 | 中国铀业股份有限公司关于与中核财资管理有限公司开展金融业务的风险处置预案 | 2026-04-28 | Chinese | ||
| 39600512 | 关于以募集资金置换已投入募集资金项目的自筹资金的公告 | 2026-04-28 | Chinese | ||
| 39600506 | 第二届董事会第二次会议决议公告 | 2026-04-28 | Chinese | ||
| 39600498 | 中国铀业股份有限公司涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-04-28 | Chinese | ||
| 39600413 | 中信建投证券股份有限公司关于中国铀业股份有限公司2025年度涉及财务公司关联交易的存贷款等金融业务的核查意见 | 2026-04-28 | Chinese | ||
| 39600407 | 中信建投证券股份有限公司关于中国铀业股份有限公司2025年度募集资金存放、管理与使用情况的专项核查报告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mining of uranium and thorium ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abasca Resources Inc.
Mineral exploration focused on clean and sustainable resour…
|
ABA | CA | Mining and quarrying |
|
Aero Energy Limited
Junior company focused on high-grade uranium exploration an…
|
AERO | CA | Mining and quarrying |
|
Alliance Mining Corp.
Acquires, explores, and develops mineral properties, specia…
|
ALM | CA | Mining and quarrying |
|
ALLIGATOR ENERGY LIMITED
Explores and develops uranium and energy mineral assets for…
|
AGE | AU | Mining and quarrying |
|
Alpha Minerals Inc.
Junior explorer specializing in uranium and gold deposits i…
|
AMW | CA | Mining and quarrying |
|
American Atomics Incorporated
Developing an integrated domestic nuclear fuel cycle, from …
|
NUKE | CA | Mining and quarrying |
|
AMERICAN URANIUM LTD
Mineral exploration company identifying and developing high…
|
AMU | AU | Mining and quarrying |
|
ANFIELD ENERGY INC
Operates one of three licensed US conventional uranium mill…
|
AEC | CA | Mining and quarrying |
|
ANFIELD ENERGY INC.
Uranium and vanadium developer with a licensed U.S. mill fo…
|
AEC | US | Mining and quarrying |
|
Anthem Resources Incorporated
Exploration and development of mineral properties, primaril…
|
AYN | CA | Mining and quarrying |
China National Uranium Co., Ltd. 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/54001/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54001 | 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=54001 | 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=54001 \ -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": 54001}, 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 China National Uranium Co., Ltd. (id: 54001)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.