
Sungrow Power Supply Co.,Ltd. — Investor Relations & Filings
Sungrow Power Supply Co., Ltd. specializes in the research, development, and manufacturing of power conversion equipment for renewable energy applications. The company's core product portfolio features a comprehensive range of photovoltaic (PV) inverters, including string, central, and modular solutions, alongside advanced energy storage systems (ESS) for utility-scale, commercial, and residential sectors. Its technical offerings extend to floating solar plant solutions, wind power converters, and electric vehicle charging infrastructure. Known for high R&D investment and technical innovation, the company provides power electronics designed to maximize energy yield and ensure grid stability. With a global service network and extensive cumulative installations, the firm focuses on delivering high-efficiency energy conversion and management solutions to a diverse international clientele.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2026年度向银行申请综合敞口授信额度的公告 | 2026-03-31 | Chinese | |
| 2025年度独立董事述职报告(李明发) | 2026-03-31 | Chinese | |
| 2025年度内部控制评价报告 | 2026-03-31 | Chinese | |
| 中国国际金融股份有限公司关于《阳光电源股份有限公司2025年限制性股票激励计划》首次授予部分第一个归属期归属条件成就及相关事项之独立财务顾问报告 | 2026-03-31 | Chinese | |
| 关于2022年限制性股票激励计划首次授予部分第四个归属期及预留授予部分第三个归属期归属条件成就及相关事项的公告 | 2026-03-31 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-03-31 | Chinese |
Browse filings by year
16 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36530773 | 关于2026年度向银行申请综合敞口授信额度的公告 | 2026-03-31 | Chinese | ||
| 36530771 | 2025年度独立董事述职报告(李明发) | 2026-03-31 | Chinese | ||
| 36530769 | 2025年度内部控制评价报告 | 2026-03-31 | Chinese | ||
| 36530768 | 中国国际金融股份有限公司关于《阳光电源股份有限公司2025年限制性股票激励计划》首次授予部分第一个归属期归属条件成就及相关事项之独立财务顾问报告 | 2026-03-31 | Chinese | ||
| 36530766 | 关于2022年限制性股票激励计划首次授予部分第四个归属期及预留授予部分第三个归属期归属条件成就及相关事项的公告 | 2026-03-31 | Chinese | ||
| 36530765 | 关于召开2025年年度股东会的通知 | 2026-03-31 | Chinese | ||
| 36530762 | 关于2025年下半年度利润分配预案的公告 | 2026-03-31 | Chinese | ||
| 36530758 | 2025年年度报告 | 2026-03-31 | Chinese | ||
| 36530757 | 上海市通力律师事务所关于阳光电源股份有限公司实施2026年员工持股计划相关事宜的法律意见书 | 2026-03-31 | Chinese | ||
| 36530756 | 2025年度内部控制审计报告 | 2026-03-31 | Chinese | ||
| 36530737 | 2025年度非经营性资金占用及其他关联资金往来情况专项说明 | 2026-03-31 | Chinese | ||
| 36530734 | 关于2025年度计提信用减值准备和资产减值准备的公告 | 2026-03-31 | Chinese | ||
| 36530731 | 关于2023年限制性股票激励计划首次授予部分第二个归属期归属条件成就及相关事项的公告 | 2026-03-31 | Chinese | ||
| 36530726 | 关于2025年限制性股票激励计划首次授予部分第一个归属期归属条件成就及相关事项的公告 | 2026-03-31 | Chinese | ||
| 36530723 | 会计师事务所2025年度履职情况评估报告及审计委员会对会计师事务所履行监督职责情况的报告 | 2026-03-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aartech Solonics Limited
Engineering firm providing energy storage, bus transfer sys…
|
AARTECH | IN | Manufacturing |
|
ABB India Limited
Technology leader in electrification and automation for a s…
|
ABB | IN | Manufacturing |
|
ABB Ltd
A technology company specializing in electrification and au…
|
ABBN | CH | Manufacturing |
|
ACCORD TRANSFORMER & SWITCHGEAR LIMITED
Designs and manufactures energy-efficient transformers and …
|
544710 | IN | Manufacturing |
|
Ads-Tec Energy Public Ltd Co
Develops battery-buffered platform solutions for ultra-fast…
|
ADSE | US | Manufacturing |
|
ADVAIT ENERGY TRANSITIONS LIMITED
Provides power transmission components, renewable energy, a…
|
ADVAIT | IN | Manufacturing |
|
ADVENT TECHNOLOGIES HOLDINGS, INC.
Develops and manufactures complete fuel cell systems and th…
|
ADN | US | Manufacturing |
|
AEC
Provider of heavy electrical equipment, power electronics, …
|
1514 | TW | Manufacturing |
|
AFC ENERGY PLC
Develops hydrogen power generation technologies for off-gri…
|
AFC | GB | Manufacturing |
|
AHA Co.,Ltd
A technology company operating in EdTech, Healthcare, and E…
|
102950 | KR | Manufacturing |
Sungrow Power Supply 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/55278/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55278 | 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=55278 | 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=55278 \ -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": 55278}, 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 Sungrow Power Supply Co.,Ltd. (id: 55278)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.