海达尔 — Investor Relations & Filings
About 海达尔
Haidaer specializes in the research, development, and manufacturing of precision slide rails and linear motion components. The company provides high-performance sliding solutions for diverse applications, including household appliances, server cabinets, and medical equipment. Its product portfolio features specialized rails for refrigerators, ovens, and dishwashers, engineered for durability and smooth operation. Haidaer emphasizes technical innovation and precision engineering to deliver customized hardware solutions, ensuring reliability across various industrial and domestic environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国联民生证券承销保荐有限公司关于无锡海达尔精密滑轨股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-21 | Chinese | |
| 中汇会计师事务所(特殊普通合伙)无锡海达尔精密滑轨股份有限公司年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-21 | Chinese | |
| [临时公告]海达尔:关于拟变更注册资本并修订《公司章程》公告 | 2026-04-21 | Chinese | |
| 关于房屋租赁暨关联交易的公告 | 2026-04-21 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-21 | Chinese | |
| 董事会战略与ESG管理委员会工作细则 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39976243 | 国联民生证券承销保荐有限公司关于无锡海达尔精密滑轨股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-21 | Chinese | ||
| 39976233 | 中汇会计师事务所(特殊普通合伙)无锡海达尔精密滑轨股份有限公司年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-21 | Chinese | ||
| 39976215 | [临时公告]海达尔:关于拟变更注册资本并修订《公司章程》公告 | 2026-04-21 | Chinese | ||
| 39976207 | 关于房屋租赁暨关联交易的公告 | 2026-04-21 | Chinese | ||
| 39976196 | 2025年度董事会工作报告 | 2026-04-21 | Chinese | ||
| 39976189 | 董事会战略与ESG管理委员会工作细则 | 2026-04-21 | Chinese | ||
| 39976165 | 关联交易管理制度 | 2026-04-21 | Chinese | ||
| 39976155 | 2025年年度权益分派预案公告 | 2026-04-21 | Chinese | ||
| 39976152 | 2025年度会计师事务所履职情况评估报告 | 2026-04-21 | Chinese | ||
| 39976149 | 中汇会计师事务所(特殊普通合伙)无锡海达尔精密滑轨股份有限公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-04-21 | Chinese | ||
| 39976137 | 使用闲置募集资金现金管理公告 | 2026-04-21 | Chinese | ||
| 39976130 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-21 | Chinese | ||
| 39976119 | 2025环境、社会和公司治理(ESG)报告 | 2026-04-21 | Chinese | ||
| 39975877 | 董事会议事规则 | 2026-04-21 | Chinese | ||
| 39975864 | 内部控制自我评价报告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Guangdong KinLong Hardware Products Co.,Ltd.
Supplies architectural hardware and construction components…
|
002791 | CN | Manufacturing |
|
GUANGDONG SACA PRECISION MANUFACTURING CO.,LTD.
Manufactures precision drawer slides and hinges for furnitu…
|
300464 | CN | Manufacturing |
|
Gujarat Toolroom Ltd.
Specializes in precision engineering, mining, and renewable…
|
513337 | IN | Manufacturing |
|
HAGA S.A. INDÚSTRIA E COMÉRCIO
Manufacturer of locks, hinges, and hardware for constructio…
|
— | BR | Manufacturing |
|
HANGZHOU GREATSTAR INDUSTRIAL CO., LTD.
Global manufacturer and distributor of hand tools, power to…
|
002444 | CN | Manufacturing |
|
HARDWYN INDIA LIMITED
Manufacturer and supplier of architectural hardware and gla…
|
HARDWYN | IN | Manufacturing |
|
Hebei Yichen Industrial Group Corporation Limited
Major supplier of critical rail fastening systems and weldi…
|
1596 | HK | Manufacturing |
|
Hengerda New Materials (Fujian) Co., Ltd.
Manufactures bi-metal band saw blades, rule die steel, and …
|
300946 | CN | Manufacturing |
|
HENGHUI Technology Corporation Limited
Manufactures high-precision metal forming tools and dies fo…
|
301678 | CN | Manufacturing |
|
HERCULES S/A - FABRICA DE TALHERES
Manufacturer of premium cutlery and kitchenware with over 7…
|
— | BR | Manufacturing |
海达尔 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/58898/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58898 | 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=58898 | 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=58898 \ -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": 58898}, 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 海达尔 (id: 58898)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.