
胜业电气 — Investor Relations & Filings
Shengye Electric specializes in the research, development, and manufacturing of power capacitors and power quality management solutions. The company's core product portfolio includes AC and DC film capacitors, motor capacitors, and power factor correction components. These products are widely utilized in household appliances, industrial automation, renewable energy systems, and power distribution networks. Shengye Electric provides critical components for air conditioning systems, solar inverters, and electric vehicle charging infrastructure. By focusing on advanced film technology and energy efficiency, the company delivers high-performance solutions designed to improve power stability and reduce energy consumption for global industrial and consumer electronics markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 立信会计师事务所(特殊普通合伙)关于胜业电气股份有限公司股东及其他关联方占用资金情况说明的专项报告 | 2026-04-19 | Chinese | |
| 董事会审计委员会2025年度履职情况报告 | 2026-04-19 | Chinese | |
| 关于为控股子公司提供担保的公告 | 2026-04-01 | Chinese | |
| 关于使用闲置募集资金暂时补充流动资金的公告 | 2026-04-01 | Chinese | |
| 关于使用部分暂时闲置自有资金购买理财产品的公告 | 2026-04-01 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于胜业电气股份有限公司为控股子公司提供担保的核查意见 | 2026-04-01 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40139108 | 立信会计师事务所(特殊普通合伙)关于胜业电气股份有限公司股东及其他关联方占用资金情况说明的专项报告 | 2026-04-19 | Chinese | ||
| 40139044 | 董事会审计委员会2025年度履职情况报告 | 2026-04-19 | Chinese | ||
| 40139041 | 关于为控股子公司提供担保的公告 | 2026-04-01 | Chinese | ||
| 40139032 | 关于使用闲置募集资金暂时补充流动资金的公告 | 2026-04-01 | Chinese | ||
| 40139031 | 关于使用部分暂时闲置自有资金购买理财产品的公告 | 2026-04-01 | Chinese | ||
| 40139026 | 申万宏源证券承销保荐有限责任公司关于胜业电气股份有限公司为控股子公司提供担保的核查意见 | 2026-04-01 | Chinese | ||
| 40139017 | 申万宏源证券承销保荐有限责任公司关于胜业电气股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-04-01 | Chinese | ||
| 40139009 | 第三届董事会第十五次会议决议公告 | 2026-04-01 | Chinese | ||
| 40139002 | 申万宏源证券承销保荐有限责任公司关于胜业电气股份有限公司使用闲置募集资金暂时补充流动资金的核查意见 | 2026-04-01 | Chinese | ||
| 40138995 | 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2026-04-01 | Chinese | ||
| 40138987 | 会计估计变更公告 | 2026-04-01 | Chinese | ||
| 40138977 | 购买资产的进展公告 | 2026-03-22 | Chinese | ||
| 40138961 | 2025年年度业绩快报公告 | 2026-02-25 | Chinese | ||
| 40138944 | 上海锦天城(广州)律师事务所关于胜业电气股份有限公司2026年第一次临时股东会的法律意见书 | 2026-02-09 | Chinese | ||
| 40138908 | 2026年第一次临时股东会决议公告 | 2026-02-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electrical equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHENZHEN KSTAR SCIENCE & TECHNOLOGY CO.,LTD
Develops power electronics, UPS, PV inverters, energy stora…
|
002518 | CN | Manufacturing |
|
SHENZHEN RILAND INDUSTRY GROUP CO.,LTD.
Specializes in R&D and manufacturing of inverter welding an…
|
300154 | CN | Manufacturing |
|
Shenzhen Tongye Technology Co., Ltd.
Develops power electronics and auxiliary systems for locomo…
|
300960 | CN | Manufacturing |
|
Shenzhen UUGreenPower Co., Ltd.
Develops core EV charging components, V2G modules, and ener…
|
301590 | CN | Manufacturing |
|
Shijiazhuang Tonhe Electronics Technologies Co., Ltd.
Specializes in high-frequency switching power supplies and …
|
300491 | CN | Manufacturing |
|
SHINSUNG E&G Co.,LTD.
Specializes in clean environment solutions and renewable so…
|
011930 | KR | Manufacturing |
|
Shivalik Bimetal Controls Ltd.
Specializes in joining dissimilar metals for thermostatic s…
|
SBCL | IN | Manufacturing |
|
Sichuan Zhongguang Lightning Protection Technologies Co., Ltd.
Develops and manufactures lightning protection products and…
|
300414 | CN | Manufacturing |
|
Sino-Synergy Hydrogen Energy Technology (Jiaxing) Co., Ltd.
Specializes in hydrogen energy equipment, fuel cell stacks,…
|
9663 | HK | Manufacturing |
|
Soditech SA
Engineering firm integrating mechanical, thermal, and elect…
|
SEC | FR | Manufacturing |
胜业电气 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/58738/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58738 | 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=58738 | 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=58738 \ -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": 58738}, 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 胜业电气 (id: 58738)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.