
Shanghai Electric Wind Power Group Co., Ltd. — Investor Relations & Filings
Shanghai Electric Wind Power Group Co., Ltd. specializes in the design, manufacture, and sale of wind power generation equipment. The company provides a comprehensive range of onshore and offshore wind turbines, characterized by high reliability and advanced technological integration. Its product portfolio includes large-capacity offshore units and specialized onshore turbines designed for diverse climatic conditions. Beyond hardware, the group offers full-lifecycle services, including wind resource assessment, digitalized operation and maintenance, and integrated energy solutions. Utilizing its proprietary digital platforms, the company enhances turbine performance and grid stability. It focuses on delivering sustainable energy solutions to global markets, leveraging its extensive research and development capabilities to drive innovation in turbine efficiency and cost reduction.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事、高级管理人员薪酬与考核管理制度 | 2026-05-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-22 | Chinese | |
| 上海电气风电集团股份有限公司2025年年度报告(修订版) | 2026-05-12 | Chinese | |
| 公司关于对上海电气集团财务有限责任公司风险持续评估报告的公告 | 2026-03-27 | Chinese | |
| 关于上海电气风电集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-27 | Chinese | |
| 独立董事(洪彬)2025年度述职报告 | 2026-03-27 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46868042 | 董事、高级管理人员薪酬与考核管理制度 | 2026-05-22 | Chinese | ||
| 46867792 | 2025年年度股东会决议公告 | 2026-05-22 | Chinese | ||
| 45345991 | 上海电气风电集团股份有限公司2025年年度报告(修订版) | 2026-05-12 | Chinese | ||
| 44545569 | 公司关于对上海电气集团财务有限责任公司风险持续评估报告的公告 | 2026-03-27 | Chinese | ||
| 44545563 | 关于上海电气风电集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-27 | Chinese | ||
| 44545552 | 独立董事(洪彬)2025年度述职报告 | 2026-03-27 | Chinese | ||
| 44545524 | 独立董事(蒋琰)2025年度述职报告 | 2026-03-27 | Chinese | ||
| 44545516 | 电气风电2026年度提质增效重回报专项行动方案 | 2026-03-27 | Chinese | ||
| 44545512 | 独立董事(蔡旭)2025年度述职报告 | 2026-03-27 | Chinese | ||
| 44545469 | 会计师对年报出具的审计报告(含经审计的财务报告及附注)-安永华明(2026)审字第70021425_B01号 | 2026-03-27 | Chinese | ||
| 44545350 | 中信证券关于电气风电2025年度募集资金存放与使用情况的专项核查意见 | 2026-03-27 | Chinese | ||
| 44545339 | 会计师事务所对公司控股股东及其他关联方占用资金情况的专项说明-安永华明(2026)专字第70021425_B05号 | 2026-03-27 | Chinese | ||
| 44545303 | 上海电气风电集团股份有限公司2025年度内部控制评价报告 | 2026-03-27 | Chinese | ||
| 44545295 | 公司关于会计师事务所履职情况评估报告 | 2026-03-27 | Chinese | ||
| 44545291 | 募集资金存放、管理与实际使用情况鉴证报告-安永华明(2026)专字第70021425_B03号 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of engines and turbines, except aircraft, vehicle and cycle engines
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2G Energy AG
Manufactures combined heat and power (CHP) systems for dece…
|
2GB | DE | Manufacturing |
|
AAER Inc.
Manufactured high-capacity, megawatt-sized wind turbines fo…
|
AAE | CA | Manufacturing |
|
AERIS IND. E COM. DE EQUIP. PARA GER. DE ENG. S.A.
Manufactures wind turbine blades and provides services for …
|
— | BR | Manufacturing |
|
Akasaka Diesels Ltd.
Specialized manufacturer of marine diesel engines and relat…
|
6022 | JP | Manufacturing |
|
Anhui Quanchai Engine Co.,Ltd
Manufacturer of multi-cylinder diesel engines for agricultu…
|
600218 | CN | Manufacturing |
|
Aquarius Engines AM Ltd.
Develops free-piston linear engines for grid-independent po…
|
AQUA | IL | Manufacturing |
|
Aqylon Nexus Limited
Engineers ORC turbines to convert low-temperature heat into…
|
AQYLON | IN | Manufacturing |
|
Blue Shark Power System
Designs and assembles hydrokinetic turbines for clean energ…
|
MLBSP | FR | Manufacturing |
|
CAPE INDUSTRIES LTD.
Manufactures and supplies cylinder liners for large ship en…
|
064820 | KR | Manufacturing |
|
CHANGCHAI COMPANY,LIMITED
Produces small and medium diesel engines for agricultural a…
|
000570 | CN | Manufacturing |
Shanghai Electric Wind Power Group 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/58566/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58566 | 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=58566 | 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=58566 \ -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": 58566}, 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 Shanghai Electric Wind Power Group Co., Ltd. (id: 58566)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.