%20%20Co.%2C%20Ltd/other/Kangda_New_Materials_Group__Co._Ltd-logo.png)
Kangda New Materials (Group) Co., Ltd — Investor Relations & Filings
Kangda New Materials (Group) Co., Ltd. specializes in the research, development, and manufacturing of high-performance structural adhesives and specialty resin materials. The company’s product portfolio includes epoxy, polyurethane, acrylic, and cyanoacrylate adhesives, as well as UV-curing materials. These solutions are primarily utilized in demanding industrial applications such as wind power blade assembly, electronic component packaging, automotive manufacturing, and rail transit infrastructure. The company is recognized for its technical expertise in wind energy, providing critical bonding materials for large-scale turbine blades. Additionally, it serves the aerospace and construction sectors with specialized bonding and sealing solutions. By focusing on advanced polymer chemistry, the company provides customized material solutions to meet specific industrial requirements for durability, thermal resistance, and structural integrity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | |
| 北京植德律师事务所关于康达新材料(集团)股份有限公司第五期员工持股计划第二个锁定期2025年业绩考核指标达成的法律意见书 | 2026-05-18 | Chinese | |
| 第六届董事会第二十三次会议决议公告 | 2026-05-18 | Chinese | |
| 关于向特定对象发行股票申请获得中国证券监督管理委员会同意注册批复的公告 | 2026-05-18 | Chinese | |
| 关于公司第五期员工持股计划第二个锁定期2025年业绩考核指标达成情况的公告 | 2026-05-18 | Chinese | |
| 康达新材料(集团)股份有限公司向特定对象发行股票募集说明书(注册稿) | 2026-05-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46866915 | 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 46513408 | 北京植德律师事务所关于康达新材料(集团)股份有限公司第五期员工持股计划第二个锁定期2025年业绩考核指标达成的法律意见书 | 2026-05-18 | Chinese | ||
| 46513407 | 第六届董事会第二十三次会议决议公告 | 2026-05-18 | Chinese | ||
| 46512890 | 关于向特定对象发行股票申请获得中国证券监督管理委员会同意注册批复的公告 | 2026-05-18 | Chinese | ||
| 46512889 | 关于公司第五期员工持股计划第二个锁定期2025年业绩考核指标达成情况的公告 | 2026-05-18 | Chinese | ||
| 46512614 | 康达新材料(集团)股份有限公司向特定对象发行股票募集说明书(注册稿) | 2026-05-18 | Chinese | ||
| 45346670 | 2025年年度股东会决议公告 | 2026-05-12 | Chinese | ||
| 36780758 | 关于成都中科华微电子有限公司2025年度业绩承诺完成情况的公告 | 2026-04-20 | Chinese | ||
| 36780757 | 2025年度独立董事述职报告(范宏) | 2026-04-20 | Chinese | ||
| 36780755 | 董事、高级管理人员薪酬管理制度 | 2026-04-20 | Chinese | ||
| 36780752 | 董事会薪酬与考核委员会实施细则 | 2026-04-20 | Chinese | ||
| 36780750 | 商誉减值测试报告 | 2026-04-20 | Chinese | ||
| 36780747 | 2025年度独立董事述职报告(李静) | 2026-04-20 | Chinese | ||
| 36780746 | 董事会提名委员会实施细则 | 2026-04-20 | Chinese | ||
| 36780743 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Chembond Material Technologies Limited
Supplies specialty chemicals for surface treatment and indu…
|
CHEMBOND | IN | Manufacturing |
|
CHEMIPRO KASEI KAISHA,LTD
Develops and produces industrial chemicals and household pr…
|
4960 | JP | Manufacturing |
|
Chemtros Co., Ltd.
A chemical materials manufacturer of intermediates, APIs, a…
|
220260 | KR | Manufacturing |
|
China Boton Group Company Limited
Specializes in flavors, fragrances, electronic atomizers, a…
|
3318 | HK | Manufacturing |
|
CHINA CATALYST HOLDING CO.,LTD.
Manufactures specialty catalysts and molecular sieves for i…
|
688267 | CN | Manufacturing |
|
China Crystal New Material Holdings Co., Ltd.
A leading global producer of synthetic mica and graphene fo…
|
900250 | KY | Manufacturing |
|
Chongqing Sansheng Industrial Co.,Ltd.
Develops construction chemicals and pharmaceuticals for inf…
|
002742 | CN | Manufacturing |
|
Chr. Hansen Holding
A global bioscience company developing and producing natura…
|
CHR | DK | Manufacturing |
|
Chunbo Co., Ltd.
Develops and manufactures fine chemical materials for elect…
|
278280 | KR | Manufacturing |
|
CitroTech Inc.
Develops non-toxic, plant-based fire inhibitors and wildfir…
|
CITR | US | Manufacturing |
Kangda New Materials (Group) 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/54689/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54689 | 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=54689 | 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=54689 \ -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": 54689}, 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 Kangda New Materials (Group) Co., Ltd (id: 54689)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.