SANY RENEWABLE ENERGY CO.,LTD. — Investor Relations & Filings
About SANY RENEWABLE ENERGY CO.,LTD.
Sany Renewable Energy Co., Ltd. focuses on the research, development, manufacturing, and distribution of wind power systems. The company provides end-to-end solutions encompassing wind turbine design, the production of core components like blades and generators, and the development of wind power projects. Its product lineup includes high-capacity onshore and offshore wind turbines equipped with advanced control technologies. Sany Renewable Energy integrates digital solutions for smart wind farm management, aiming to optimize operational efficiency and energy output. The company’s service offerings span the entire project lifecycle, including site assessment, engineering, procurement, construction, and comprehensive operation and maintenance. By maintaining a vertically integrated supply chain, the company focuses on reducing the levelized cost of energy and enhancing the reliability of renewable energy infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 三一重能2026年“提质增效重回报”行动方案 | 2026-04-22 | Chinese | |
| 三一重能2025 年年度利润分配及资本公积金转增股本预案的公告 | 2026-04-22 | Chinese | |
| 三一重能2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-22 | Chinese | |
| 中信证券股份有限公司关于三一重能股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-04-22 | Chinese | |
| 三一重能关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-22 | Chinese | |
| 三一重能第二届董事会第二十八次会议决议公告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39432476 | 三一重能2026年“提质增效重回报”行动方案 | 2026-04-22 | Chinese | ||
| 39432474 | 三一重能2025 年年度利润分配及资本公积金转增股本预案的公告 | 2026-04-22 | Chinese | ||
| 39432471 | 三一重能2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-22 | Chinese | ||
| 39432466 | 中信证券股份有限公司关于三一重能股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-04-22 | Chinese | ||
| 39432460 | 三一重能关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-22 | Chinese | ||
| 39432455 | 三一重能第二届董事会第二十八次会议决议公告 | 2026-04-22 | Chinese | ||
| 39432453 | 三一重能关于会计政策变更的公告 | 2026-04-22 | Chinese | ||
| 39432449 | 三一重能2025年度环境、社会及治理(ESG)报告 | 2026-04-22 | Chinese | ||
| 39432427 | 三一重能董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | ||
| 39432416 | 三一重能未来三年股东回报规划(2026年-2028年) | 2026-04-22 | Chinese | ||
| 39432404 | 三一重能2025年度内部控制审计报告 | 2026-04-22 | Chinese | ||
| 39432363 | 三一重能2025年度审计报告 | 2026-04-22 | Chinese | ||
| 39432359 | 三一重能2026年第二次临时股东会决议公告 | 2026-04-16 | Chinese | ||
| 39432356 | 湖南启元律师事务所关于三一重能股份有限公司2026年第二次临时股东会的法律意见书 | 2026-04-16 | Chinese | ||
| 39432354 | 三一重能2026年第二次临时股东会会议资料 | 2026-04-08 | 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 |
SANY RENEWABLE ENERGY 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/58357/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58357 | 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=58357 | 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=58357 \ -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": 58357}, 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 SANY RENEWABLE ENERGY CO.,LTD. (id: 58357)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.