
Sieyuan Electric Co., Ltd. — Investor Relations & Filings
Sieyuan Electric Co., Ltd. designs and manufactures equipment for power transmission and distribution. Its product portfolio includes high-voltage switchgear, power transformers, instrument transformers, reactors, and capacitors. The company also develops power electronic solutions, such as Static Var Generators (SVG) and STATCOM systems, to enhance grid stability and power quality. Additionally, it provides substation automation and monitoring systems. Sieyuan Electric serves utility operators, renewable energy projects, and industrial sectors globally, focusing on the delivery of integrated technical solutions for electrical infrastructure. The company maintains a strong emphasis on research and development to support grid modernization and the transition to sustainable energy systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2025年度股东会的通知 | 2026-06-03 | Chinese | |
| 关于开展商品期货套期保值业务的公告 | 2026-06-03 | Chinese | |
| 关于控股子公司江苏省如高高压电器有限公司-产能扩充建设项目投资的公告 | 2026-06-03 | Chinese | |
| 关于修订《公司章程》的公告 | 2026-06-03 | Chinese | |
| 第八届董事会第二十九次会议决议公告 | 2026-06-03 | Chinese | |
| 关于回购公司股份的进展公告 | 2026-06-02 | Chinese |
Browse filings by year
23 years- 2026 20 filings
- 2025 93 filings
- 2024 83 filings
- 2023 96 filings
- 2022 72 filings
- 2021 72 filings
- 2020 94 filings
- 2019 73 filings
- 2018 89 filings
- 2017 98 filings
- 2016 72 filings
- 2015 56 filings
- 2014 73 filings
- 2013 73 filings
- 2012 76 filings
- 2011 46 filings
- 2010 66 filings
- 2009 56 filings
- 2008 94 filings
- 2007 96 filings
- 2006 66 filings
- 2005 64 filings
- 2004 28 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47960016 | 关于召开2025年度股东会的通知 | 2026-06-03 | Chinese | ||
| 47959947 | 关于开展商品期货套期保值业务的公告 | 2026-06-03 | Chinese | ||
| 47959828 | 关于控股子公司江苏省如高高压电器有限公司-产能扩充建设项目投资的公告 | 2026-06-03 | Chinese | ||
| 47959827 | 关于修订《公司章程》的公告 | 2026-06-03 | Chinese | ||
| 47959459 | 第八届董事会第二十九次会议决议公告 | 2026-06-03 | Chinese | ||
| 47942179 | 关于回购公司股份的进展公告 | 2026-06-02 | Chinese | ||
| 46344112 | 高级管理人员股份减持计划的预披露公告 | 2026-05-14 | Chinese | ||
| 44380393 | 2025年年度审计报告 | 2026-04-17 | Chinese | ||
| 44380388 | 2025年年度报告摘要 | 2026-04-17 | Chinese | ||
| 44380384 | 2025年度独立董事述职报告(赵世君) | 2026-04-17 | Chinese | ||
| 44380379 | 上市公司非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-17 | Chinese | ||
| 44380376 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | ||
| 34821245 | 2025年度内部控制评价报告 | 2026-04-17 | Chinese | ||
| 44380373 | 关于回购公司股份的进展公告 | 2026-04-02 | Chinese | ||
| 44380371 | 关于回购公司股份的进展公告 | 2026-03-03 | 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 |
|---|---|---|---|
|
Shenzhen Sinexcel Electric Co.,Ltd
Power electronics for power quality, EV charging, energy st…
|
300693 | CN | Manufacturing |
|
Shenzhen SOFARSOLAR Co., Ltd.
Specializes in solar PV inverters, energy storage solutions…
|
301658 | CN | Manufacturing |
|
SHENZHEN TOPBAND CO., LTD.
Develops intelligent controllers, motors, and lithium batte…
|
002139 | CN | Manufacturing |
|
Shenzhen VAPEL Power Supply Technology Co., Ltd.
Develops high-performance power supplies and converters for…
|
301516 | CN | Manufacturing |
|
Shenzhen V&T Technologies Co., Ltd.
Develops motor control and power electronics for industrial…
|
300484 | CN | Manufacturing |
|
ShiJiaZhuang Kelin Electric Co., Ltd.
Manufactures smart grid equipment, power distribution, and …
|
603050 | CN | Manufacturing |
|
Shilchar Technologies Ltd.
Manufacturer of power and distribution transformers for ren…
|
SHILCTECH | IN | Manufacturing |
|
Shivalic Power Control Limited
Designs and manufactures LT and HT electrical panels for in…
|
SPCL | IN | Manufacturing |
|
SHIZUKI ELECTRIC COMPANY INC.
Manufacturer of capacitors, PFC systems, and related electr…
|
6994 | JP | Manufacturing |
|
Shoals Technologies Group, Inc.
Provider of Electrical Balance of Systems (EBOS) for solar,…
|
SHLS | US | Manufacturing |
Sieyuan Electric 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/54091/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54091 | 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=54091 | 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=54091 \ -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": 54091}, 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 Sieyuan Electric Co., Ltd. (id: 54091)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.