
Crown Advanced Material Co., Ltd. — Investor Relations & Filings
Crown Advanced Material Co., Ltd. specializes in the research, development, production, and sale of advanced composite materials. The company's primary focus is on high-performance protective materials for the photovoltaic industry, including solar backsheets and encapsulant films such as EVA and POE. These products are designed to enhance the durability and efficiency of solar modules by providing weather resistance and electrical insulation. Beyond the solar sector, the company develops functional film materials for lithium-ion batteries and flexible packaging applications. Crown leverages its expertise in coating, laminating, and material science to provide integrated solutions for renewable energy and industrial sectors. Its product portfolio is characterized by technical innovation and adherence to international quality standards, serving a global customer base in the clean energy market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 明冠新材关于最近五年被证券监管部门和证券交易所处罚或采取监管措施及整改情况的公告 | 2022-01-26 | Chinese | |
| 明冠新材独立董事关于第三届董事会第二十二次会议相关事项的独立意见 | 2022-01-26 | Chinese | |
| 明冠新材2021年第三季度报告(更正版) | 2022-01-26 | Chinese | |
| 明冠新材第三届监事会第十六次会议决议公告 | 2022-01-26 | Chinese | |
| 明冠新材独立董事关于第三届第二十二次会议相关议案的事前认可意见 | 2022-01-26 | Chinese | |
| 明冠新材关于全资子公司购买土地使用权及房屋建筑物的公告 | 2022-01-26 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 38981205 | 明冠新材关于最近五年被证券监管部门和证券交易所处罚或采取监管措施及整改情况的公告 | 2022-01-26 | Chinese | ||
| 38981193 | 明冠新材独立董事关于第三届董事会第二十二次会议相关事项的独立意见 | 2022-01-26 | Chinese | ||
| 38981178 | 明冠新材2021年第三季度报告(更正版) | 2022-01-26 | Chinese | ||
| 38981167 | 明冠新材第三届监事会第十六次会议决议公告 | 2022-01-26 | Chinese | ||
| 38981156 | 明冠新材独立董事关于第三届第二十二次会议相关议案的事前认可意见 | 2022-01-26 | Chinese | ||
| 38981148 | 明冠新材关于全资子公司购买土地使用权及房屋建筑物的公告 | 2022-01-26 | Chinese | ||
| 38981135 | 明冠新材2022年度向特定对象发行A股股票方案的论证分析报告 | 2022-01-26 | Chinese | ||
| 38981120 | 明冠新材2022年度向特定对象发行A股股票预案 | 2022-01-26 | Chinese | ||
| 38981095 | 明冠新材第三届董事会第二十二次会议决议公告 | 2022-01-26 | Chinese | ||
| 38981085 | 民生证券股份有限公司关于明冠新材料股份有限公司为参股公司提供担保的核查意见 | 2022-01-26 | Chinese | ||
| 38981075 | 明冠新材关于本次募集资金投向属于科技创新领域的说明 | 2022-01-26 | Chinese | ||
| 38981066 | 明冠新材关于向特定对象发行A股股票摊薄即期回报与填补措施及相关主体承诺的公告 | 2022-01-26 | Chinese | ||
| 38981053 | 明冠新材关于对外投资设立全资子公司并取得营业执照的公告 | 2022-01-24 | Chinese | ||
| 38981044 | 明冠新材关于股东权益变动的提示性公告 | 2022-01-20 | Chinese | ||
| 38981036 | 明冠新材料股份有限公司简式权益变动报告书 | 2022-01-20 | 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 |
Crown Advanced 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/58488/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58488 | 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=58488 | 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=58488 \ -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": 58488}, 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 Crown Advanced Material Co., Ltd. (id: 58488)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.