Hengerda New Materials (Fujian) Co., Ltd. — Investor Relations & Filings
Hengerda New Materials (Fujian) Co., Ltd. specializes in the research, development, and production of high-precision metal cutting tools and industrial materials. The company’s primary product lines include bi-metal band saw blades, rule die steel, and CNC circular saw machines. These solutions are engineered for diverse applications across metalworking, printing, packaging, and footwear sectors. By leveraging advanced material science and integrated manufacturing processes, the company provides high-durability cutting tools designed for efficiency and precision. Hengerda focuses on technical innovation and quality control to meet the rigorous demands of global industrial markets, offering specialized equipment and consumables for complex cutting tasks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于第二期员工持股计划实施进展的公告 | 2026-03-24 | Chinese | |
| 关于第一期员工持股计划存续期即将届满的提示性公告 | 2026-03-13 | Chinese | |
| 关于收购SMS Maschinenbau GmbH相关资产完成交割的公告 | 2026-03-11 | Chinese | |
| 关于公司第一期股权激励计划内幕信息知情人买卖公司股票的自查报告 | 2026-03-06 | Chinese | |
| 华泰恒而达员工持股家园2号单一资产管理计划资产管理合同 | 2026-03-06 | Chinese | |
| 董事会薪酬与考核委员会关于公司第一期股权激励计划首次授予相关事项的核查意见 | 2026-03-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39251357 | 关于第二期员工持股计划实施进展的公告 | 2026-03-24 | Chinese | ||
| 39251354 | 关于第一期员工持股计划存续期即将届满的提示性公告 | 2026-03-13 | Chinese | ||
| 39251352 | 关于收购SMS Maschinenbau GmbH相关资产完成交割的公告 | 2026-03-11 | Chinese | ||
| 39251340 | 关于公司第一期股权激励计划内幕信息知情人买卖公司股票的自查报告 | 2026-03-06 | Chinese | ||
| 39251331 | 华泰恒而达员工持股家园2号单一资产管理计划资产管理合同 | 2026-03-06 | Chinese | ||
| 39251315 | 董事会薪酬与考核委员会关于公司第一期股权激励计划首次授予相关事项的核查意见 | 2026-03-06 | Chinese | ||
| 39251312 | 福建恒而达新材料股份有限公司第一期股权激励计划首次授予激励对象名单(授予日) | 2026-03-06 | Chinese | ||
| 39251302 | 关于福建恒而达新材料股份有限公司第一期股权激励计划授予事项的法律意见书 | 2026-03-06 | Chinese | ||
| 39251300 | 2026年第一次临时股东会会议决议公告 | 2026-03-06 | Chinese | ||
| 39251289 | 关于福建恒而达新材料股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-06 | Chinese | ||
| 39251277 | 第三届董事会第十二次会议决议公告 | 2026-03-06 | Chinese | ||
| 39251272 | 关于向公司第一期股权激励计划激励对象首次授予限制性股票的公告 | 2026-03-06 | Chinese | ||
| 39251268 | 关于福建恒而达新材料股份有限公司第二期员工持股计划的法律意见书 | 2026-03-03 | Chinese | ||
| 39251258 | 关于2026年第一次职工代表大会会议决议公告 | 2026-03-03 | Chinese | ||
| 39251248 | 关于福建恒而达新材料股份有限公司第一期股权激励计划(草案修订稿)的法律意见书 | 2026-02-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACME UNITED CORP
Supplier of cutting, measuring, first aid, and sharpening p…
|
ACU | US | Manufacturing |
|
Advanex inc.
Manufacturer specializing in precision springs and pressed …
|
5998 | JP | Manufacturing |
|
Allegion plc
Global provider of security and access solutions for doors …
|
ALLE | US | Manufacturing |
|
Almast OJSC
Manufactures diamond tools for cutting and machining stone …
|
ALMS | AM | Manufacturing |
|
ALPHA Corporation
Manufactures locks, keys, access control systems, and locke…
|
3434 | IN | Manufacturing |
|
Amatei Incorporated
Manufactures and sells a wide range of fastening products, …
|
5952 | JP | Manufacturing |
|
Armatura S.A.
Manufacturer of valves, faucets, and fittings for various i…
|
ARM | RO | Manufacturing |
|
ASAKA INDUSTRIAL CO.,LTD.
Manufacturer of tools for agriculture and construction, plu…
|
5962 | JP | Manufacturing |
|
ASSA ABLOY
A global leader in access solutions for managing physical a…
|
ASSA | SE | Manufacturing |
|
ATOM LIVIN TECH Co.,Ltd.
Develops, manufactures, and sells interior hardware for res…
|
3426 | JP | Manufacturing |
Hengerda New Materials (Fujian) 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/55909/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55909 | 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=55909 | 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=55909 \ -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": 55909}, 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 Hengerda New Materials (Fujian) Co., Ltd. (id: 55909)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.