China Chippacking Technology Co.,Ltd. — Investor Relations & Filings
About China Chippacking Technology Co.,Ltd.
China Chippacking Technology Co.,Ltd. specializes in the research, development, and provision of integrated circuit packaging and testing services. The company offers a comprehensive range of assembly solutions, including packaging formats such as SOP, DIP, QFP, QFN, and SOT series. Core operations focus on high-precision chip encapsulation and rigorous functional testing to ensure reliability across diverse applications. The company provides technical support for sectors including consumer electronics, telecommunications, industrial automation, and automotive systems. By leveraging automated production lines and quality management systems, it delivers scalable manufacturing capabilities and customized designs to meet evolving technical requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 气派科技股份有限公司关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-04-27 | Chinese | |
| 气派科技股份有限公司气派科技未来三年(2026年-2028年)股东分红回报规划 | 2026-04-27 | Chinese | |
| 气派科技股份有限公司2026年第一季度报告 | 2026-04-27 | Chinese | |
| 北京市天元律师事务所关于气派科技股份有限公司2025年年度股东会的法律意见 | 2026-04-23 | Chinese | |
| 气派科技股份有限公司2025年年度股东会决议公告 | 2026-04-23 | Chinese | |
| 气派科技股份有限公司关于2023年限制性股票激励计划第二个解除限售期解除限售暨股票上市流通公告 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37958605 | 气派科技股份有限公司关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-04-27 | Chinese | ||
| 37958593 | 气派科技股份有限公司气派科技未来三年(2026年-2028年)股东分红回报规划 | 2026-04-27 | Chinese | ||
| 37958572 | 气派科技股份有限公司2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 37958571 | 北京市天元律师事务所关于气派科技股份有限公司2025年年度股东会的法律意见 | 2026-04-23 | Chinese | ||
| 37958552 | 气派科技股份有限公司2025年年度股东会决议公告 | 2026-04-23 | Chinese | ||
| 37958544 | 气派科技股份有限公司关于2023年限制性股票激励计划第二个解除限售期解除限售暨股票上市流通公告 | 2026-04-10 | Chinese | ||
| 37958541 | 气派科技股份有限公司2025年年度股东会会议资料 | 2026-04-10 | Chinese | ||
| 37958535 | 气派科技股份有限公司关于召开2025年年度股东会的通知 | 2026-04-01 | Chinese | ||
| 37958520 | 气派科技股份有限公司关于回购注销2023年员工持股计划部分股份的公告 | 2026-04-01 | Chinese | ||
| 37958518 | 气派科技股份有限公司关于回购注销部分股份减少注册资本暨通知债权人的公告 | 2026-04-01 | Chinese | ||
| 37958513 | 气派科技股份有限公司关于2025年度利润分配方案公告 | 2026-04-01 | Chinese | ||
| 37958511 | 气派科技股份有限公司章程(2026年3月) | 2026-04-01 | Chinese | ||
| 37958508 | 气派科技股份有限公司独立董事2025年独立董事述职报告(常军锋) | 2026-04-01 | Chinese | ||
| 37958507 | 气派科技股份有限公司2025年度内部控制评价报告 | 2026-04-01 | Chinese | ||
| 37958506 | 气派科技股份有限公司独立董事2025年独立董事述职报告(任振川) | 2026-04-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Apex International Co., Ltd.
Produces multi-layer PCBs for consumer, computing, and auto…
|
4927 | TW | Manufacturing |
|
AP Memory Technology Corporation
Fabless semiconductor firm specializing in customized memor…
|
6531 | TW | Manufacturing |
|
APT Electronics Co., Ltd.
Integrates advanced LED technology into intelligent vision …
|
2551 | HK | Manufacturing |
|
Arizon RFID Technology
Global designer and manufacturer of high-performance RFID i…
|
6863 | TW | Manufacturing |
|
Artificial Electronics Intelligent Material Limited
Develops advanced functional and intelligent materials for …
|
526443 | IN | Manufacturing |
|
ASE Technology Holding Co., Ltd.
Provider of semiconductor manufacturing services specializi…
|
ASX | TW | Manufacturing |
|
ASE Technology Holding Co., Ltd.
Global provider of semiconductor packaging, testing, and ma…
|
3711 | TW | Manufacturing |
|
Asia Vital Components Co., Ltd.
Global provider of thermal management solutions and cooling…
|
3017 | TW | Manufacturing |
|
ASMedia Technology Inc
Designs and develops high-speed interface ICs for computing…
|
5269 | TW | Manufacturing |
|
Aspocomp Group Oyj
Manufacturer of advanced Printed Circuit Boards for demandi…
|
ACG1V | FI | Manufacturing |
China Chippacking 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/58245/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58245 | 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=58245 | 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=58245 \ -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": 58245}, 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 China Chippacking Technology Co.,Ltd. (id: 58245)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.