
China Chippacking Technology Co.,Ltd. — Investor Relations & Filings
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 |
Browse filings by year
6 years| 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 |
|---|---|---|---|
|
Jinlong Machinery & Electronic Co.,Ltd
Specializes in micro-motors and precision components for ha…
|
300032 | CN | Manufacturing |
|
JMC ELECTRONICS CO., LTD.
Manufacturer of high-end Chip on Film substrates and IC car…
|
6552 | TW | Manufacturing |
|
JNB Co.,Ltd
Manufactures semiconductor materials, equipment, and indust…
|
452160 | KR | Manufacturing |
|
JNTC CO.,LTD.
Manufactures tempered glass and connectors for the electron…
|
204270 | KR | Manufacturing |
|
JonDeTech Sensors AB
Develops and manufactures silicon-based IR sensors for temp…
|
JDT | SE | Manufacturing |
|
JONES TECH PLC
Provides thermal management and EMI shielding solutions for…
|
300684 | CN | Manufacturing |
|
Jonhon Optronic Technology Co.,Ltd
Manufacturer of high-reliability optical, electrical, and f…
|
002179 | CN | Manufacturing |
|
JOULWATT TECHNOLOGY CO., LTD.
Designs high-performance analog and mixed-signal ICs for po…
|
688141 | CN | Manufacturing |
|
JPC Connectivity Inc.
Manufacturer of high-speed connectivity for AI servers, dat…
|
6197 | TW | Manufacturing |
|
Juneway Electronic Technology Co., Ltd.
Manufacturer of connectors, cable assemblies, and custom wi…
|
301458 | CN | 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.