
SUZHOU HYC TECHNOLOGY CO.,LTD — Investor Relations & Filings
SUZHOU HYC TECHNOLOGY CO.,LTD. specializes in the research, development, and manufacturing of industrial automatic testing equipment and integrated solutions. The company focuses on providing high-precision testing systems for flat panel displays, semiconductors, and automotive electronics. Its product portfolio includes array, Open Cell, and module testing equipment for OLED and LCD technologies, alongside advanced semiconductor testing platforms for SoC and analog integrated circuits. HYC also develops functional testing systems for wearable devices and components used in new energy vehicles. By leveraging integrated optical, mechanical, electrical, and software technologies, the company provides automated quality control and production efficiency tools for global electronics manufacturing processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华兴源创:关于部分已回购股份减持计划的进展公告 | 2026-02-02 | Chinese | |
| 华兴源创:2025年年度业绩预盈预告 | 2026-01-30 | Chinese | |
| 华兴源创:关于“华兴转债”转股价格调整暨转股停牌的公告 | 2026-01-29 | Chinese | |
| 华兴源创:2024年员工持股计划未解锁股份回购注销实施公告 | 2026-01-26 | Chinese | |
| 华兴源创:股东减持股份结果公告 | 2026-01-18 | Chinese | |
| 华兴源创:关于“华兴转债”转股结果暨股份变动的公告 | 2026-01-05 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 39063765 | 华兴源创:关于部分已回购股份减持计划的进展公告 | 2026-02-02 | Chinese | ||
| 39063755 | 华兴源创:2025年年度业绩预盈预告 | 2026-01-30 | Chinese | ||
| 39063751 | 华兴源创:关于“华兴转债”转股价格调整暨转股停牌的公告 | 2026-01-29 | Chinese | ||
| 39063748 | 华兴源创:2024年员工持股计划未解锁股份回购注销实施公告 | 2026-01-26 | Chinese | ||
| 39063741 | 华兴源创:股东减持股份结果公告 | 2026-01-18 | Chinese | ||
| 39063732 | 华兴源创:关于“华兴转债”转股结果暨股份变动的公告 | 2026-01-05 | Chinese | ||
|
2025
9 filings
| |||||
| 39063727 | 华兴源创:关于2025年员工持股计划完成非交易过户的公告 | 2025-12-31 | Chinese | ||
| 39063722 | 华兴源创:2025年员工持股计划第一次持有人会议决议公告 | 2025-12-31 | Chinese | ||
| 39063710 | 华兴源创:关于集中竞价减持部分已回购股份的计划公告 | 2025-12-30 | Chinese | ||
| 39063700 | 华兴源创:关于可转换公司债券2025年度付息的公告 | 2025-11-24 | Chinese | ||
| 39063691 | 华兴源创:关于调整公司2025年员工持股计划持有人份额的公告 | 2025-11-21 | Chinese | ||
| 39063688 | 华兴源创:上海市通力律师事务所关于公司2025年第一次临时股东大会的法律意见书 | 2025-11-19 | Chinese | ||
| 39063646 | 华兴源创:关于董事辞任暨选举职工代表董事及补选董事会专门委员会委员的公告 | 2025-11-19 | Chinese | ||
| 39063630 | 华兴源创:2025年员工持股计划 | 2025-11-19 | Chinese | ||
| 39063624 | 华兴源创:关于回购注销公司2024年员工持股计划未解锁股份并减少公司注册资本暨通知债权人的公告 | 2025-11-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
SUZHOU HYC 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/58060/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58060 | 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=58060 | 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=58060 \ -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": 58060}, 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 HYC TECHNOLOGY CO.,LTD (id: 58060)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.