Cangzhou Mingzhu Plastic Co.,Ltd. — Investor Relations & Filings
Cangzhou Mingzhu Plastic Co., Ltd. specializes in the research, development, and manufacturing of high-performance plastic materials. The company's primary product portfolio includes lithium-ion battery separators, polyethylene (PE) piping systems, and biaxially oriented polyamide (BOPA) films. Its battery separators, produced via both wet and dry processes, are critical components for electric vehicle batteries and energy storage systems. The PE piping division focuses on high-density polyethylene solutions for municipal gas distribution and water supply networks. Additionally, the company produces BOPA films used extensively in high-end flexible packaging for food and pharmaceuticals. By leveraging advanced extrusion and stretching technologies, the firm provides specialized material solutions for the energy, infrastructure, and packaging sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 沧州明珠关于财务总监辞职及聘任财务总监的公告 | 2026-03-27 | Chinese | |
| 沧州明珠更正公告 | 2026-03-27 | Chinese | |
| 沧州明珠关于财务总监辞职及聘任财务总监的公告(更正后) | 2026-03-27 | Chinese | |
| 沧州明珠第九届董事会第十次(临时)会议决议公告 | 2026-03-27 | Chinese | |
| 沧州明珠关于完成工商变更登记并换发营业执照的公告 | 2026-03-23 | Chinese | |
| 沧州明珠2026年第三次临时股东会决议公告 | 2026-03-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34846385 | 沧州明珠关于财务总监辞职及聘任财务总监的公告 | 2026-03-27 | Chinese | ||
| 34846382 | 沧州明珠更正公告 | 2026-03-27 | Chinese | ||
| 34846380 | 沧州明珠关于财务总监辞职及聘任财务总监的公告(更正后) | 2026-03-27 | Chinese | ||
| 34846378 | 沧州明珠第九届董事会第十次(临时)会议决议公告 | 2026-03-27 | Chinese | ||
| 34846376 | 沧州明珠关于完成工商变更登记并换发营业执照的公告 | 2026-03-23 | Chinese | ||
| 34846375 | 沧州明珠2026年第三次临时股东会决议公告 | 2026-03-20 | Chinese | ||
| 34846372 | 北京国枫律师事务所关于沧州明珠塑料股份有限公司2026年第三次临时股东会的法律意见书 | 2026-03-20 | Chinese | ||
| 34846370 | 沧州明珠关于为子公司提供担保的进展公告 | 2026-03-13 | Chinese | ||
| 34846369 | 沧州明珠关于最近五年未被证券监管部门和证券交易所采取监管措施或处罚情况的公告 | 2026-03-03 | Chinese | ||
| 34846365 | 沧州明珠关于2026年度向特定对象发行A股股票摊薄即期回报、填补回报措施及相关主体承诺的公告 | 2026-03-03 | Chinese | ||
| 34846364 | 2026年度向特定对象发行A股股票发行方案论证分析报告 | 2026-03-03 | Chinese | ||
| 34846361 | 沧州明珠关于补选董事长及专门委员会委员的公告 | 2026-03-03 | Chinese | ||
| 34846347 | 关于沧州明珠塑料股份有限公司前次募集资金使用情况的鉴证报告 | 2026-03-03 | Chinese | ||
| 34846342 | 沧州明珠董事会关于前次募集资金使用情况的报告 | 2026-03-03 | Chinese | ||
| 34846339 | 沧州明珠关于2026年度向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-03-03 | 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 |
Cangzhou Mingzhu Plastic 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/54166/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54166 | 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=54166 | 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=54166 \ -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": 54166}, 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 Cangzhou Mingzhu Plastic Co.,Ltd. (id: 54166)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.