
威博液压 — Investor Relations & Filings
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 |
|---|---|---|---|
| 关于第二届董事会第二十三次会议审议事项的独立意见公告 | 2023-04-12 | Chinese | |
| 东吴证券股份有限公司关于江苏威博液压股份有限公司2022年度公司治理专项自查及规范活动的专项核查报告 | 2023-04-12 | Chinese | |
| 容诚会计师事务所(特殊普通合伙)关于江苏威博液压股份有限公司2022年度募集资金存放与使用情况的鉴证报告 | 2023-04-12 | Chinese | |
| 关于第二届董事会第二十三次会议审议事项的事前认可意见公告 | 2023-04-12 | Chinese | |
| 2022年年度报告 | 2023-04-12 | Chinese | |
| 关于提请召开2022年年度股东大会的通知公告 | 2023-04-12 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 40103637 | 关于第二届董事会第二十三次会议审议事项的独立意见公告 | 2023-04-12 | Chinese | ||
| 40103627 | 东吴证券股份有限公司关于江苏威博液压股份有限公司2022年度公司治理专项自查及规范活动的专项核查报告 | 2023-04-12 | Chinese | ||
| 40103617 | 容诚会计师事务所(特殊普通合伙)关于江苏威博液压股份有限公司2022年度募集资金存放与使用情况的鉴证报告 | 2023-04-12 | Chinese | ||
| 40103581 | 关于第二届董事会第二十三次会议审议事项的事前认可意见公告 | 2023-04-12 | Chinese | ||
| 40103571 | 2022年年度报告 | 2023-04-12 | Chinese | ||
| 40103535 | 关于提请召开2022年年度股东大会的通知公告 | 2023-04-12 | Chinese | ||
| 40103528 | 东吴证券股份有限公司关于江苏威博液压股份有限公司预计2023年度日常性关联交易及关联担保的核查意见 | 2023-04-12 | Chinese | ||
| 40103514 | 东吴证券股份有限公司关于江苏威博液压股份有限公司2022年度募集资金存放与使用情况的专项核查报告 | 2023-04-12 | Chinese | ||
| 40103501 | 2022年度权益分派预案公告 | 2023-04-12 | Chinese | ||
| 40103489 | 2022年度独立董事工作报告 | 2023-04-12 | Chinese | ||
| 40103480 | 关于公司参与私募基金合作投资公告 | 2023-04-12 | Chinese | ||
| 40103470 | 第二届监事会第十三次会议决议公告 | 2023-04-12 | Chinese | ||
| 40103458 | 2022年年度募集资金存放与实际使用情况的专项报告 | 2023-04-12 | Chinese | ||
| 40103448 | 容诚会计师事务所(特殊普通合伙)关于江苏威博液压股份有限公司非经营性资金占用及其他关联资金往来情况说明专项说明 | 2023-04-12 | Chinese | ||
| 40103405 | 关于公司拟向银行申请综合授信暨关联担保的公告 | 2023-04-12 | 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/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.