%20Co.%2CLtd/other/Donglai_Coating_Technology_Shanghai__uRpoYYe.png)
Donglai Coating Technology( Shanghai) Co.,Ltd — Investor Relations & Filings
Donglai Coating Technology (Shanghai) Co., Ltd. specializes in the research, development, production, and distribution of high-performance coating materials. The company’s primary focus lies in automotive coatings, encompassing both original equipment manufacturer (OEM) solutions and automotive refinish systems. Its product portfolio includes waterborne and solvent-based coatings designed for vehicle bodies, plastic components, and high-end industrial applications. Donglai operates under several recognized brands, providing comprehensive surface treatment solutions that emphasize durability, color precision, and environmental sustainability. The company serves a diverse global clientele, ranging from major automotive manufacturers to professional repair networks. By integrating advanced chemical engineering with rigorous quality control, Donglai maintains a competitive position in specialty surface materials, focusing on innovation in protection and aesthetic enhancement.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会会议材料 | 2026-05-15 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于东来技术2025年度募集资金存放、管理与实际使用情况专项报告的鉴证报告 | 2026-04-23 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-23 | Chinese | |
| 2025年度独立董事述职报告(高彦峰) | 2026-04-23 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于东来技术2025年度内部控制审计报告 | 2026-04-23 | Chinese | |
| 2025年年度报告摘要 | 2026-04-23 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365864 | 2025年年度股东会会议材料 | 2026-05-15 | Chinese | ||
| 44508502 | 立信会计师事务所(特殊普通合伙)关于东来技术2025年度募集资金存放、管理与实际使用情况专项报告的鉴证报告 | 2026-04-23 | Chinese | ||
| 44508411 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-23 | Chinese | ||
| 44508402 | 2025年度独立董事述职报告(高彦峰) | 2026-04-23 | Chinese | ||
| 44508385 | 立信会计师事务所(特殊普通合伙)关于东来技术2025年度内部控制审计报告 | 2026-04-23 | Chinese | ||
| 44508344 | 2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 44508328 | 东方证券股份有限公司关于东来技术2025年度募集资金存放与使用情况的核查意见 | 2026-04-23 | Chinese | ||
| 44508307 | 立信会计师事务所(特殊普通合伙)关于东来技术非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-23 | Chinese | ||
| 44508247 | 关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 44508246 | 投资者关系管理制度 | 2026-04-23 | Chinese | ||
| 44508223 | 关于回购股份集中竞价减持股份计划公告 | 2026-04-16 | Chinese | ||
| 44508222 | 第三届董事会第十九次会议决议公告 | 2026-04-16 | Chinese | ||
| 44508220 | 关于变更签字会计师的公告 | 2026-03-30 | Chinese | ||
| 44508210 | 关于募投项目延期的公告 | 2026-03-30 | Chinese | ||
| 44508197 | 东方证券股份有限公司关于东来涂料技术(上海)股份有限公司募投项目延期的核查意见 | 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 |
|
Akzo Nobel Pakistan Limited
Manufacturer and seller of paints and coatings, primarily d…
|
AKZO | PK | 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 | BM | Manufacturing |
|
Berger Paints India Ltd
Develops and manufactures decorative, industrial, and prote…
|
BERGEPAINT | IN | Manufacturing |
|
Berger Paints Pakistan Limited
Manufactures and trades paints, varnishes, coatings, road s…
|
BERG | PK | Manufacturing |
Donglai Coating 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/58172/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58172 | 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=58172 | 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=58172 \ -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": 58172}, 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 Donglai Coating Technology( Shanghai) Co.,Ltd (id: 58172)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.