Zoomlion Heavy Industry Science & Technology Co., Ltd. — Investor Relations & Filings
Zoomlion Heavy Industry Science & Technology Co., Ltd. is a manufacturer of high-tech equipment, primarily engaged in the development and production of engineering and agricultural machinery. The company's extensive product portfolio includes construction hoisting machinery such as tower and mobile cranes, concrete machinery, earthmoving equipment, and mobile elevating work platforms (MEWPs). It also offers specialized equipment for foundation construction, mining operations, and agriculture, in addition to industrial vehicles and emergency equipment. The company focuses on research and development to provide advanced machinery solutions to a global customer base across various sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2025年年度股东会的通知 | 2026-05-29 | Chinese | |
| NOTICE OF BOARD MEETING | 2026-04-16 | English | |
| Monthly Return of Equity Issuer on Movements in Securities for the month ended 31 March 2026 | 2026-04-02 | English | |
| An announcement has just been published by the issuer in the Chinese section of this website, a corresponding version of which may or may not be published in this section | 2026-04-01 | English | |
| 关于授权进行低风险投资理财业务的公告 | 2026-03-30 | Chinese | |
| 薪酬与考核委员会2025年度工作报告 | 2026-03-30 | Chinese |
Browse filings by year
26 years- 2026 36 filings
- 2025 208 filings
- 2024 214 filings
- 2023 313 filings
- 2022 280 filings
- 2021 295 filings
- 2020 425 filings
- 2019 410 filings
- 2018 305 filings
- 2017 312 filings
- 2016 263 filings
- 2015 259 filings
- 2014 211 filings
- 2013 202 filings
- 2012 234 filings
- 2011 240 filings
- 2010 107 filings
- 2009 61 filings
- 2008 102 filings
- 2007 80 filings
- 2006 95 filings
- 2005 54 filings
- 2004 54 filings
- 2003 43 filings
- 2002 33 filings
- 2001 6 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47896758 | 关于召开2025年年度股东会的通知 | 2026-05-29 | Chinese | ||
| 34645545 | NOTICE OF BOARD MEETING | 2026-04-16 | English | ||
| 33151828 | Monthly Return of Equity Issuer on Movements in Securities for the month ended 31 March 2026 | 2026-04-02 | English | ||
| 33132020 | An announcement has just been published by the issuer in the Chinese section of this website, a corresponding version of which may or may not be published in this section | 2026-04-01 | English | ||
| 44632866 | 关于授权进行低风险投资理财业务的公告 | 2026-03-30 | Chinese | ||
| 44632865 | 薪酬与考核委员会2025年度工作报告 | 2026-03-30 | Chinese | ||
| 44632863 | 第七届董事会第七次会议决议公告 | 2026-03-30 | Chinese | ||
| 44632860 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-03-30 | Chinese | ||
| 44632858 | 2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 44632857 | 关于批准及授权公司及控股子公司开展下游客户金融业务并对外提供担保的公告 | 2026-03-30 | Chinese | ||
| 44632854 | 2025年度内部控制评价报告 | 2026-03-30 | Chinese | ||
| 44632847 | 关于开展金融衍生品业务的可行性分析报告 | 2026-03-30 | Chinese | ||
| 44632845 | 关于对控股公司提供担保的公告 | 2026-03-30 | Chinese | ||
| 44632842 | 2025年年度审计报告 | 2026-03-30 | Chinese | ||
| 44632818 | 2025年度审计委员会履职情况报告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for mining, quarrying and construction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIRMAN CORPORATION
Manufacturer of air compressors, generators, and constructi…
|
6364 | JP | Manufacturing |
|
AJAX Engineering Limited
Manufacturer of concrete equipment for production, transpor…
|
AJAXENGG | IN | Manufacturing |
|
Anhui Tuoshan Heavy Industries Co.,Ltd.
Manufactures undercarriage components for crawler-type heav…
|
001226 | CN | Manufacturing |
|
ANSHAN SENYUAN ROAD AND BRIDGE CO.,LTD
Manufactures road maintenance machinery and asphalt pavemen…
|
300210 | CN | Manufacturing |
|
APOLLO TECHNO INDUSTRIES LIMITED
Manufacturer of high-performance road construction and infr…
|
544671 | IN | Manufacturing |
|
Arrival Energy Corporation
Engineers, manufactures, and services innovative downhole d…
|
ARVL | CA | Manufacturing |
|
ASTEC INDUSTRIES INC
Manufactures equipment for road building, aggregate process…
|
ASTE | US | Manufacturing |
|
AUSTIN ENGINEERING LIMITED
Designs and manufactures customized mining equipment and en…
|
ANG | AU | Manufacturing |
|
BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY CO., LTD.
Develops intelligent control systems and equipment for unde…
|
688570 | CN | Manufacturing |
|
BELL EQUIPMENT LIMITED
Global supplier and manufacturer of heavy equipment and mat…
|
BEL | ZA | Manufacturing |
Zoomlion Heavy Industry Science & 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/35658/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35658 | 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=35658 | 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=35658 \ -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": 35658}, 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 Zoomlion Heavy Industry Science & Technology Co., Ltd. (id: 35658)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.