
Gch Technology Co.,Ltd. — Investor Relations & Filings
Gch Technology Co., Ltd. specializes in the research, development, and manufacturing of power semiconductor devices and discrete components. Its product portfolio includes MOSFETs, diodes, transistors, and power management integrated circuits (ICs). These components are engineered for integration into consumer electronics, industrial control systems, automotive electronics, and telecommunications equipment. The company emphasizes high-performance, energy-efficient solutions and maintains a focus on advanced manufacturing processes to ensure product reliability. By providing a diverse range of electronic components, Gch Technology supports various applications in power conversion, signal switching, and circuit protection for a global market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第三届董事会第十六次会议决议公告 | 2026-05-22 | Chinese | |
| 关于公司2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 北京市竞天公诚律师事务所关于呈和科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 关于注销回购股份减少注册资本暨通知债权人的公告 | 2026-05-20 | Chinese | |
| 中信证券股份有限公司关于呈和科技股份有限公司持续督导保荐总结报告书 | 2026-05-18 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867161 | 第三届董事会第十六次会议决议公告 | 2026-05-22 | Chinese | ||
| 46702300 | 关于公司2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-20 | Chinese | ||
| 46701538 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46701433 | 北京市竞天公诚律师事务所关于呈和科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46700500 | 关于注销回购股份减少注册资本暨通知债权人的公告 | 2026-05-20 | Chinese | ||
| 46513317 | 中信证券股份有限公司关于呈和科技股份有限公司持续督导保荐总结报告书 | 2026-05-18 | Chinese | ||
| 46513277 | 关于参加十五五·绿色科创——科创板企业低碳转型与绿色发展之2025年度新材料行业集体业绩说明会暨2026年第一季度业绩说明会的公告 | 2026-05-18 | Chinese | ||
| 46513255 | 中信证券股份有限公司关于呈和科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-18 | Chinese | ||
| 46343990 | 2025年年度股东会会议资料 | 2026-05-14 | Chinese | ||
| 46343779 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划激励对象名单的核查意见及公示情况说明 | 2026-05-14 | Chinese | ||
| 45773842 | 中信证券股份有限公司关于呈和科技股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-13 | Chinese | ||
| 45017738 | 关于2025年年度股东会增加临时提案的公告 | 2026-05-11 | Chinese | ||
| 40054561 | 关于召开2025年年度股东会的通知 | 2026-04-29 | Chinese | ||
| 40054551 | 薪酬与考核委员会工作细则 | 2026-04-29 | Chinese | ||
| 40054538 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Galaxycore Inc.
Fabless designer of CMOS image sensors and display driver i…
|
688728 | CN | Manufacturing |
|
GAONCHIPS CO., LTD.
A system semiconductor design house offering turnkey SoC de…
|
399720 | KR | Manufacturing |
|
GBM
Provides PCB manufacturing and EMS for IT, automotive, and …
|
6191 | TW | Manufacturing |
|
GCE
Global manufacturer of advanced multilayer PCBs for AI serv…
|
2368 | TW | Manufacturing |
|
GCT Semiconductor Holding, Inc.
Fabless semiconductor firm that designs and supplies 4G LTE…
|
GCTS | US | Manufacturing |
|
GEM
Specialized OSAT provider for power semiconductor assembly …
|
6525 | TW | Manufacturing |
|
Generalplus
Designs MCUs and SoC solutions for toys, wearables, and aut…
|
4952 | TW | Manufacturing |
|
Genes Tech Group Holdings Company Limited
Delivers comprehensive turnkey service solutions and lifecy…
|
8257 | HK | Manufacturing |
|
GEOMATEC CO.,LTD.
A manufacturer specializing in high-performance thin-film t…
|
6907 | JP | Manufacturing |
|
GE-SHEN CORPORATION BHD
Contract manufacturer specializing in precision plastic inj…
|
— | MY | Manufacturing |
Gch 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/58545/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58545 | 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=58545 | 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=58545 \ -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": 58545}, 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 Gch Technology Co.,Ltd. (id: 58545)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.