MEGA P&C ADVANCED MATERIALS (SHANGHAI) COMPANY LIMITED — Investor Relations & Filings
About MEGA P&C ADVANCED MATERIALS (SHANGHAI) COMPANY LIMITED
MEGA P&C Advanced Materials (Shanghai) Company Limited specializes in the research, development, and manufacture of high-performance protective coatings and advanced materials. The company provides a comprehensive range of industrial solutions, including heavy-duty anti-corrosion coatings, marine coatings, wind power coatings, and container coatings. Its product portfolio is designed to meet the rigorous demands of infrastructure, energy, and transportation sectors, offering durability and protection in extreme environments. MEGA P&C emphasizes technological innovation and environmental sustainability, focusing on the development of low-VOC and water-based coating technologies. By integrating advanced material science with specialized application expertise, the company serves global markets with high-quality protective solutions for steel structures, power facilities, and industrial equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为子公司提供担保的公告 | 2026-04-14 | Chinese | |
| 麦加芯彩新材料科技(上海)股份有限公司2025年度对会计师事务所履职情况评估报告 | 2026-03-30 | Chinese | |
| 2025年年度利润分配方案公告 | 2026-03-30 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告(沈诚) | 2026-03-30 | Chinese | |
| 瑞银证券有限责任公司关于麦加芯彩新材料科技(上海)股份有限公司首次公开发行股票并在主板上市持续督导保荐总结报告书 | 2026-03-30 | Chinese | |
| 关于申请综合授信额度及对外担保的公告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34887784 | 关于为子公司提供担保的公告 | 2026-04-14 | Chinese | ||
| 39591627 | 麦加芯彩新材料科技(上海)股份有限公司2025年度对会计师事务所履职情况评估报告 | 2026-03-30 | Chinese | ||
| 39591625 | 2025年年度利润分配方案公告 | 2026-03-30 | Chinese | ||
| 39591622 | 董事会对独立董事独立性自查情况的专项报告(沈诚) | 2026-03-30 | Chinese | ||
| 39591616 | 瑞银证券有限责任公司关于麦加芯彩新材料科技(上海)股份有限公司首次公开发行股票并在主板上市持续督导保荐总结报告书 | 2026-03-30 | Chinese | ||
| 39591610 | 关于申请综合授信额度及对外担保的公告 | 2026-03-30 | Chinese | ||
| 39591601 | 关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese | ||
| 39591593 | 2025年度董事会工作报告 | 2026-03-30 | Chinese | ||
| 39591585 | 董事会对独立董事独立性自查情况的专项报告(孙大建) | 2026-03-30 | Chinese | ||
| 39591581 | 麦加芯彩新材料科技(上海)股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese | ||
| 39591574 | 《2025年度独立董事述职报告》(梁达文) | 2026-03-30 | Chinese | ||
| 39591566 | 关于召开2025年年度业绩说明会的公告 | 2026-03-30 | Chinese | ||
| 39591557 | 非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-03-30 | Chinese | ||
| 39591541 | 第二届董事会第二十二次会议决议公告 | 2026-03-30 | Chinese | ||
| 39591529 | 2025年度审计报告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of paints, varnishes and similar coatings, printing ink and mastics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Akzo Nobel N.V.
A global manufacturer of decorative paints and performance …
|
AKZA | NL | Manufacturing |
|
artience Co., Ltd.
A specialized chemical manufacturer of fine chemical produc…
|
4634 | JP | Manufacturing |
|
ASAHIPEN CORPORATION
A manufacturer and seller of paints, coatings, and home imp…
|
4623 | JP | Manufacturing |
|
Asia Cuanon Technology (ShangHai) Co.,Ltd.
Manufacturer of architectural coatings and energy-saving bu…
|
603378 | CN | Manufacturing |
|
Asian Paints Ltd.
Multinational manufacturer of paints, coatings, and integra…
|
ASIANPAINT | IN | Manufacturing |
|
ATOMIX CO., LTD.
Manufacturer of specialized paints, coatings, and construct…
|
4625 | JP | Manufacturing |
|
Axalta Coating Systems Ltd.
Global manufacturer of high-performance liquid and powder c…
|
AXTA | US | Manufacturing |
|
Berger Paints India Ltd
Develops and manufactures decorative, industrial, and prote…
|
BERGEPAINT | IN | Manufacturing |
|
Black Point Spolka Akcyjna
Manufactures alternative ink and toner cartridges with a fo…
|
BPN | PL | Manufacturing |
|
Chengdu Guibao Science & Technology Co.,Ltd
Develops and manufactures high-performance silicone sealant…
|
300019 | CN | Manufacturing |
MEGA P&C ADVANCED MATERIALS (SHANGHAI) COMPANY LIMITED 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/57390/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57390 | 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=57390 | 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=57390 \ -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": 57390}, 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 MEGA P&C ADVANCED MATERIALS (SHANGHAI) COMPANY LIMITED (id: 57390)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.