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 |
|---|---|---|---|
|
AJIN ELECTRONIC COMPONENTS CO.,LTD
Manufacturer of electronic components for electric and hydr…
|
009320 | KR | Manufacturing |
|
Alchip Technologies, Limited
Global provider of silicon design and production services f…
|
3661 | TW | Manufacturing |
|
ALi Corporation
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 |
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.