胜业电气 — Investor Relations & Filings
About 胜业电气
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 |
| 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 |
|---|---|---|---|
|
Changshu Tianyin Electromechanical Co.,Ltd.
Manufactures components for household appliance refrigerati…
|
300342 | CN | Manufacturing |
|
China Technology Industry Group Limited
Engaged in renewable energy system integration, selling sol…
|
8111 | HK | Manufacturing |
|
CW ENERJİ MÜHENDİSLİK TİCARET VE SANAYİ A.Ş.
Manufacturer of solar panels and energy equipment, offering…
|
CWENE | TR | Manufacturing |
|
DAEYANG ELECTRIC CO.,LTD
Manufactures electrical equipment for marine, naval, and in…
|
108380 | KR | Manufacturing |
|
Daido Signal Co.,Ltd.
Specialized manufacturer of railway signal safety devices a…
|
6743 | JP | Manufacturing |
|
De Nora India Limited
Designs and manufactures electrochemical products for water…
|
DENORA | IN | Manufacturing |
|
DEWHURST GROUP PLC
Global supplier of components for the lift, transport, and …
|
DWHA | GB | Manufacturing |
|
Dongguan Aohai Technology Co., Ltd.
Develops power supply solutions for mobile devices, IoT, an…
|
002993 | CN | Manufacturing |
|
Doosan Fuel Cell Co., Ltd.
Develops and manufactures fuel cells for power generation a…
|
336260 | KR | Manufacturing |
|
Endymed Ltd.
Develops radiofrequency-based aesthetic systems for profess…
|
ENDY | IL | 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.