
XIAMEN HENGKUN NEW MATERIALS TECHNOLOGY CO., LTD. — Investor Relations & Filings
Xiamen Hengkun New Materials Technology Co., Ltd. is a high-tech enterprise specializing in the research, development, and manufacturing of advanced electronic materials. The company primarily serves the semiconductor and flat panel display sectors, focusing on high-purity chemicals and specialty materials required for integrated circuit fabrication. Its core product portfolio includes precursors for Atomic Layer Deposition (ALD) and Chemical Vapor Deposition (CVD), photoresists, and other specialty electronic chemicals. By leveraging its research and development capabilities, the company provides critical material solutions that support the miniaturization and performance enhancement of electronic devices. Hengkun emphasizes technical innovation and quality control to meet the rigorous standards of semiconductor manufacturing processes, positioning itself as a specialized supplier in the electronic materials supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海市锦天城律师事务所关于厦门恒坤新材料科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-18 | Chinese | |
| 首次公开发行网下配售限售股上市流通公告 | 2026-05-11 | Chinese | |
| 中信建投证券股份有限公司关于厦门恒坤新材料科技股份有限公司首次公开发行网下配售限售股上市流通的核查意见 | 2026-05-11 | Chinese | |
| 2025年度独立董事述职报告(黄兴孪) | 2026-04-27 | Chinese | |
| 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-27 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46513472 | 上海市锦天城律师事务所关于厦门恒坤新材料科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 46512782 | 2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 45016267 | 首次公开发行网下配售限售股上市流通公告 | 2026-05-11 | Chinese | ||
| 45016260 | 中信建投证券股份有限公司关于厦门恒坤新材料科技股份有限公司首次公开发行网下配售限售股上市流通的核查意见 | 2026-05-11 | Chinese | ||
| 39757904 | 2025年度独立董事述职报告(黄兴孪) | 2026-04-27 | Chinese | ||
| 39757898 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-27 | Chinese | ||
| 39757887 | 中信建投证券股份有限公司关于厦门恒坤新材料科技股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-04-27 | Chinese | ||
| 39757874 | 2025年度审计报告 | 2026-04-27 | Chinese | ||
| 39757706 | 第五届董事会第四次会议决议公告 | 2026-04-27 | Chinese | ||
| 39757697 | 独立董事津贴制度(2026年4月) | 2026-04-27 | Chinese | ||
| 39757691 | 关于调整独立董事津贴暨修订《独立董事津贴制度》的公告 | 2026-04-27 | Chinese | ||
| 39757680 | 2025年度内部控制评价报告 | 2026-04-27 | Chinese | ||
| 39757671 | 容诚会计师事务所(特殊普通合伙)关于厦门恒坤新材料科技股份有限公司2025年度非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-27 | Chinese | ||
| 39757634 | 2025年年度报告 | 2026-04-27 | Chinese | ||
| 39757631 | 2025年度独立董事述职报告(苏小榕) | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1933 Industries Inc
A vertically integrated consumer-packaged goods company spe…
|
TGIF | CA | Manufacturing |
|
3M CO
A diversified, science-based technology corporation that de…
|
MMM | US | Manufacturing |
|
5N Plus Inc.
Global producer of specialty semiconductors and ultra-pure …
|
VNP | CA | Manufacturing |
|
ACISELSAN ACIPAYAM SELÜLOZ SANAYİ VE TİCARET A.Ş.
Specialized manufacturer of Carboxymethyl Cellulose (CMC) f…
|
ACSEL | TR | Manufacturing |
|
ACUTAAS CHEMICALS LIMITED
Manufactures and exports specialty chemicals for industrial…
|
ACUTAAS | IN | Manufacturing |
|
ADEKA CORPORATION
Manufacturer of chemicals, food products, and life sciences…
|
4401 | JP | Manufacturing |
|
Ading AD
Manufactures and distributes chemical materials for the con…
|
AD | MK | Manufacturing |
|
Aduro Clean Technologies Inc.
Uses a water-based chemical process to convert hydrocarbon …
|
ADUR | CA | Manufacturing |
|
Advanced Enzyme Technologies Limited
Research-driven developer and manufacturer of proprietary e…
|
ADVENZYMES | IN | Manufacturing |
|
Advanced Nano Products Co., Ltd.
Developer and manufacturer of advanced nanomaterials for hi…
|
121600 | KR | Manufacturing |
XIAMEN HENGKUN NEW MATERIALS TECHNOLOGY 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/58615/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58615 | 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=58615 | 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=58615 \ -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": 58615}, 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 XIAMEN HENGKUN NEW MATERIALS TECHNOLOGY CO., LTD. (id: 58615)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.