China National Nuclear Power Co., Ltd — Investor Relations & Filings
About China National Nuclear Power Co., Ltd
China National Nuclear Power Co., Ltd. specializes in the investment, construction, operation, and management of nuclear power projects. The company manages a diverse portfolio of power plants, including major facilities at Qinshan, Tianwan, Fuqing, and Sanmen. It is a key developer and operator of advanced third-generation nuclear technology, notably the Hualong One reactor design. Beyond core power generation, the company provides comprehensive technical services, including maintenance, engineering support, and specialized personnel training. It also pursues diversified clean energy development, incorporating wind and solar power assets into its portfolio. The organization focuses on delivering safe, efficient, and low-carbon energy solutions to meet large-scale power demands while supporting carbon neutrality goals through technological innovation and operational excellence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中国核电关于股份回购进展公告 | 2026-04-01 | Chinese | |
| 北京市中伦律师事务所关于中国核能电力股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-12 | Chinese | |
| 中国核电2026年第一次临时股东会决议公告 | 2026-03-12 | Chinese | |
| 中国核电2026年第一次临时股东会会议资料 | 2026-03-05 | Chinese | |
| 中国核电关于股份回购进展公告 | 2026-03-02 | Chinese | |
| 中国核电关于控股子公司中核苏能核电有限公司股权转让暨放弃优先购买权的公告 | 2026-02-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36741509 | 中国核电关于股份回购进展公告 | 2026-04-01 | Chinese | ||
| 36741505 | 北京市中伦律师事务所关于中国核能电力股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-12 | Chinese | ||
| 36741491 | 中国核电2026年第一次临时股东会决议公告 | 2026-03-12 | Chinese | ||
| 36741481 | 中国核电2026年第一次临时股东会会议资料 | 2026-03-05 | Chinese | ||
| 36741468 | 中国核电关于股份回购进展公告 | 2026-03-02 | Chinese | ||
| 36741461 | 中国核电关于控股子公司中核苏能核电有限公司股权转让暨放弃优先购买权的公告 | 2026-02-08 | Chinese | ||
| 36741450 | 中国核电关于调整董事会专门委员会委员的公告 | 2026-02-08 | Chinese | ||
| 36741439 | 中国核电关于修订《总经理工作规则》的公告 | 2026-02-08 | Chinese | ||
| 36741425 | 中国核电第五届董事会第九次会议决议公告 | 2026-02-08 | Chinese | ||
| 36741414 | 中国核电《总经理工作规则》 | 2026-02-08 | Chinese | ||
| 36741369 | 中国核电关于召开2026年第一次临时股东会的通知 | 2026-02-08 | Chinese | ||
| 36741359 | 中国核电关于股份回购进展公告 | 2026-02-02 | Chinese | ||
| 36741354 | 中国核电关于江苏徐圩核能供热发电厂一期工程1号机组浇筑核岛第一罐混凝土的公告 | 2026-01-15 | Chinese | ||
| 36741350 | 2026-005_中国核电2025年全年发电量完成情况及2026年发电计划公告 | 2026-01-07 | Chinese | ||
| 36741339 | 中国核电关于2025年半年度权益分派实施后调整回购价格上限的公告 | 2026-01-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Electric power generation activities from non-renewable sources
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Adani Power Limited
Private thermal power producer with over 15,000 MW capacity…
|
ADANIPOWER | IN | Electricity, gas, steam and air… |
|
AGL ENERGY LIMITED.
Integrated energy and telecommunications provider retailing…
|
AGL | AU | Electricity, gas, steam and air… |
|
AKENERJİ ELEKTRİK ÜRETİM A.Ş.
Independent power producer with a diversified portfolio of …
|
AKENR | TR | Electricity, gas, steam and air… |
|
AKSA ENERJİ ÜRETİM A.Ş.
A global independent power producer that installs and opera…
|
AKSEN | TR | Electricity, gas, steam and air… |
|
AN HUI WENERGY CO.,LTD
Operates thermal power plants, natural gas pipelines, and r…
|
000543 | CN | Electricity, gas, steam and air… |
|
Atlantic Power Corporation
Independent power producer specializing in the ownership an…
|
ATP | CA | Electricity, gas, steam and air… |
|
Atlantic Power Preferred Equity Ltd.
Independent power producer generating electricity and steam…
|
AZP | CA | Electricity, gas, steam and air… |
|
Beijing Jingneng Clean Energy Co., Limited
Energy enterprise generating and selling power and heat, fo…
|
579 | HK | Electricity, gas, steam and air… |
|
BEIJING JINGNENG POWER CO.,LTD.
Generates electric power and thermal energy from thermal an…
|
600578 | CN | Electricity, gas, steam and air… |
|
Bloom Energy Corp
Designs and manufactures solid-oxide fuel cell systems for …
|
BE | US | Electricity, gas, steam and air… |
China National Nuclear Power 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/57331/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57331 | 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=57331 | 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=57331 \ -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": 57331}, 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 Nuclear Power Co., Ltd (id: 57331)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.