SOLAX POWER NETWORK TECHNOLOGY (ZHEJIANG) CO., LTD. — Investor Relations & Filings
About SOLAX POWER NETWORK TECHNOLOGY (ZHEJIANG) CO., LTD.
SOLAX POWER NETWORK TECHNOLOGY (ZHEJIANG) CO., LTD. specializes in the research, development, production, and distribution of solar energy conversion and storage solutions. The company’s primary product portfolio includes a comprehensive range of grid-tied, hybrid, and off-grid inverters, alongside advanced lithium-ion battery storage systems and electric vehicle charging infrastructure. SolaX is recognized for its integrated smart energy management systems, which facilitate optimized power consumption for residential, commercial, and industrial applications. By focusing on high-efficiency power electronics and intelligent monitoring software, the organization provides end-to-end solutions for renewable energy integration. Its technological focus emphasizes reliability, modular design, and seamless grid compatibility to support the global transition toward sustainable energy independence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度环境、社会及公司治理报告 | 2026-04-28 | Chinese | |
| 2026年第一季度报告 | 2026-04-28 | Chinese | |
| 关于2025年度利润分配方案及提请股东会授权董事会制定2026年前三季度利润分配方案的公告 | 2026-04-28 | Chinese | |
| 关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-28 | Chinese | |
| 关于续聘2026年度审计机构的公告 | 2026-04-28 | Chinese | |
| 容诚会计师事务所(特殊普通合伙)关于浙江艾罗网络能源技术股份有限公司2025年度募集资金存放与实际使用情况鉴证报告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39522647 | 2025年度环境、社会及公司治理报告 | 2026-04-28 | Chinese | ||
| 39521864 | 2026年第一季度报告 | 2026-04-28 | Chinese | ||
| 39521855 | 关于2025年度利润分配方案及提请股东会授权董事会制定2026年前三季度利润分配方案的公告 | 2026-04-28 | Chinese | ||
| 39521844 | 关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-28 | Chinese | ||
| 39521835 | 关于续聘2026年度审计机构的公告 | 2026-04-28 | Chinese | ||
| 39521832 | 容诚会计师事务所(特殊普通合伙)关于浙江艾罗网络能源技术股份有限公司2025年度募集资金存放与实际使用情况鉴证报告 | 2026-04-28 | Chinese | ||
| 39521678 | 招商证券股份有限公司关于浙江艾罗网络能源技术股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-28 | Chinese | ||
| 39521589 | 董事会审计委员会2025年度履职情况报告 | 2026-04-28 | Chinese | ||
| 39521582 | 招商证券股份有限公司关于浙江艾罗网络能源技术股份有限公司为全资子公司提供担保额度预计的核查意见 | 2026-04-28 | Chinese | ||
| 39521568 | 对外担保管理制度 | 2026-04-28 | Chinese | ||
| 39521562 | 2025年度独立董事述职报告(邹盛武) | 2026-04-28 | Chinese | ||
| 39521547 | 2025年度内部控制评价报告 | 2026-04-28 | Chinese | ||
| 39521533 | 关于2026年度担保额度预计的公告 | 2026-04-28 | Chinese | ||
| 39521525 | 关于2025年度及2026年第一季度计提资产减值准备的公告 | 2026-04-28 | Chinese | ||
| 39521517 | 浙江艾罗网络能源技术股份有限公司章程(2026年4月) | 2026-04-28 | 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 |
|
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 |
|
AHOKU Electronic Company
Manufacturer of power management, surge protectors, and PDU…
|
3002 | TW | Manufacturing |
SOLAX POWER NETWORK TECHNOLOGY (ZHEJIANG) 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/58608/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58608 | 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=58608 | 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=58608 \ -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": 58608}, 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 SOLAX POWER NETWORK TECHNOLOGY (ZHEJIANG) CO., LTD. (id: 58608)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.