China Energy Engineering Corporation Limited — Investor Relations & Filings
About China Energy Engineering Corporation Limited
China Energy Engineering Corporation Limited, known as Energy China, provides comprehensive solutions for the global energy and infrastructure sectors. The company manages the full lifecycle of power projects, encompassing planning, consulting, survey, design, construction, and contracting for thermal, hydro, nuclear, wind, and solar energy. Its capabilities extend to power grid systems, water conservancy, environmental protection, and transportation infrastructure. Energy China integrates equipment manufacturing with investment and operation, utilizing advanced technologies in ultra-high voltage transmission and clean energy systems. It delivers large-scale engineering, procurement, and construction (EPC) services across international markets, focusing on integrated energy-industrial solutions and sustainable infrastructure development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中国能源建设股份有限公司H股公告 | 2026-03-16 | Chinese | |
| 中国能源建设股份有限公司股票交易异常波动公告 | 2026-03-12 | Chinese | |
| 中国能源建设股份有限公司2023年度向特定对象发行A股股票募集说明书(注册稿) | 2026-02-26 | Chinese | |
| 中国能源建设股份有限公司第三届董事会第五十四次会议决议公告 | 2026-02-09 | Chinese | |
| 中国能源建设股份有限公司2025年度主要经营数据公告 | 2026-01-21 | Chinese | |
| 中国能源建设股份有限公司H股公告 | 2026-01-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 38329257 | 中国能源建设股份有限公司H股公告 | 2026-03-16 | Chinese | ||
| 38329245 | 中国能源建设股份有限公司股票交易异常波动公告 | 2026-03-12 | Chinese | ||
| 38329243 | 中国能源建设股份有限公司2023年度向特定对象发行A股股票募集说明书(注册稿) | 2026-02-26 | Chinese | ||
| 38329232 | 中国能源建设股份有限公司第三届董事会第五十四次会议决议公告 | 2026-02-09 | Chinese | ||
| 38329226 | 中国能源建设股份有限公司2025年度主要经营数据公告 | 2026-01-21 | Chinese | ||
| 38329225 | 中国能源建设股份有限公司H股公告 | 2026-01-09 | Chinese | ||
|
2025
9 filings
| |||||
| 38329220 | 中国能源建设股份有限公司重大工程中标公告 | 2025-12-29 | Chinese | ||
| 38329216 | 《中国能源建设股份有限公司董事会审计与风险委员会工作细则》(2025年12月修订) | 2025-12-23 | Chinese | ||
| 38329214 | 《中国能源建设股份有限公司章程》(2025年12月修订) | 2025-12-23 | Chinese | ||
| 38329209 | 《中国能源建设股份有限公司董事会议事规则》(2025年12月修订) | 2025-12-23 | Chinese | ||
| 38329207 | 北京德恒律师事务所关于中国能源建设股份有限公司2025年第二次临时股东大会、第二次A股类别股东大会及第二次H股类别股东大会的法律意见 | 2025-12-23 | Chinese | ||
| 38329204 | 中国能源建设股份有限公司2025年第二次临时股东大会、第二次A股类别股东大会及第二次H股类别股东大会决议公告 | 2025-12-23 | Chinese | ||
| 38329200 | 《中国能源建设股份有限公司股东会议事规则》(2025年12月修订) | 2025-12-23 | Chinese | ||
| 38329195 | 中国能源建设股份有限公司关于吉林松原氢能产业园(绿色氢氨醇一体化)项目一期工程投产的公告 | 2025-12-16 | Chinese | ||
| 38329192 | 中国能源建设股份有限公司关于公司境外投资项目获得融资支持的公告 | 2025-12-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of utility projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A2Z Infra Engineering Limited
Provides EPC services for power, waste management, and tele…
|
A2ZINFRA | IN | Construction |
|
AEC Pipelines, L.P.
General engineering contractor providing construction and m…
|
— | CA | Construction |
|
Afcon Holdings Ltd.
Integrates infrastructure, technology, and energy solutions…
|
AFHL | IL | Construction |
|
Agni Green Power Limited
Provides turnkey solar PV EPC, O&M, and energy storage solu…
|
AGNI | IN | Construction |
|
AIT Advanced Information Technologies Corporation
Implements full-package solutions to enhance the reliabilit…
|
AIT | CA | Construction |
|
Aker Solutions
Delivers solutions for low-carbon oil and gas and renewable…
|
AKSO | NO | Construction |
|
Anand Projects Ltd
Provides EPC services for power generation, transmission, a…
|
501630 | IN | Construction |
|
Aqua Spolka Akcyjna W Poznaniu
Engineering and design for water management and transmissio…
|
AQA | PL | Construction |
|
ARGAN INC
A holding company providing EPC and other services to the p…
|
AGX | US | Construction |
|
Arpa-Sevan OJSC
Engineering and construction firm for power and hydraulic p…
|
ASEV | AM | Construction |
China Energy Engineering Corporation Limited 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/57303/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57303 | 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=57303 | 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=57303 \ -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": 57303}, 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 Energy Engineering Corporation Limited (id: 57303)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.