
SUNWARD INTELLIGENT EQUIPMENT CO.,LTD. — Investor Relations & Filings
SUNWARD INTELLIGENT EQUIPMENT CO.,LTD. focuses on the research, development, and manufacturing of advanced engineering machinery and intelligent equipment. The product portfolio encompasses a broad range of excavators, piling machinery including rotary drilling rigs, and rock drilling equipment. Additionally, the company develops aerial work platforms, skid steer loaders, and light aviation equipment. Sunward prioritizes independent innovation and the integration of industry-university-research models to produce high-performance, energy-efficient machinery. Its solutions are utilized globally across infrastructure development, mining operations, and construction sectors, emphasizing technological sophistication and operational reliability in heavy equipment manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 湖南启元律师事务所关于山河智能装备股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | |
| 2025年年度报告摘要 | 2026-04-24 | Chinese | |
| 关于续聘公司2026年度审计机构的公告 | 2026-04-24 | Chinese | |
| 独立董事2025年度述职报告(吴能全-换届离任) | 2026-04-24 | Chinese | |
| 独立董事2025年度述职报告(许长龙) | 2026-04-24 | Chinese |
Browse filings by year
21 years- 2026 29 filings
- 2025 120 filings
- 2024 123 filings
- 2023 98 filings
- 2022 89 filings
- 2021 115 filings
- 2020 113 filings
- 2019 141 filings
- 2018 115 filings
- 2017 121 filings
- 2016 168 filings
- 2015 131 filings
- 2014 89 filings
- 2013 82 filings
- 2012 82 filings
- 2011 73 filings
- 2010 111 filings
- 2009 60 filings
- 2008 98 filings
- 2007 90 filings
- 2006 23 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365347 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46364379 | 湖南启元律师事务所关于山河智能装备股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 36127995 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 36127992 | 关于续聘公司2026年度审计机构的公告 | 2026-04-24 | Chinese | ||
| 36127983 | 独立董事2025年度述职报告(吴能全-换届离任) | 2026-04-24 | Chinese | ||
| 36127979 | 独立董事2025年度述职报告(许长龙) | 2026-04-24 | Chinese | ||
| 36127977 | 独立董事2025年度述职报告(蔡贵龙) | 2026-04-24 | Chinese | ||
| 36127976 | 独立董事2025年度述职报告(毕亚林) | 2026-04-24 | Chinese | ||
| 36127970 | 2025年度董事会工作报告 | 2026-04-24 | Chinese | ||
| 36127967 | 2025年度环境、社会和公司治理报告 | 2026-04-24 | Chinese | ||
| 36127842 | 2025年度内部控制审计报告 | 2026-04-24 | Chinese | ||
| 36127834 | 关于2026年度融资计划的公告 | 2026-04-24 | Chinese | ||
| 36127832 | 第九届董事会第五次会议决议公告 | 2026-04-24 | Chinese | ||
| 36127823 | 关于召开2025年度业绩说明会暨相关问题征集的公告 | 2026-04-24 | Chinese | ||
| 36127814 | 关于购买董事、高级管理人员责任险的公告 | 2026-04-24 | 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 |
SUNWARD INTELLIGENT EQUIPMENT 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/54155/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54155 | 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=54155 | 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=54155 \ -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": 54155}, 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 SUNWARD INTELLIGENT EQUIPMENT CO.,LTD. (id: 54155)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.