
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-04-28 | Chinese | |
| 2024年年度报告摘要 | 2025-04-28 | Chinese | |
| 监事会决议公告 | 2025-04-28 | Chinese | |
| 2024年年度审计报告 | 2025-04-28 | Chinese | |
| 董事会关于会计政策变更的说明 | 2025-04-28 | Chinese | |
| 2024年年度报告 | 2025-04-28 | Chinese |
Browse filings by year
27 years- 2026 39 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
| |||||
| 43217857 | 内部控制审计报告 | 2025-04-28 | Chinese | ||
| 43217689 | 2024年年度报告摘要 | 2025-04-28 | Chinese | ||
| 43217589 | 监事会决议公告 | 2025-04-28 | Chinese | ||
| 43217532 | 2024年年度审计报告 | 2025-04-28 | Chinese | ||
| 43216180 | 董事会关于会计政策变更的说明 | 2025-04-28 | Chinese | ||
| 43216131 | 2024年年度报告 | 2025-04-28 | Chinese | ||
| 43215446 | 董事会对会计师事务所2024年度履职情况评估及审计委员会对会计师事务所履行监督职责情况的报告 | 2025-04-28 | Chinese | ||
| 43215410 | 独立董事专门会议2025年第二次会议审核意见 | 2025-04-28 | Chinese | ||
| 43215368 | 【2025-024】模塑科技关于授权公司管理层处置交易性金融资产的公告 | 2025-04-28 | Chinese | ||
| 43215330 | 董事会对独立董事独立性评估的专项意见 | 2025-04-28 | Chinese | ||
| 43215303 | 独立董事2024年度述职报告--穆炯 | 2025-04-28 | Chinese | ||
| 43215267 | 证券投资专项说明 | 2025-04-28 | Chinese | ||
| 43215240 | 内部控制自我评价报告 | 2025-04-28 | Chinese | ||
| 43215184 | 江南模塑科技股份有限公司2024年度董事会工作报告 | 2025-04-28 | Chinese | ||
| 43215131 | 模塑科技关于获得外饰件产品项目定点书的公告 | 2025-04-14 | 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.