
Shenzhen CDL Precision Technology Co., Ltd. — Investor Relations & Filings
Shenzhen CDL Precision Technology Co., Ltd. specializes in the research, development, design, and manufacturing of precision structural components and functional parts. The company primarily serves the consumer electronics sector, providing critical components for devices such as smartphones, tablets, smart wearables, and notebook computers. Its core technical capabilities include high-precision CNC machining, metal stamping, injection molding, and advanced surface treatment processes. CDL focuses on delivering integrated solutions that combine diverse materials, including metals, plastics, and composite materials, to meet the rigorous aesthetic and functional requirements of global technology brands. By leveraging automated production lines and sophisticated quality control systems, the company ensures high-volume output with consistent precision, supporting the rapid product lifecycles of the modern electronics industry.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 广东信达律师事务所关于深圳市智动力精密技术股份有限公司2025年年度股东会法律意见书 | 2026-05-21 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-21 | Chinese | |
| 关于回购公司股份的进展公告 | 2026-05-07 | Chinese | |
| 关于实际控制人及时任高级管理人员收到中国证券监督管理委员会行政处罚决定书的公告 | 2025-12-26 | Chinese | |
| 关于回购公司股份的进展公告 | 2025-12-02 | Chinese | |
| 关于实际控制人及时任高级管理人员收到中国证券监督管理委员会行政处罚事先告知书的公告 | 2025-11-21 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
3 filings
| |||||
| 46730648 | 广东信达律师事务所关于深圳市智动力精密技术股份有限公司2025年年度股东会法律意见书 | 2026-05-21 | Chinese | ||
| 46730645 | 2025年年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 44273466 | 关于回购公司股份的进展公告 | 2026-05-07 | Chinese | ||
|
2025
12 filings
| |||||
| 37906970 | 关于实际控制人及时任高级管理人员收到中国证券监督管理委员会行政处罚决定书的公告 | 2025-12-26 | Chinese | ||
| 37906967 | 关于回购公司股份的进展公告 | 2025-12-02 | Chinese | ||
| 37906965 | 关于实际控制人及时任高级管理人员收到中国证券监督管理委员会行政处罚事先告知书的公告 | 2025-11-21 | Chinese | ||
| 37906964 | 关于回购公司股份比例达到总股本1%的进展公告 | 2025-11-17 | Chinese | ||
| 37906954 | 关于回购公司股份的进展公告 | 2025-11-04 | Chinese | ||
| 37906941 | 第五届董事会第六次会议决议公告 | 2025-10-27 | Chinese | ||
| 37906930 | 关于公司聘任副总经理、财务总监的公告 | 2025-10-27 | Chinese | ||
| 37906922 | 关于公司认购基金对外投资进展公告 | 2025-10-24 | Chinese | ||
| 37906918 | 2025年三季度报告 | 2025-10-22 | Chinese | ||
| 37906913 | 第五届董事会第五次会议决议公告 | 2025-10-22 | Chinese | ||
| 37906903 | 关于2025年限制性股票激励计划第一类限制性股票首次授予登记完成的公告(回购股份) | 2025-10-15 | Chinese | ||
| 37906888 | 关于回购公司股份的进展公告 | 2025-10-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Jiangsu Lettall Electronic Co.,Ltd.
Manufactures precision structural components and electronic…
|
603629 | CN | Manufacturing |
|
Jiangsu Rijiu Optoelectronics Jointstock Co.,Ltd
Manufactures flexible optical films and ITO conductive mate…
|
003015 | CN | Manufacturing |
|
Jiangsu Smartwin Electronics Technology Co.,Ltd.
Specializes in the R&D and manufacturing of LCD, LCM, and O…
|
301106 | CN | Manufacturing |
|
Jiangsu Xiechang Electronic Technology Group Co., Ltd.
Develops motor control systems and power semiconductors for…
|
301418 | CN | Manufacturing |
|
Jiangsu Xiehe Electronic Co.,Ltd.
Produces high-precision PCBs for automotive, telecom, and i…
|
605258 | CN | Manufacturing |
|
JIANGSU ZONGYI CO.,LTD
Focuses on integrated circuits, solar power, and strategic …
|
600770 | CN | Manufacturing |
|
Jiangxi Firstar Panel Technology Co.,Ltd.
Manufactures touch display components, precision glass, and…
|
300256 | CN | Manufacturing |
|
JIANGXI LIAN CHUANG OPTOELECTRONIC SCIENCE AND TECHNOLOGY CO.,LTD.
Produces optoelectronic components, LED modules, lasers, an…
|
600363 | CN | Manufacturing |
|
JIANGXI REDBOARD TECHNOLOGY CO.,LTD.
Specializes in high-precision PCB and HDI manufacturing for…
|
603459 | CN | Manufacturing |
|
Jiangxi Welgao Electronics Co., Ltd.
Specializes in high-precision PCB manufacturing and customi…
|
301251 | CN | Manufacturing |
Shenzhen CDL Precision 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/55665/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55665 | 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=55665 | 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=55665 \ -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": 55665}, 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 Shenzhen CDL Precision Technology Co., Ltd. (id: 55665)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.