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 |
|---|---|---|---|
| 亚士创能关于控股股东的一致行动人被动减持股份结果公告 | 2025-10-10 | Chinese | |
| 亚士创能关于2025年9月份公司及控股子公司累计新增担保的公告 | 2025-10-08 | Chinese | |
| 亚士创能关于累计诉讼、仲裁的公告 | 2025-09-17 | Chinese | |
| 亚士创能关于控股股东的一致行动人股份被冻结的公告 | 2025-09-04 | Chinese | |
| 亚士创能关于2025年8月份公司及控股子公司累计新增担保的公告 | 2025-09-01 | Chinese | |
| 亚士创能2025年半年度报告摘要 | 2025-08-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38069067 | 亚士创能关于控股股东的一致行动人被动减持股份结果公告 | 2025-10-10 | Chinese | ||
| 38069052 | 亚士创能关于2025年9月份公司及控股子公司累计新增担保的公告 | 2025-10-08 | Chinese | ||
| 38069042 | 亚士创能关于累计诉讼、仲裁的公告 | 2025-09-17 | Chinese | ||
| 38069028 | 亚士创能关于控股股东的一致行动人股份被冻结的公告 | 2025-09-04 | Chinese | ||
| 38069016 | 亚士创能关于2025年8月份公司及控股子公司累计新增担保的公告 | 2025-09-01 | Chinese | ||
| 38068954 | 亚士创能2025年半年度报告摘要 | 2025-08-29 | Chinese | ||
| 38068942 | 亚士创能2025年半年度报告 | 2025-08-29 | Chinese | ||
| 38068939 | 亚士创能舆情管理制度 | 2025-08-29 | Chinese | ||
| 38068927 | 亚士创能第五届董事会第十三次会议决议公告 | 2025-08-29 | Chinese | ||
| 38068913 | 亚士创能2025年半年度主要经营数据公告 | 2025-08-29 | Chinese | ||
| 38068903 | 亚士创能关于召开2025年半年度业绩说明会的公告 | 2025-08-29 | Chinese | ||
| 38068898 | 亚士创能关于累计诉讼、仲裁的公告 | 2025-08-25 | Chinese | ||
| 38068879 | 亚士创能关于完成工商变更登记及章程备案的公告 | 2025-08-11 | Chinese | ||
| 38068867 | 亚士创能关于2025年7月份公司及控股子公司累计新增担保的公告 | 2025-07-31 | Chinese | ||
| 38068854 | 立信会计师事务所(特殊普通合伙)关于亚士创能2024年年度报告的信息披露监管问询函的回复 | 2025-07-24 | 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.