
许昌智能 — Investor Relations & Filings
Xuchang Intelligent specializes in the research, development, and manufacturing of smart grid equipment and power distribution automation systems. The company provides a comprehensive range of products, including intelligent relays, distribution automation terminals, smart energy meters, and power quality monitoring devices. Its core offerings extend to integrated substation automation systems and energy management platforms designed to enhance grid reliability and efficiency. Serving utility providers, industrial facilities, and renewable energy projects, the company focuses on delivering digital solutions for power distribution and energy conservation. By integrating advanced sensing and control technologies, Xuchang Intelligent supports the modernization of electrical infrastructure and the integration of distributed energy resources.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 许昌智能继电器股份有限公司2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-28 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-04-28 | Chinese | |
| 2025年度环境、社会和公司治理报告(英文版) | 2026-04-28 | English | |
| 2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-28 | Chinese | |
| 拟续聘2026年度会计师事务所公告 | 2026-04-28 | Chinese | |
| 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-28 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39712384 | 许昌智能继电器股份有限公司2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-28 | Chinese | ||
| 39712328 | 董事、高级管理人员薪酬管理制度 | 2026-04-28 | Chinese | ||
| 39712307 | 2025年度环境、社会和公司治理报告(英文版) | 2026-04-28 | English | ||
| 39711958 | 2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-28 | Chinese | ||
| 39711951 | 拟续聘2026年度会计师事务所公告 | 2026-04-28 | Chinese | ||
| 39711941 | 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 39711932 | 国联民生证券承销保荐有限公司关于许昌智能继电器股份有限公司部分募集资金投资项目调整建设内容和总投资额及新增实施地点、实施主体同时使用部分募集资金向全资子公司借款实施募投项目的核查意见 | 2026-04-28 | Chinese | ||
| 39711923 | 使用闲置募集资金现金管理公告 | 2026-04-28 | Chinese | ||
| 39711909 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-28 | Chinese | ||
| 39711896 | 关于部分募集资金投资项目调整建设内容和总投资额及新增实施地点、实施主体同时使用部分募集资金向全资子公司借款实施募投项目的公告 | 2026-04-28 | Chinese | ||
| 39711886 | 国联民生证券承销保荐有限公司关于许昌智能继电器股份有限公司的2025年度持续督导跟踪报告 | 2026-04-28 | Chinese | ||
| 39711878 | 关于召开2025年年度股东会通知公告(提供网络投票) | 2026-04-28 | Chinese | ||
| 39711871 | 2025年度内部控制自我评价报告 | 2026-04-28 | Chinese | ||
| 39711862 | 2025年度独立董事述职报告(孙建华) | 2026-04-28 | Chinese | ||
| 39711852 | 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 |
|---|---|---|---|
|
WEG SA
Global manufacturer of electric motors, automation, and ren…
|
— | BR | Manufacturing |
|
Wenzhou Hongfeng Electrical Alloy Co.,Ltd.
Develops and manufactures electrical contact materials and …
|
300283 | CN | Manufacturing |
|
WETOWN ELECTRIC GROUP CO., LTD.
Specializes in electrical distribution equipment, busway sy…
|
688226 | CN | Manufacturing |
|
WindowMaster International A/S
Develops facade automation for natural and smoke ventilatio…
|
WMA | DK | Manufacturing |
|
Windsun Science Technology Co.,Ltd.
Manufactures high-power electronics for power quality and e…
|
688663 | CN | Manufacturing |
|
Wiscom System Co., Ltd.
Develops automation and IT solutions for power systems, sma…
|
002090 | CN | Manufacturing |
|
Wolong Electric Group Co.,Ltd.
Global manufacturer of electric motors, drive control solut…
|
600580 | CN | Manufacturing |
|
WOLONG NEW ENERGY GROUP CO., LTD.
Develops power electronics, energy storage systems, and EV …
|
600173 | CN | Manufacturing |
|
Woori Technology, Incorporation
Develops and manufactures monitoring and control systems fo…
|
032820 | KR | Manufacturing |
|
Wuxi New Hongtai Electrical Technology Co.,Ltd
Manufactures power transmission components, insulating mate…
|
603016 | CN | 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/58849/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58849 | 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=58849 | 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=58849 \ -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": 58849}, 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: 58849)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.