Henan Pinggao Electric Co.,Ltd — Investor Relations & Filings
About Henan Pinggao Electric Co.,Ltd
Henan Pinggao Electric Co.,Ltd. specializes in the research, development, manufacturing, and sale of high-voltage, ultra-high-voltage, and extra-high-voltage power transmission and distribution equipment. The company's core product portfolio includes gas-insulated switchgear (GIS), circuit breakers, disconnectors, and earthing switches ranging from 72.5kV to 1100kV. It is a key supplier for large-scale power grid projects, providing integrated solutions for power plants and substations. The firm focuses on technological innovation in power system reliability and efficiency, maintaining advanced manufacturing facilities and rigorous testing standards to support global energy infrastructure development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 河南平高电气股份有限公司2025年度内部控制审计报告 | 2026-04-10 | Chinese | |
| 河南平高电气股份有限公司关于计提2025年度信用减值及资产减值准备的公告 | 2026-04-10 | Chinese | |
| 河南平高电气股份有限公司董事及高级管理人员薪酬管理办法 | 2026-04-10 | Chinese | |
| 河南平高电气股份有限公司2025年年度报告摘要 | 2026-04-10 | Chinese | |
| 河南平高电气股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-10 | Chinese | |
| 河南平高电气股份有限公司独立董事2025年度述职报告-何平林 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 40726026 | 河南平高电气股份有限公司2025年度内部控制审计报告 | 2026-04-10 | Chinese | ||
| 40726023 | 河南平高电气股份有限公司关于计提2025年度信用减值及资产减值准备的公告 | 2026-04-10 | Chinese | ||
| 40726022 | 河南平高电气股份有限公司董事及高级管理人员薪酬管理办法 | 2026-04-10 | Chinese | ||
| 40726021 | 河南平高电气股份有限公司2025年年度报告摘要 | 2026-04-10 | Chinese | ||
| 40726018 | 河南平高电气股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-10 | Chinese | ||
| 40725959 | 河南平高电气股份有限公司独立董事2025年度述职报告-何平林 | 2026-04-10 | Chinese | ||
| 40725958 | 河南平高电气股份有限公司关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-10 | Chinese | ||
| 40725955 | 河南平高电气股份有限公司中标公告 | 2026-03-31 | Chinese | ||
| 40725927 | 河南平高电气股份有限公司第九届董事会第十六次会议决议公告 | 2026-03-09 | Chinese | ||
| 40725926 | 河南平高电气股份有限公司关于开展外汇金融衍生业务计划的公告 | 2026-03-09 | Chinese | ||
| 40725924 | 平高电气第九届董事会第十六次会议决议33 | 2026-03-09 | Chinese | ||
|
2025
4 filings
| |||||
| 40725923 | 河南平高电气股份有限公司中标公告 | 2025-12-30 | Chinese | ||
| 40725922 | 河南平高电气股份有限公司外部信息报送和使用管理制度 | 2025-12-26 | Chinese | ||
| 40725920 | 河南平高电气股份有限公司董事会发展战略与ESG委员会工作细则 | 2025-12-26 | Chinese | ||
| 40725917 | 河南平高电气股份有限公司年报信息披露重大差错责任追究制度 | 2025-12-26 | 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 |
Henan Pinggao 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/56640/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56640 | 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=56640 | 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=56640 \ -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": 56640}, 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 Henan Pinggao Electric Co.,Ltd (id: 56640)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.