Crown Advanced Material Co., Ltd. — Investor Relations & Filings
About Crown Advanced Material Co., Ltd.
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 |
|---|---|---|---|
| 明冠新材关于第二期以集中竞价交易方式回购公司股份进展公告 | 2024-05-31 | Chinese | |
| 明冠新材关于参加江西辖区上市公司2024年投资者网上集体接待日活动的公告 | 2024-05-10 | Chinese | |
| 北京国枫(深圳)律师事务所关于明冠新材料股份有限公司2023年年度股东大会的法律意见书 | 2024-05-07 | Chinese | |
| 明冠新材2023年年度股东大会决议公告 | 2024-05-07 | Chinese | |
| 明冠新材关于第二期以集中竞价交易方式回购公司股份进展公告 | 2024-05-06 | Chinese | |
| 明冠新材2024年第一季度报告 | 2024-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 38996737 | 明冠新材关于第二期以集中竞价交易方式回购公司股份进展公告 | 2024-05-31 | Chinese | ||
| 38996713 | 明冠新材关于参加江西辖区上市公司2024年投资者网上集体接待日活动的公告 | 2024-05-10 | Chinese | ||
| 38996710 | 北京国枫(深圳)律师事务所关于明冠新材料股份有限公司2023年年度股东大会的法律意见书 | 2024-05-07 | Chinese | ||
| 38996700 | 明冠新材2023年年度股东大会决议公告 | 2024-05-07 | Chinese | ||
| 38996689 | 明冠新材关于第二期以集中竞价交易方式回购公司股份进展公告 | 2024-05-06 | Chinese | ||
| 38996679 | 明冠新材2024年第一季度报告 | 2024-04-29 | Chinese | ||
| 38996671 | 明冠新材关于2024年第一季度计提资产减值准备的公告 | 2024-04-29 | Chinese | ||
| 38996664 | 明冠新材关于非独立董事辞职的公告 | 2024-04-28 | Chinese | ||
| 38996658 | 明冠新材关于控股股东一致行动人增持公司股份计划实施完毕暨增持结果的公告 | 2024-04-25 | Chinese | ||
| 38996649 | 北京国枫律师事务所关于明冠新材料股份有限公司控股股东一致行动人增持公司股份的法律意见书 | 2024-04-25 | Chinese | ||
| 38996629 | 明冠新材2023年年度股东大会会议资料 | 2024-04-24 | Chinese | ||
| 38996613 | 明冠新材关于非独立董事、副总经理辞职的公告 | 2024-04-18 | Chinese | ||
| 38996606 | 明冠新材2024年第一季度业绩预告 | 2024-04-15 | Chinese | ||
| 38996603 | 明冠新材关于召开2023年度业绩说明会的公告 | 2024-04-15 | Chinese | ||
| 38996597 | 中信建投证券股份有限公司关于明冠新材料股份有限公司首次公开发行股票并在科创板上市之保荐总结报告书 | 2024-04-10 | 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 |
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.