
万通液压 — Investor Relations & Filings
Wantong Hydraulics is a specialized manufacturer focused on the research, development, and production of high-performance hydraulic cylinders. Its core product range includes multi-stage telescopic cylinders for dump trucks, specialized hydraulic supports for coal mining machinery, and oil-gas suspension cylinders for heavy-duty off-road vehicles. The company also provides customized hydraulic solutions for engineering machinery and sanitation equipment. By integrating advanced manufacturing processes with rigorous quality control, Wantong Hydraulics delivers components designed for high-pressure environments and heavy-load applications. Its technical capabilities emphasize durability, precision, and efficiency, supporting diverse industrial operations in mining, construction, and specialized vehicle sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京植德律师事务所关于山东万通液压股份有限公司2022年第三次临时股东大会的法意见书 | 2022-12-20 | Chinese | |
| 关于减少注册资本通知债权人的公告 | 2022-12-20 | Chinese | |
| 监事会关于部分限制性股票回购注销及向激励对象授予2021年限制性股票预留权益的核查意见 | 2022-12-04 | Chinese | |
| 第三届董事会第二十二次会议决议公告 | 2022-12-04 | Chinese | |
| 北京植德律师事务所关于山东万通液压股份有限公司2021年限制性股票激励计划之回购注销部分限制性股票及预留授予事宜的法律意见书 | 2022-12-04 | Chinese | |
| 2021年限制性股票激励计划预留限制性股票授予公告 | 2022-12-04 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 39677766 | 北京植德律师事务所关于山东万通液压股份有限公司2022年第三次临时股东大会的法意见书 | 2022-12-20 | Chinese | ||
| 39677752 | 关于减少注册资本通知债权人的公告 | 2022-12-20 | Chinese | ||
| 39677746 | 监事会关于部分限制性股票回购注销及向激励对象授予2021年限制性股票预留权益的核查意见 | 2022-12-04 | Chinese | ||
| 39677738 | 第三届董事会第二十二次会议决议公告 | 2022-12-04 | Chinese | ||
| 39677726 | 北京植德律师事务所关于山东万通液压股份有限公司2021年限制性股票激励计划之回购注销部分限制性股票及预留授予事宜的法律意见书 | 2022-12-04 | Chinese | ||
| 39677657 | 2021年限制性股票激励计划预留限制性股票授予公告 | 2022-12-04 | Chinese | ||
| 39677651 | 关于拟变更注册资本并修订公司章程公告 | 2022-12-04 | Chinese | ||
| 39677646 | 关于调整2021年限制性股票激励计划预留股份授予价格的公告 | 2022-12-04 | Chinese | ||
| 39677638 | 独立董事关于第三届董事会第二十二次会议相关事项的独立意见 | 2022-12-04 | Chinese | ||
| 39677633 | 关于部分限制性股票定向回购方案公告 | 2022-12-04 | Chinese | ||
| 39677626 | 第三届监事会第二十一次会议决议公告 | 2022-12-04 | Chinese | ||
| 39677619 | 关于召开2020年第三次临时股东大会通知公告(提供网络投票) | 2022-12-04 | Chinese | ||
| 39677610 | 北京植德律师事务所关于万通液压第一期限制性股票激励计划之回购注销部分限制性股票及调整回购价格、回购数量事宜的法律意见书 | 2022-12-04 | Chinese | ||
| 39677563 | 北京植德律师事务所关于山东万通液压股份有限公司2022年第二次临时股东大会的法律意见书 | 2022-12-01 | Chinese | ||
| 39677554 | 关于认定核心员工的公告 | 2022-12-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fluid power equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIRTAC
Manufacturer of pneumatic components and transmission equip…
|
1590 | TW | Manufacturing |
|
Avic Heavy Machinery Co.,Ltd.
Manufactures high-end forgings, hydraulic systems, and heat…
|
600765 | CN | Manufacturing |
|
CFF FLUID CONTROL LIMITED
Manufactures and services naval shipboard machinery and flu…
|
543920 | IN | Manufacturing |
|
CHELIC
Specialized manufacturer of pneumatic and electric automati…
|
4555 | TW | Manufacturing |
|
CKD Corporation
Manufactures automation machinery and components for a wide…
|
6407 | JP | Manufacturing |
|
CONVUM Ltd.
Manufacturer of pneumatic equipment and vacuum components f…
|
6265 | JP | Manufacturing |
|
Duncan Engineering Limited
Manufacturer of industrial pneumatic products and OTR tyre …
|
504908 | IN | Manufacturing |
|
DY Corporation
Manufactures industrial machinery, automotive components, a…
|
013570 | KR | Manufacturing |
|
DY POWER Corporation
Manufacturer of hydraulic cylinders for construction and he…
|
210540 | KR | Manufacturing |
|
HELIOS TECHNOLOGIES, INC.
Develops and manufactures motion control and electronic con…
|
HLIO | US | 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/58935/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58935 | 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=58935 | 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=58935 \ -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": 58935}, 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: 58935)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.