Asia Cuanon Technology (ShangHai) Co.,Ltd. — Investor Relations & Filings
About Asia Cuanon Technology (ShangHai) Co.,Ltd.
Asia Cuanon Technology (ShangHai) Co.,Ltd. specializes in the research, development, manufacturing, and distribution of architectural coatings and building energy-saving materials. The company provides comprehensive solutions for building envelopes, focusing on high-performance exterior wall paints, thermal insulation systems, and integrated decoration-insulation panels. Its product portfolio includes various architectural coatings, fire-resistant insulation boards, and energy-efficient building materials designed for residential, commercial, and industrial applications. Asia Cuanon emphasizes technological innovation in sustainable construction, offering products that enhance building aesthetics while improving thermal performance and energy efficiency. The company serves large-scale real estate developers and construction firms, positioning itself as a leading provider of integrated building material systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 亚士创能关于控股股东的一致行动人所持公司部分股份将被司法拍卖的提示性公告 | 2026-04-17 | Chinese | |
| 亚士创能关于公司及控股子公司重大诉讼的公告 | 2025-12-18 | Chinese | |
| 亚士创能关于控股股东及其一致行动人股份被轮候冻结的公告 | 2025-12-02 | Chinese | |
| 亚士创能2025年第三季度报告 | 2025-10-30 | Chinese | |
| 亚士创能股票交易异常波动公告 | 2025-10-30 | Chinese | |
| 亚士创能第五届董事会第十四次会议决议公告 | 2025-10-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 34825258 | 亚士创能关于控股股东的一致行动人所持公司部分股份将被司法拍卖的提示性公告 | 2026-04-17 | Chinese | ||
|
2025
14 filings
| |||||
| 38069223 | 亚士创能关于公司及控股子公司重大诉讼的公告 | 2025-12-18 | Chinese | ||
| 38069207 | 亚士创能关于控股股东及其一致行动人股份被轮候冻结的公告 | 2025-12-02 | Chinese | ||
| 38069196 | 亚士创能2025年第三季度报告 | 2025-10-30 | Chinese | ||
| 38069195 | 亚士创能股票交易异常波动公告 | 2025-10-30 | Chinese | ||
| 38069189 | 亚士创能第五届董事会第十四次会议决议公告 | 2025-10-30 | Chinese | ||
| 38069178 | 关于《亚士创能科技(上海)股份有限公司股票交易异常波动有关事项的问询函》的回函 | 2025-10-30 | Chinese | ||
| 38069170 | 亚士创能关于变更签字会计师的公告 | 2025-10-30 | Chinese | ||
| 38069156 | 亚士创能2025年第三季度主要经营数据公告 | 2025-10-30 | Chinese | ||
| 38069148 | 亚士创能关于召开2025年第三季度业绩说明会的公告 | 2025-10-30 | Chinese | ||
| 38069142 | 亚士创能股票交易风险提示公告 | 2025-10-29 | Chinese | ||
| 38069127 | 亚士创能股票交易异常波动公告 | 2025-10-28 | Chinese | ||
| 38069112 | 关于《亚士创能科技(上海)股份有限公司股票交易异常波动有关事项的问询函》的回函 | 2025-10-28 | Chinese | ||
| 38069097 | 亚士创能关于独立董事、高级管理人员辞职的公告 | 2025-10-21 | Chinese | ||
| 38069084 | 亚士创能关于控股股东及其一致行动人股份被轮候冻结的公告 | 2025-10-13 | 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 |
|
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 |
|
CHOKWANG PAINT CO.,LTD
Manufactures paints, varnishes, and advanced coating soluti…
|
004910 | KR | Manufacturing |
Asia Cuanon Technology (ShangHai) 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/57640/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57640 | 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=57640 | 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=57640 \ -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": 57640}, 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 Asia Cuanon Technology (ShangHai) Co.,Ltd. (id: 57640)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.