
HEXING ELECTRICAL CO.,LTD. — Investor Relations & Filings
Hexing Electrical Co., Ltd. provides integrated smart energy products and digital solutions for global utility and industrial sectors. The company’s core portfolio includes advanced metering infrastructure (AMI) for electricity, water, and gas, alongside smart distribution automation systems and microgrid solutions. It develops hardware such as smart meters and data concentrators, complemented by cloud-based energy management software and IoT platforms. Hexing also offers renewable energy solutions, including solar power systems and energy storage technologies, to facilitate grid modernization and carbon neutrality. By focusing on end-to-end digital transformation, the company enables utilities to optimize resource management, improve operational efficiency, and integrate decentralized energy resources into existing infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 杭州海兴电力科技股份有限公司董事会审计委员会对会计师事务所履行监督职责的情况报告 | 2026-04-20 | Chinese | |
| 杭州海兴电力科技股份有限公司关于董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-20 | Chinese | |
| 杭州海兴电力科技股份有限公司对会计师事务所履职情况评估报告 | 2026-04-20 | Chinese | |
| 宁波泽联科技有限公司审计报告 | 2026-04-20 | Chinese | |
| 杭州海兴电力科技股份有限公司2025年度内部控制审计报告 | 2026-04-20 | Chinese | |
| 杭州海兴电力科技股份有限公司第五届董事会第九次会议决议公告 | 2026-04-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37668442 | 杭州海兴电力科技股份有限公司董事会审计委员会对会计师事务所履行监督职责的情况报告 | 2026-04-20 | Chinese | ||
| 37668441 | 杭州海兴电力科技股份有限公司关于董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-20 | Chinese | ||
| 37668414 | 杭州海兴电力科技股份有限公司对会计师事务所履职情况评估报告 | 2026-04-20 | Chinese | ||
| 37668413 | 宁波泽联科技有限公司审计报告 | 2026-04-20 | Chinese | ||
| 37668322 | 杭州海兴电力科技股份有限公司2025年度内部控制审计报告 | 2026-04-20 | Chinese | ||
| 37668278 | 杭州海兴电力科技股份有限公司第五届董事会第九次会议决议公告 | 2026-04-20 | Chinese | ||
| 37668267 | 杭州海兴电力科技股份有限公司关于2025年度利润分配预案的公告 | 2026-04-20 | Chinese | ||
| 37668256 | 杭州海兴电力科技股份有限公司关于开展外汇套期保值业务的公告 | 2026-04-20 | Chinese | ||
| 37668254 | 杭州海兴电力科技股份有限公司关于对外提供担保的公告 | 2026-04-20 | Chinese | ||
| 37668250 | 杭州海兴电力科技股份有限公司独立董事2025年度述职报告(魏美钟) | 2026-04-20 | Chinese | ||
| 37668241 | 杭州海兴电力科技股份有限公司关于续聘会计师事务所的公告 | 2026-04-20 | Chinese | ||
| 37668222 | 杭州海兴电力科技股份有限公司2025年度环境、社会及治理(ESG)报告(英文版) | 2026-04-20 | English | ||
| 37667319 | 杭州海兴电力科技股份有限公司2025年年度报告 | 2026-04-20 | Chinese | ||
| 37667316 | 杭州海兴电力科技股份有限公司2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 37667315 | 杭州海兴电力科技股份有限公司关于开展外汇套期保值业务的可行性分析报告 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
武汉蓝电
Specializes in high-precision battery testing systems and p…
|
920779 | CN | Manufacturing |
|
海希通讯
Develops and manufactures industrial wireless control and r…
|
920405 | CN | Manufacturing |
|
海能技术
Develops high-precision scientific analytical instruments a…
|
920476 | CN | Manufacturing |
|
灿能电力
Develops power quality monitoring and governance solutions …
|
920299 | CN | Manufacturing |
|
精创电气
Develops environmental monitoring and thermal management so…
|
920035 | CN | Manufacturing |
|
联讯仪器
Provides high-end optoelectronic testing and measurement eq…
|
688808 | CN | Manufacturing |
|
莱赛激光
Manufactures high-precision laser measurement tools for con…
|
920363 | CN | Manufacturing |
|
视声智能
Develops KNX-based building automation, smart home, and hea…
|
920976 | CN | Manufacturing |
|
铁大科技
Develops railway signaling, communication, and AI-driven sa…
|
920541 | CN | Manufacturing |
|
雅达股份
Provides intelligent power distribution, energy management,…
|
920556 | CN | Manufacturing |
HEXING ELECTRICAL 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/57702/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57702 | 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=57702 | 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=57702 \ -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": 57702}, 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 HEXING ELECTRICAL CO.,LTD. (id: 57702)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.