
Dongguan Dingtong Precision Metal Co.,Ltd. — Investor Relations & Filings
Dongguan Dingtong Precision Metal Co.,Ltd. specializes in the design, development, and manufacturing of high-precision connectors and precision structural components. The company’s core product range includes high-speed communication connectors such as SFP, QSFP, and backplane series, primarily utilized in data centers, telecommunications, and networking infrastructure. It also provides precision metal stamping, plastic injection molding, and comprehensive mold design and fabrication services. The company extends its technical expertise to the automotive sector, producing specialized connector systems for electronic control units and new energy vehicle applications. Focused on high-precision manufacturing and technical innovation, the firm supports global supply chains in the computing, industrial automation, and consumer electronics sectors through advanced production processes and quality management systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 天健会计师事务所关于鼎通科技2025年报问询函专项说明 | 2026-05-26 | Chinese | |
| 关于2025年年度报告信息披露监管问询函的回复公告 | 2026-05-26 | Chinese | |
| 关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-25 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-18 | Chinese | |
| 关于向不特定对象发行可转换公司债券申请获得上海证券交易所上市审核委员会审核通过的公告 | 2026-05-08 | Chinese | |
| 2025年年度股东会会议资料 | 2026-04-14 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47077184 | 天健会计师事务所关于鼎通科技2025年报问询函专项说明 | 2026-05-26 | Chinese | ||
| 47076969 | 关于2025年年度报告信息披露监管问询函的回复公告 | 2026-05-26 | Chinese | ||
| 47041840 | 关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-25 | Chinese | ||
| 46513643 | 2025年年度权益分派实施公告 | 2026-05-18 | Chinese | ||
| 44490078 | 关于向不特定对象发行可转换公司债券申请获得上海证券交易所上市审核委员会审核通过的公告 | 2026-05-08 | Chinese | ||
| 34908728 | 2025年年度股东会会议资料 | 2026-04-14 | Chinese | ||
| 39274299 | 会计师事务所履职情况评估报告 | 2026-03-30 | Chinese | ||
| 39274293 | 董事、高级管理人员薪酬管理制度 | 2026-03-30 | Chinese | ||
| 39274285 | 2025年度内部控制评价报告 | 2026-03-30 | Chinese | ||
| 39274278 | 独立董事关于2025年度对外担保情况的专项说明 | 2026-03-30 | Japanese | ||
| 39274248 | 2025年度董事会审计委员会履职情况报告 | 2026-03-30 | Chinese | ||
| 39274245 | 关于变更保荐代表人的公告 | 2026-03-26 | Chinese | ||
| 39274232 | 湖南启元律师事务所关于东莞市鼎通精密科技股份有限公司向不特定对象发行可转换公司债券之法律意见书 | 2026-03-24 | Chinese | ||
| 39274212 | 东莞证券股份有限公司关于东莞市鼎通精密科技股份有限公司向不特定对象发行可转换公司债券之上市保荐书 | 2026-03-24 | Chinese | ||
| 39274195 | 东莞证券股份有限公司关于东莞市鼎通精密科技股份有限公司向不特定对象发行可转换公司债券之发行保荐书 | 2026-03-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
Dongguan Dingtong Precision Metal 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/58572/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58572 | 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=58572 | 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=58572 \ -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": 58572}, 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 Dongguan Dingtong Precision Metal Co.,Ltd. (id: 58572)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.