
Guangdong Mingyang Electric Co., Ltd. — Investor Relations & Filings
Guangdong Mingyang Electric Co., Ltd. specializes in the research, development, manufacturing, and distribution of high-end power transmission and distribution equipment. The company's core product portfolio includes intelligent prefabricated substations, high and low voltage switchgear, and a wide range of energy-efficient transformers, such as dry-type and oil-immersed models. Mingyang Electric focuses on providing integrated power solutions for renewable energy sectors, particularly offshore and onshore wind power, solar energy, and energy storage systems. Its products are also widely utilized in infrastructure projects, industrial facilities, and smart grid applications. The company emphasizes technological innovation, focusing on digitalization and green energy efficiency to support the global transition toward sustainable power systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东部分股份解除质押及新增质押的公告 | 2026-05-25 | Chinese | |
| 北京市中伦(深圳)律师事务所关于广东明阳电气股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-21 | Chinese | |
| 关于控股股东及其一致行动人持股比例被动稀释触及1%整数倍的权益变动公告 | 2026-05-12 | Chinese | |
| 关于股东股份减持计划实施完成的公告 | 2026-05-07 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于广东明阳电气股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-28 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47007440 | 关于控股股东部分股份解除质押及新增质押的公告 | 2026-05-25 | Chinese | ||
| 46726270 | 北京市中伦(深圳)律师事务所关于广东明阳电气股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 46726281 | 2025年年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 45241188 | 关于控股股东及其一致行动人持股比例被动稀释触及1%整数倍的权益变动公告 | 2026-05-12 | Chinese | ||
| 44275498 | 关于股东股份减持计划实施完成的公告 | 2026-05-07 | Chinese | ||
| 39398627 | 申万宏源证券承销保荐有限责任公司关于广东明阳电气股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-28 | Chinese | ||
| 39398621 | 2025年度内部控制审计报告 | 2026-04-28 | Chinese | ||
| 39398599 | 北京大成(广州)律师事务所关于公司2024年股票期权激励计划注销部分股票期权及第一个行权期行权条件成就的法律意见书 | 2026-04-28 | Chinese | ||
| 39398592 | 关于2024年股票期权激励计划第一个行权期行权条件成就的公告 | 2026-04-28 | Chinese | ||
| 39398586 | 关于使用部分闲置募集资金暂时补充流动资金的公告 | 2026-04-28 | Chinese | ||
| 39398579 | 第二届董事会第十六次会议决议公告 | 2026-04-28 | Chinese | ||
| 39398571 | 关于会计师事务所2025年度履职情况评估及董事会审计委员会履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 39398568 | 董事会对独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | ||
| 39398560 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 39398532 | 2025年年度报告 | 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 |
|
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 |
Guangdong Mingyang 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/56209/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56209 | 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=56209 | 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=56209 \ -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": 56209}, 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 Guangdong Mingyang Electric Co., Ltd. (id: 56209)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.