GOLDWIND SCIENCE&TECHNOLOGY CO.,LTD. — Investor Relations & Filings
Goldwind Science & Technology Co., Ltd. is a global leader in wind power technology and energy solutions. The company specializes in the research, development, manufacturing, and marketing of large-scale wind turbine generator sets, with a primary focus on its proprietary Permanent Magnet Direct Drive (PMDD) technology. Its product portfolio includes a wide range of onshore and offshore wind turbines designed for diverse climatic conditions. Beyond hardware, Goldwind provides comprehensive wind power services, including wind farm investment, construction, and operation and maintenance. The company also explores integrated energy solutions, smart grid technologies, and water treatment services. By leveraging digital innovation and advanced manufacturing, Goldwind aims to optimize energy efficiency and support the global transition to carbon neutrality through reliable and sustainable renewable energy infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于回购股份用于注销并减少注册资本暨通知债权人的公告 | 2025-05-20 | Chinese | |
| 北京市竞天公诚律师事务所关于金风科技股份有限公司2025年第一次临时股东大会、2025年第一次A股类别股东会议及2025年第一次H股类别股东会议的法律意见书 | 2025-05-20 | Chinese | |
| 关于参加新疆辖区上市公司2025年投资者网上集体接待日活动的公告 | 2025-05-16 | Chinese | |
| 关于回购股份事项前十名股东及前十名无限售条件股东持股情况的公告 | 2025-05-15 | Chinese | |
| H股公告 | 2025-05-08 | Chinese | |
| 关于召开2025年第一次临时股东大会、2025年第一次A股类别股东会议及2025年第一次H股类别股东会议的通知 | 2025-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35082524 | 关于回购股份用于注销并减少注册资本暨通知债权人的公告 | 2025-05-20 | Chinese | ||
| 35082512 | 北京市竞天公诚律师事务所关于金风科技股份有限公司2025年第一次临时股东大会、2025年第一次A股类别股东会议及2025年第一次H股类别股东会议的法律意见书 | 2025-05-20 | Chinese | ||
| 35082489 | 关于参加新疆辖区上市公司2025年投资者网上集体接待日活动的公告 | 2025-05-16 | Chinese | ||
| 35082481 | 关于回购股份事项前十名股东及前十名无限售条件股东持股情况的公告 | 2025-05-15 | Chinese | ||
| 35082475 | H股公告 | 2025-05-08 | Chinese | ||
| 35082467 | 关于召开2025年第一次临时股东大会、2025年第一次A股类别股东会议及2025年第一次H股类别股东会议的通知 | 2025-04-29 | Chinese | ||
| 35082452 | 关于回购股份事项前十名股东及前十名无限售条件股东持股情况的公告 | 2025-04-29 | Chinese | ||
| 35082440 | 关于以集中竞价交易方式回购公司A股股份的公告 | 2025-04-25 | Chinese | ||
| 35082428 | 关于持股5%以上股东股份减持计划期限届满暨实施情况的公告 | 2025-04-25 | Chinese | ||
| 35082417 | 关于为全资子公司金风新能和金风格鲁吉亚提供担保的公告 | 2025-04-25 | Chinese | ||
| 35082405 | 2025年一季度报告 | 2025-04-25 | Chinese | ||
| 35082385 | 董事会决议公告 | 2025-04-25 | Chinese | ||
| 35082375 | 监事会决议公告 | 2025-04-25 | Chinese | ||
| 35082362 | H股公告 | 2025-04-10 | Chinese | ||
| 35082354 | H股公告 | 2025-04-01 | 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 |
GOLDWIND SCIENCE&TECHNOLOGY 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/54256/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54256 | 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=54256 | 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=54256 \ -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": 54256}, 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 GOLDWIND SCIENCE&TECHNOLOGY CO.,LTD. (id: 54256)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.