
Dalian Huarui Heavy Industry Group Co.,LTD. — Investor Relations & Filings
Dalian Huarui Heavy Industry Group Co.,LTD. specializes in the research, development, and manufacturing of large-scale high-end equipment. Its core product portfolio includes bulk material handling machinery, metallurgical machinery, port machinery, and wind power equipment. The company provides integrated solutions for energy, mining, metallurgy, and logistics sectors. Key offerings feature stacker-reclaimers, coke oven machinery, continuous casting machines, and quayside container cranes. It is also a significant supplier of critical components such as wind power gearboxes and large castings. The company emphasizes technological innovation and provides full-lifecycle services, including design, manufacturing, installation, and maintenance, catering to global markets with heavy-duty engineering solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于变更董事的公告 | 2026-05-18 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-18 | Chinese | |
| 关于完成董事会换届选举并聘任高级管理人员、证券事务代表的公告 | 2026-05-18 | Chinese | |
| 第七届董事会第一次会议决议公告 | 2026-05-18 | Chinese | |
| 辽宁华夏律师事务所关于大连华锐重工集团股份有限公司2025年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 关于选举产生职工董事的公告 | 2026-05-15 | Chinese |
Browse filings by year
20 years- 2026 59 filings
- 2025 168 filings
- 2024 119 filings
- 2023 138 filings
- 2022 159 filings
- 2021 133 filings
- 2020 111 filings
- 2019 102 filings
- 2018 96 filings
- 2017 103 filings
- 2016 107 filings
- 2015 87 filings
- 2014 85 filings
- 2013 71 filings
- 2012 63 filings
- 2011 135 filings
- 2010 62 filings
- 2009 56 filings
- 2008 84 filings
- 2007 17 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46513717 | 关于变更董事的公告 | 2026-05-18 | Chinese | ||
| 46513468 | 2025年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46513289 | 关于完成董事会换届选举并聘任高级管理人员、证券事务代表的公告 | 2026-05-18 | Chinese | ||
| 46513288 | 第七届董事会第一次会议决议公告 | 2026-05-18 | Chinese | ||
| 46512813 | 辽宁华夏律师事务所关于大连华锐重工集团股份有限公司2025年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 46364845 | 关于选举产生职工董事的公告 | 2026-05-15 | Chinese | ||
| 35089566 | 第六届董事会第三十次会议决议公告 | 2026-04-21 | Chinese | ||
| 35089563 | 2026年一季度报告 | 2026-04-21 | Chinese | ||
| 35089562 | 关于续聘2026年度审计机构的公告 | 2026-04-21 | Chinese | ||
| 35089560 | 独立董事候选人声明与承诺(唐睿明) | 2026-04-21 | Chinese | ||
| 35089557 | 独立董事提名人声明与承诺(王国峰) | 2026-04-21 | Chinese | ||
| 35089555 | 独立董事提名人声明与承诺(唐睿明) | 2026-04-21 | Chinese | ||
| 35089554 | 独立董事候选人声明与承诺(王国峰) | 2026-04-21 | Chinese | ||
| 35089550 | 独立董事提名人声明与承诺(于传治) | 2026-04-21 | Chinese | ||
| 35089549 | 独立董事候选人声明与承诺(于传治) | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lifting and handling equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Action Construction Equipments Ltd.
Manufacturer of cranes, material handling, construction, an…
|
ACE | IN | Manufacturing |
|
ADMACH SYSTEMS LIMITED
Designs and manufactures material handling systems and indu…
|
544669 | IN | Manufacturing |
|
Affordable Robotic & Automation Limited
Provides turnkey automation, robotic welding, and automated…
|
AFFORDABLE | IN | Manufacturing |
|
AICHI CORPORATION
Manufacturer of aerial work platforms and digger derricks f…
|
6345 | JP | Manufacturing |
|
Alimak Group
Provider of vertical access solutions for industrial and co…
|
ALIG | SE | Manufacturing |
|
Anhui Heli Co., Ltd.
Manufactures industrial vehicles, forklifts, and automated …
|
600761 | CN | Manufacturing |
|
Autostore Holdings Ltd.
Designs and manufactures robotic, cube-based order-fulfillm…
|
AUTO | BM | Manufacturing |
|
BALYO
Develops robotic solutions for automating material handling…
|
BALYO | FR | Manufacturing |
|
BARDELLA S.A. INDUSTRIAS MECANICAS - EM RECUPERAÇÃO JUDICIAL
Manufacturer of heavy industrial equipment and steel profil…
|
— | BR | Manufacturing |
|
BlueSword Intelligent Technology Co.,Ltd.
Provider of intelligent logistics systems and automated war…
|
688557 | CN | Manufacturing |
Dalian Huarui Heavy Industry 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/54258/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54258 | 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=54258 | 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=54258 \ -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": 54258}, 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 Dalian Huarui Heavy Industry Group Co.,LTD. (id: 54258)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.