威博液压 — Investor Relations & Filings
About 威博液压
Huai'an Vibo Hydraulics specializes in the research, development, and manufacturing of hydraulic power units and core hydraulic components. The product portfolio includes AC and DC hydraulic power units, hydraulic valves, gear pumps, and cylinders. These solutions are utilized in material handling equipment such as electric forklifts and tail lifts, as well as aerial work platforms, automotive lifts, and medical machinery. The company focuses on providing integrated hydraulic system solutions characterized by high power density, reliability, and compact design. By leveraging advanced manufacturing processes and quality control, the organization serves a global clientele across various sectors, emphasizing technical innovation and customized engineering to meet specific application requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于预计2026年日常性关联交易的公告 | 2026-01-19 | Chinese | |
| 第三届董事会第十八次会议决议公告 | 2026-01-19 | Chinese | |
| 关于召开2026年第一次临时股东会通知公告(提供网络投票) | 2026-01-19 | Chinese | |
| 独立董事专门会议关于部分限制性股票定向回购股份方案的核查意见 | 2026-01-19 | Chinese | |
| 关于部分限制性股票定向回购股份方案公告 | 2026-01-19 | Chinese | |
| 上海市锦天城律师事务所关于江苏威博液压股份有限公司2024年股权激励计划之回购注销部分限制性股票相关事项的法律意见书 | 2026-01-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 40109775 | 关于预计2026年日常性关联交易的公告 | 2026-01-19 | Chinese | ||
| 40109763 | 第三届董事会第十八次会议决议公告 | 2026-01-19 | Chinese | ||
| 40109754 | 关于召开2026年第一次临时股东会通知公告(提供网络投票) | 2026-01-19 | Chinese | ||
| 40109742 | 独立董事专门会议关于部分限制性股票定向回购股份方案的核查意见 | 2026-01-19 | Chinese | ||
| 40109733 | 关于部分限制性股票定向回购股份方案公告 | 2026-01-19 | Chinese | ||
| 40109726 | 上海市锦天城律师事务所关于江苏威博液压股份有限公司2024年股权激励计划之回购注销部分限制性股票相关事项的法律意见书 | 2026-01-19 | Chinese | ||
| 40109716 | 关于变更注册资本暨修订《公司章程》的公告 | 2026-01-19 | Chinese | ||
| 40109706 | 关于终止2025年度向特定对象发行可转换公司债券并撤回申请材料的公告 | 2026-01-19 | Chinese | ||
| 40109694 | 高级管理人员离任公告 | 2026-01-15 | Chinese | ||
|
2025
6 filings
| |||||
| 40109684 | 2025-146 威博液压及东吴证券关于第一轮问询的回复(更新三季报数据) | 2025-12-29 | Chinese | ||
| 40109621 | 2025-148 容诚会计师事务所关于威博液压第一轮问询的回复(更新三季报数据) | 2025-12-29 | Chinese | ||
| 40109565 | 东吴证券股份有限公司关于江苏威博液压股份有限公司向特定对象发行可转换公司债券之发行保荐书(修订稿) | 2025-12-29 | Chinese | ||
| 40109544 | 2025-147 威博液压及东吴证券关于第二轮问询的回复 | 2025-12-29 | Chinese | ||
| 40109512 | 上海市锦天城律师事务所关于威博液压的补充法律意见书(二) | 2025-12-29 | Chinese | ||
| 40109500 | 2025-145 东吴证券股份有限公司关于江苏威博液压股份有限公司向特定对象发行可转换公司债券申请挂牌转让保荐书(修订稿) | 2025-12-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fluid power equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Airtac International Group
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 |
|
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 |
|
Hengong Precision Equipment Co., Ltd.
Manufactures continuous casting iron materials and high-pre…
|
301261 | CN | 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/58785/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58785 | 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=58785 | 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=58785 \ -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": 58785}, 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: 58785)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.