
Suzhou Hengmingda Electronic Technology Co., Ltd. — Investor Relations & Filings
Suzhou Hengmingda Electronic Technology Co., Ltd. specializes in the design, development, and manufacturing of precision functional parts and structural components. The company’s core product range includes die-cut components, protective films, adhesive tapes, labels, and thermal management materials such as graphite sheets and heat sinks. It also provides electromagnetic interference (EMI) shielding solutions and precision metal parts. The firm serves sectors including consumer electronics, automotive electronics, and telecommunications. Its technical expertise covers high-precision die-cutting, stamping, and automated assembly processes. By focusing on integrated supply chain solutions and advanced manufacturing technologies, the company supports the production requirements of global technology brands for devices such as smartphones, tablets, and wearables.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届董事会第七次会议决议的公告 | 2026-05-26 | Chinese | |
| 关于对外投资的公告 | 2026-05-26 | Chinese | |
| 关于向2026年股票期权激励计划激励对象首次授予股票期权的公告 | 2026-05-15 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年股票期权激励计划调整事项及首次授予激励对象名单的核查意见 | 2026-05-15 | Chinese | |
| 关于调整2026年股票期权激励计划首次授予激励对象名单及行权价格的公告 | 2026-05-15 | Chinese | |
| 第四届董事会独立董事2026年第二次专门会议决议 | 2026-05-15 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47077737 | 第四届董事会第七次会议决议的公告 | 2026-05-26 | Chinese | ||
| 47076977 | 关于对外投资的公告 | 2026-05-26 | Chinese | ||
| 46365438 | 关于向2026年股票期权激励计划激励对象首次授予股票期权的公告 | 2026-05-15 | Chinese | ||
| 46365436 | 董事会薪酬与考核委员会关于公司2026年股票期权激励计划调整事项及首次授予激励对象名单的核查意见 | 2026-05-15 | Chinese | ||
| 46365435 | 关于调整2026年股票期权激励计划首次授予激励对象名单及行权价格的公告 | 2026-05-15 | Chinese | ||
| 46365341 | 第四届董事会独立董事2026年第二次专门会议决议 | 2026-05-15 | Chinese | ||
| 46365330 | 北京市中伦律师事务所关于苏州恒铭达电子科技股份有限公司回购注销2022年部分限制性股票相关事项的法律意见书 | 2026-05-15 | Chinese | ||
| 46365328 | 关于回购注销2022年限制性股票激励计划部分限制性股票及调整回购价格的公告 | 2026-05-15 | Chinese | ||
| 46365327 | 东方财富证券股份有限公司关于苏州恒铭达电子科技股份有限公司2026年股票期权激励计划首次授予相关事项之独立财务顾问报告 | 2026-05-15 | Chinese | ||
| 46364865 | 苏州恒铭达电子科技股份有限公司章程 | 2026-05-15 | Chinese | ||
| 46364864 | 关于调整回购股份价格上限的公告 | 2026-05-15 | Chinese | ||
| 46364534 | 关于修订《公司章程》的公告 | 2026-05-15 | Chinese | ||
| 46364528 | 董事会薪酬与考核委员会关于回购注销2022年限制性股票激励计划部分限制性股票相关事项的核查意见 | 2026-05-15 | Chinese | ||
| 44270123 | 关于回购公司股份的进展公告 | 2026-05-07 | Chinese | ||
| 34821659 | 2026年员工持股计划第一次持有人会议决议公告 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alchip
Global provider of silicon design and production services f…
|
3661 | TW | Manufacturing |
|
ALi
Global provider of digital multimedia SoC solutions for set…
|
3041 | TW | Manufacturing |
|
ALLEGRO MICROSYSTEMS, INC.
Designs and manufactures semiconductor ICs for sensing and …
|
ALGM | US | Manufacturing |
|
Allwinner Technology Co., Ltd.
Fabless semiconductor firm designing high-performance SoCs …
|
300458 | CN | Manufacturing |
|
Alphachips, Inc.
A fabless semiconductor firm providing design services and …
|
117670 | KR | Manufacturing |
|
ALPHA & OMEGA SEMICONDUCTOR Ltd
Designer, developer, and global supplier of a broad range o…
|
AOSL | BM | Manufacturing |
|
Alphawave IP Group PLC
Semiconductor company specializing in high-speed connectivi…
|
AWE | GB | Manufacturing |
|
ALPS ALPINE CO., LTD.
Manufacturer of electronic components and in-vehicle inform…
|
6770 | JP | Manufacturing |
|
ALT Co.,Ltd.
Specializes in back-end processing and testing of non-memor…
|
172670 | KR | Manufacturing |
|
AMBARELLA INC
Fabless semiconductor company designing low-power AI vision…
|
AMBA | KY | Manufacturing |
Suzhou Hengmingda Electronic Technology 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/54938/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54938 | 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=54938 | 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=54938 \ -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": 54938}, 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 Suzhou Hengmingda Electronic Technology Co., Ltd. (id: 54938)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.