
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 |
|---|---|---|---|
|
GUANGDONG CELLWISE MICROELECTRONICS CO., LTD.
Fabless firm specializing in high-performance battery manag…
|
688325 | CN | Manufacturing |
|
Guangdong Champion Asia Electronics Co.,Ltd.
Specializes in high-precision PCB manufacturing, including …
|
603386 | CN | Manufacturing |
|
GUANGDONG ELLINGTON ELECTRONICS TECHNOLOGY CO., LTD.
Manufactures high-precision multi-layer and HDI PCBs for gl…
|
603328 | CN | Manufacturing |
|
GUANGDONG FAITH LONG CRYSTAL TECHNOLOGY CO.,LTD
Manufactures high-precision quartz crystal resonators and o…
|
300460 | CN | Manufacturing |
|
Guangdong Fuxin Technology Co., Ltd.
Specializes in thermoelectric cooling technology and therma…
|
688662 | CN | Manufacturing |
|
Guangdong Ganhua Science & Industry Co., Ltd.
Develops power systems and electronic components for defens…
|
000576 | CN | Manufacturing |
|
GUANGDONG GOWORLD CO., LTD
Develops and manufactures high-precision PCBs, LCDs, and ul…
|
000823 | CN | Manufacturing |
|
GUANGDONG GREEN PRECISION COMPONENTS CO., LTD.
Designs and manufactures precision structural components fo…
|
300968 | CN | Manufacturing |
|
Guangdong Hec Technology Holding Co., Ltd
Produces electronic materials, new energy materials, and ch…
|
600673 | CN | Manufacturing |
|
Guangdong Kingshine Electronic Technology Co.,Ltd.
Manufactures high-precision PCBs and HDI solutions for dive…
|
300903 | 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.