GD POWER DEVELOPMENT CO., LTD — Investor Relations & Filings
About GD POWER DEVELOPMENT CO., LTD
GD Power Development Co., Ltd. specializes in the development, construction, and operation of large-scale power generation facilities. As a key subsidiary of China Energy Investment Corporation, the company manages a diverse energy portfolio that includes thermal, hydroelectric, wind, and solar power. Its primary operations involve the generation and sale of electricity and heat, utilizing high-efficiency coal-fired technology alongside a growing capacity in renewable energy sources. The company focuses on enhancing energy efficiency and reducing environmental impact through technological innovation. By providing reliable energy solutions to industrial and residential sectors, the company supports infrastructure stability while advancing a strategic transition toward low-carbon energy production and integrated energy services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国电电力董事会审计委员会2023年度履职情况报告 | 2024-04-15 | Chinese | |
| 国电电力独立董事2023年度述职报告(吕跃刚) | 2024-04-15 | Chinese | |
| 国电电力发展股份有限公司2023年内部控制审计报告 | 2024-04-15 | Chinese | |
| 国电电力关于2024年度日常关联交易的公告 | 2024-04-15 | Chinese | |
| 国电电力关于续聘公司2024年度财务报告审计机构及内部控制审计机构的公告 | 2024-04-15 | Chinese | |
| 关于国电电力发展股份有限公司2023年度涉及财务公司关联交易的专项说明 | 2024-04-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 41644631 | 国电电力董事会审计委员会2023年度履职情况报告 | 2024-04-15 | Chinese | ||
| 41644614 | 国电电力独立董事2023年度述职报告(吕跃刚) | 2024-04-15 | Chinese | ||
| 41644604 | 国电电力发展股份有限公司2023年内部控制审计报告 | 2024-04-15 | Chinese | ||
| 41644582 | 国电电力关于2024年度日常关联交易的公告 | 2024-04-15 | Chinese | ||
| 41644572 | 国电电力关于续聘公司2024年度财务报告审计机构及内部控制审计机构的公告 | 2024-04-15 | Chinese | ||
| 41644567 | 关于国电电力发展股份有限公司2023年度涉及财务公司关联交易的专项说明 | 2024-04-15 | Chinese | ||
| 41644541 | 国电电力关于向国家能源集团非公开协议转让国电建投50%股权暨关联交易的公告 | 2024-04-15 | Chinese | ||
| 41644532 | 国电电力董事会关于独立董事独立性自查情况的专项意见 | 2024-04-15 | Chinese | ||
| 41644523 | 国电电力关于国家能源集团财务有限公司的风险持续评估报告 | 2024-04-15 | Chinese | ||
| 41644509 | 国电电力八届二十六次董事会决议公告 | 2024-04-15 | Chinese | ||
| 41644498 | 国电电力独立董事2023年度述职报告(刘朝安) | 2024-04-15 | Chinese | ||
| 41644477 | 国电电力八届十三次监事会决议公告 | 2024-04-15 | Chinese | ||
| 41644467 | 国电电力2023年年度报告摘要 | 2024-04-15 | Chinese | ||
| 41644450 | 国电电力2023环境、社会和公司治理报告 | 2024-04-15 | Chinese | ||
| 41644003 | 国电建投内蒙古能源有限公司审计报告-信会师报字[2024]第ZG29955 | 2024-04-15 | 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… |
GD POWER DEVELOPMENT 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/57013/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57013 | 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=57013 | 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=57013 \ -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": 57013}, 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 GD POWER DEVELOPMENT CO., LTD (id: 57013)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.