%20Co.%2C%20Ltd./other/EurocraneChina_Co._Ltd.-logo.png)
Eurocrane(China) Co., Ltd. — Investor Relations & Filings
Eurocrane (China) Co., Ltd. specializes in the research, development, manufacturing, and service of high-end cranes and material handling equipment. The company provides a comprehensive portfolio of products, including overhead cranes, gantry cranes, electric hoists, winches, and specialized engineering machinery components. By integrating advanced technology and modular design principles, the company delivers solutions characterized by high reliability, energy efficiency, and precise positioning. Its offerings cater to diverse sectors such as manufacturing, energy, logistics, and infrastructure. Eurocrane focuses on providing customized material handling systems that optimize operational safety and productivity, supported by a robust technical service network and a commitment to continuous innovation in lifting technology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2024年股票期权与限制性股票激励计划回购注销部分限制性股票的实施公告 | 2026-06-23 | Chinese | |
| 国浩律师(上海)事务所关于公司回购注销部分限制性股票事项之法律意见书 | 2026-06-23 | Chinese | |
| 关于权益分派实施后调整限制性股票回购价格及回购注销数量的公告 | 2026-06-15 | Chinese | |
| 关于2024年股票期权与限制性股票激励计划第二个解除限售期限制性股票解锁暨上市公告 | 2026-06-03 | Chinese | |
| 关于控股股东、实际控制人及其一致行动人签署《补充协议》暨控制权变更的进展公告 | 2026-05-27 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-20 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 48331078 | 关于2024年股票期权与限制性股票激励计划回购注销部分限制性股票的实施公告 | 2026-06-23 | Chinese | ||
| 48330932 | 国浩律师(上海)事务所关于公司回购注销部分限制性股票事项之法律意见书 | 2026-06-23 | Chinese | ||
| 48081035 | 关于权益分派实施后调整限制性股票回购价格及回购注销数量的公告 | 2026-06-15 | Chinese | ||
| 47959787 | 关于2024年股票期权与限制性股票激励计划第二个解除限售期限制性股票解锁暨上市公告 | 2026-06-03 | Chinese | ||
| 47849316 | 关于控股股东、实际控制人及其一致行动人签署《补充协议》暨控制权变更的进展公告 | 2026-05-27 | Chinese | ||
| 46702116 | 2025年年度权益分派实施公告 | 2026-05-20 | Chinese | ||
| 44493558 | 2025年年度股东会决议公告 | 2026-05-08 | Chinese | ||
| 34821080 | 关于2025年度“提质增效重回报”行动方案的评估报告暨2026年度“提质增效重回报”行动方案的公告 | 2026-04-17 | Chinese | ||
| 34818721 | 2025年年度报告全文 | 2026-04-17 | Chinese | ||
| 34818718 | 关于使用闲置自有资金进行现金管理的公告 | 2026-04-17 | Chinese | ||
| 34818715 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | ||
| 34818682 | 董事和高级管理人员薪酬管理制度 | 2026-04-17 | Chinese | ||
| 34818665 | 关于2024年股票期权与限制性股票激励计划第二个行权期行权条件及第二个解除限售期解除限售条件成就的公告 | 2026-04-17 | Chinese | ||
| 34818651 | 独立董事2025年度述职报告(袁鸿昌) | 2026-04-17 | Chinese | ||
| 34818649 | 关于预计为控股子公司提供担保额度的公告 | 2026-04-17 | 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 |
|
ALLA PUBLIC COMPANY LIMITED
Provider of integrated material handling systems and relate…
|
ALLA | TH | 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 |
Eurocrane(China) 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/57923/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57923 | 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=57923 | 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=57923 \ -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": 57923}, 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 Eurocrane(China) Co., Ltd. (id: 57923)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.