威博液压 — 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 |
|---|---|---|---|
| 2025-149 容诚会计师事务所关于威博液压第二轮问询的回复 | 2025-12-29 | Chinese | |
| 2025年度向特定对象发行可转换公司债券募集说明书(修订稿) | 2025-12-29 | Chinese | |
| 关于北京证券交易所恢复审核公司2025年度向特定对象发行可转换公司债券的公告 | 2025-12-16 | Chinese | |
| 2025年三季度报告 | 2025-10-28 | Chinese | |
| 第三届董事会第十七次会议决议公告 | 2025-10-28 | Chinese | |
| 关于北京证券交易所中止审核公司2025年度向特定对象发行可转换公司债券的公告 | 2025-09-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40109474 | 2025-149 容诚会计师事务所关于威博液压第二轮问询的回复 | 2025-12-29 | Chinese | ||
| 40109443 | 2025年度向特定对象发行可转换公司债券募集说明书(修订稿) | 2025-12-29 | Chinese | ||
| 40109387 | 关于北京证券交易所恢复审核公司2025年度向特定对象发行可转换公司债券的公告 | 2025-12-16 | Chinese | ||
| 40109379 | 2025年三季度报告 | 2025-10-28 | Chinese | ||
| 40109361 | 第三届董事会第十七次会议决议公告 | 2025-10-28 | Chinese | ||
| 40109353 | 关于北京证券交易所中止审核公司2025年度向特定对象发行可转换公司债券的公告 | 2025-09-28 | Chinese | ||
| 40109345 | 关于收到北京证券交易所《关于江苏威博液压股份有限公司向特定对象发行可转换公司债券申请文件的第二轮审核问询函》的公告 | 2025-09-11 | Chinese | ||
| 40109332 | 2025年度向特定对象发行可转换公司债券募集说明书(修订稿) | 2025-09-08 | Chinese | ||
| 40109252 | 上海市锦天城律师事务所关于威博液压的补充法律意见书(一) | 2025-09-08 | Chinese | ||
| 40109211 | 威博液压及东吴证券关于第一轮问询的回复 | 2025-09-08 | Chinese | ||
| 40109149 | 东吴证券股份有限公司关于江苏威博液压股份有限公司向特定对象发行可转换公司债券之发行保荐书(修订稿) | 2025-09-08 | Chinese | ||
| 40109106 | 东吴证券股份有限公司关于江苏威博液压股份有限公司向特定对象发行可转换公司债券申请挂牌转让保荐书(修订稿) | 2025-09-08 | Chinese | ||
| 40109003 | 容诚会计师事务所关于威博液压第一轮问询的回复 | 2025-09-08 | Chinese | ||
| 40108917 | 东吴证券股份有限公司关于江苏威博液压股份有限公司2025年度半年度持续督导跟踪报告 | 2025-09-03 | Chinese | ||
| 40108891 | 2025年半年度报告摘要 | 2025-08-26 | 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.