Shenzhen Jdd Tech New Material Co., Ltd — Investor Relations & Filings
Shenzhen Jdd Tech New Material Co., Ltd. specializes in the research, development, and manufacturing of protective materials for cable management and thermal insulation. The product portfolio includes expandable braided sleeves, wrap-around sleeves, heat shrink tubing, and corrugated pipes. These solutions are engineered to provide abrasion resistance, flame retardancy, and electromagnetic interference (EMI) shielding for critical wiring systems. The company serves diverse sectors such as automotive, telecommunications, aerospace, and consumer electronics. JDD Tech focuses on high-performance materials that meet international safety and quality standards, ensuring durability in demanding environments. Its technical expertise allows for customized solutions tailored to specific industrial requirements, enhancing the longevity and reliability of electrical and mechanical components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信建投证券股份有限公司关于深圳市骏鼎达新材料股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-03-30 | Chinese | |
| 2025年年度审计报告 | 2026-03-30 | Chinese | |
| 独立董事2025年度述职报告-唐志峰 | 2026-03-30 | Chinese | |
| 独立董事2025年度述职报告-卢少平(已离任) | 2026-03-30 | Chinese | |
| 2025年度内部控制评价报告 | 2026-03-30 | Chinese | |
| 《深圳市骏鼎达新材料股份有限公司章程修正案》(2026年3月) | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40017621 | 中信建投证券股份有限公司关于深圳市骏鼎达新材料股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-03-30 | Chinese | ||
| 40017599 | 2025年年度审计报告 | 2026-03-30 | Chinese | ||
| 40017344 | 独立董事2025年度述职报告-唐志峰 | 2026-03-30 | Chinese | ||
| 40017338 | 独立董事2025年度述职报告-卢少平(已离任) | 2026-03-30 | Chinese | ||
| 40017337 | 2025年度内部控制评价报告 | 2026-03-30 | Chinese | ||
| 40017330 | 《深圳市骏鼎达新材料股份有限公司章程修正案》(2026年3月) | 2026-03-30 | Chinese | ||
| 40017326 | 对会计师事务所履职情况的评估报告 | 2026-03-30 | Chinese | ||
| 40017325 | 中信建投证券股份有限公司关于深圳市骏鼎达新材料股份有限公司使用部分暂时闲置募集资金进行现金管理及募集资金余额以协定存款方式存放的核查意见 | 2026-03-30 | Chinese | ||
| 40017316 | 中信建投证券股份有限公司关于深圳市骏鼎达新材料股份有限公司2025年度内部控制评价报告的核查意见 | 2026-03-30 | Chinese | ||
| 40017308 | 2025年年度募集资金存放、管理与使用情况的专项报告 | 2026-03-30 | Chinese | ||
| 40017304 | 第四届董事会第十二次会议决议公告 | 2026-03-30 | Chinese | ||
| 40017294 | 2025年度募集资金年度存放、管理与使用情况鉴证报告 | 2026-03-30 | Chinese | ||
| 40017250 | 独立董事2025年度保持独立性情况的专项报告 | 2026-03-30 | Chinese | ||
| 40017246 | 关于拟续聘会计师事务所的公告 | 2026-03-30 | Chinese | ||
| 40017236 | 独立董事2025年度述职报告-谭小平 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aa Industrial Belting (Shanghai) Co., Ltd
Develops and manufactures high-performance industrial conve…
|
603580 | CN | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
Achilles Corporation
A manufacturer of plastic and rubber products for consumer …
|
5142 | JP | Manufacturing |
|
ADVANCED DRAINAGE SYSTEMS, INC.
Manufacturer of water management solutions for stormwater a…
|
WMS | US | Manufacturing |
|
Aeron Composite Limited
Designs and manufactures FRP and GRP products for industria…
|
AERON | IN | Manufacturing |
|
A.F. Enterprises Limited
Manufactures plastic molded products and provides financial…
|
538351 | IN | Manufacturing |
|
Ahimsa Industries Limited
Produces PET preforms and closures for beverage, food, and …
|
AHIMSA | IN | Manufacturing |
|
AIK Pipes and Polymers Limited
Manufactures polymer pipes and fittings for water, gas, and…
|
544072 | IN | Manufacturing |
|
Airrane Co., Ltd.
Develops and manufactures gas separation membrane systems f…
|
163280 | KR | Manufacturing |
|
Akumplast AD
Manufactures polypropylene battery boxes, covers, accessori…
|
AKUM | BG | Manufacturing |
Shenzhen Jdd Tech New Material 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/56348/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56348 | 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=56348 | 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=56348 \ -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": 56348}, 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 Jdd Tech New Material Co., Ltd (id: 56348)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.