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 |
|---|---|---|---|
|
China Shipbuilding Industry Group Power Co.,Ltd
Provides integrated marine power systems, propulsion soluti…
|
600482 | CN | Manufacturing |
|
CHINA YUCHAI INTERNATIONAL LTD
Manufactures diesel and gas engines for vehicles, machinery…
|
CYD | BM | Manufacturing |
|
CHONGQING ZONGSHEN POWER MACHINERY CO.,LTD
Produces small-to-medium engines, power machinery, and new …
|
001696 | CN | Manufacturing |
|
Cleanfield Alternative Energy Inc.
Develops and distributes proprietary renewable energy solut…
|
AIR.H | CA | Manufacturing |
|
Climeon AB
Converts low-temperature waste heat into clean electricity …
|
CLIME.B | SE | Manufacturing |
|
Collicutt Energy Services Ltd.
Leading provider of custom power generation equipment and i…
|
— | CA | Manufacturing |
|
CUMMINS INC
A global power technology leader that designs and manufactu…
|
CMI | US | Manufacturing |
|
Cummins India Ltd.
Designs and manufactures diesel and alternative fuel engine…
|
CUMMINSIND | IN | Manufacturing |
|
DAIHATSU INFINEARTH MFG.CO.,LTD.
Manufacturer of internal combustion engines and industrial …
|
6023 | JP | Manufacturing |
|
DEUTZ AG
Manufacturer of diesel, gas, and electrified drive systems …
|
DEZ | DE | 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.