HEXING ELECTRICAL CO.,LTD. — Investor Relations & Filings
About HEXING ELECTRICAL CO.,LTD.
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 |
|---|---|---|---|
|
ANRITSU CORPORATION
Global provider of test & measurement solutions and quality…
|
6754 | JP | Manufacturing |
|
Apator S.A.
Designs and manufactures metering devices and systems for e…
|
APT | PL | Manufacturing |
|
Aplab Ltd.
Manufactures professional electronic equipment, power syste…
|
890217 | IN | Manufacturing |
|
Aplisens S.A.
Manufacturer of process instrumentation and industrial meas…
|
APN | PL | Manufacturing |
|
Apollo Micro Systems Limited
Mission-critical electronics and electro-mechanical systems…
|
APOLLO | IN | Manufacturing |
|
Aptiv PLC
A technology company that designs and manufactures solution…
|
APTV | JE | Manufacturing |
|
Arad Ltd.
Global provider of water measurement and management solutio…
|
ARD | IL | Manufacturing |
|
Arbe Robotics Ltd.
Provider of 4D imaging radar solutions for driver-assist an…
|
ARBE | IL | Manufacturing |
|
Arch Meter Corporation
Designs and manufactures electronic power meters and smart …
|
4588 | TW | Manufacturing |
|
Aryt Industries Ltd.
Holding company that develops and markets electronic fuses …
|
ARYT | IL | 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.