
JIANGNAN MOULD & PLASTIC TECHNOLOGY CO.,LTD — Investor Relations & Filings
JIANGNAN MOULD & PLASTIC TECHNOLOGY CO.,LTD. specializes in the development, manufacturing, and distribution of high-performance plastic components and precision molds, primarily serving the global automotive sector. The company's core product portfolio includes exterior systems such as bumpers, spoilers, and grilles, as well as various interior trim components. Utilizing advanced injection molding, painting, and assembly technologies, the firm provides integrated solutions from design and engineering to mass production. It maintains strategic partnerships with leading international automotive original equipment manufacturers (OEMs), supplying critical components for both internal combustion and electric vehicle platforms. With a focus on lightweight materials and precision engineering, the company operates multiple production facilities to support large-scale supply chain requirements and technical innovation in automotive plastics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年半年度报告摘要 | 2025-08-29 | Chinese | |
| 2025年半年度报告 | 2025-08-29 | Chinese | |
| 2025年半年度财务报告 | 2025-08-29 | Chinese | |
| 关于控股股东部分股权解除质押和再质押的公告 | 2025-08-25 | Chinese | |
| 模塑科技股票交易异常波动公告 | 2025-08-14 | Chinese | |
| 公司章程【2025年8月】 | 2025-08-07 | Chinese |
Browse filings by year
27 years- 2026 38 filings
- 2025 127 filings
- 2024 78 filings
- 2023 153 filings
- 2022 139 filings
- 2021 121 filings
- 2020 98 filings
- 2019 98 filings
- 2018 154 filings
- 2017 223 filings
- 2016 143 filings
- 2015 118 filings
- 2014 95 filings
- 2013 61 filings
- 2012 90 filings
- 2011 56 filings
- 2010 58 filings
- 2009 46 filings
- 2008 35 filings
- 2007 47 filings
- 2006 49 filings
- 2005 28 filings
- 2004 31 filings
- 2003 25 filings
- 2002 22 filings
- 2001 2 filings
- 1997 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43222077 | 2025年半年度报告摘要 | 2025-08-29 | Chinese | ||
| 43221962 | 2025年半年度报告 | 2025-08-29 | Chinese | ||
| 43221956 | 2025年半年度财务报告 | 2025-08-29 | Chinese | ||
| 43221860 | 关于控股股东部分股权解除质押和再质押的公告 | 2025-08-25 | Chinese | ||
| 43221853 | 模塑科技股票交易异常波动公告 | 2025-08-14 | Chinese | ||
| 43221815 | 公司章程【2025年8月】 | 2025-08-07 | Chinese | ||
| 43221734 | 关于修订《公司章程》的进展公告 | 2025-08-07 | Chinese | ||
| 43221672 | 江南模塑科技股份有限公司反担保进展暨解除质押公告 | 2025-07-22 | Chinese | ||
| 43221662 | 模塑科技关于获得外饰件产品项目定点书的公告 | 2025-07-17 | Chinese | ||
| 43221569 | 模塑科技关于获得外饰件产品项目定点的公告 | 2025-07-01 | Chinese | ||
| 43221536 | 模塑科技2024年度股东大会法律意见书 | 2025-06-16 | Chinese | ||
| 43221482 | 第十二届董事会第一次(临时)会议决议公告 | 2025-06-16 | Chinese | ||
| 43221435 | 关于董事会完成换届选举、聘任高级管理人员及证券事务代表的公告 | 2025-06-16 | Chinese | ||
| 43221428 | 2024年度股东大会决议公告 | 2025-06-16 | Chinese | ||
| 43221395 | 关于召开2024年度股东大会的提示性公告 | 2025-06-09 | 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 |
|
Abson Industries Limited
Manufactures polypropylene woven bags, offering durable and…
|
ABSON | PK | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
ACESIAN PARTNERS LIMITED
Specializes in environmental solutions, integrated services…
|
5FW | SG | 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 |
JIANGNAN MOULD & PLASTIC 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/53761/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53761 | 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=53761 | 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=53761 \ -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": 53761}, 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 JIANGNAN MOULD & PLASTIC TECHNOLOGY CO.,LTD (id: 53761)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.