Jiangxi Huawu Brake Co., Ltd. — Investor Relations & Filings
Jiangxi Huawu Brake Co., Ltd. specializes in the research, development, manufacture, and sale of industrial braking systems and related control equipment. The company's product portfolio includes a wide range of hydraulic drum brakes, disc brakes, electromagnetic brakes, and windproof braking devices designed for heavy-duty applications. These systems are primarily utilized in sectors such as port machinery, metallurgy, mining, wind power generation, and rail transit. Huawu focuses on providing high-performance safety components that ensure reliable deceleration and holding functions for large-scale equipment. The company also offers integrated hydraulic stations and intelligent control systems to enhance the operational efficiency and safety of industrial machinery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于签订募集资金三方监管协议的公告 | 2026-01-22 | Chinese | |
| 关于子公司被申请破产清算的进展公告 | 2026-01-20 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于江西华伍制动器股份有限公司变更部分募投项目资金用途、变更部分募集资金专户并授权签订三方监管协议的核查意见 | 2026-01-08 | Chinese | |
| 关于向全资孙公司华伍轨道交通装备(上海)有限责任公司增资的公告 | 2026-01-08 | Chinese | |
| 关于变更部分募投项目资金用途、变更部分募集资金专户并授权签订三方监管协议的公告 | 2026-01-08 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2026-01-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 35802416 | 关于签订募集资金三方监管协议的公告 | 2026-01-22 | Chinese | ||
| 35802410 | 关于子公司被申请破产清算的进展公告 | 2026-01-20 | Chinese | ||
| 35802399 | 申万宏源证券承销保荐有限责任公司关于江西华伍制动器股份有限公司变更部分募投项目资金用途、变更部分募集资金专户并授权签订三方监管协议的核查意见 | 2026-01-08 | Chinese | ||
| 35802391 | 关于向全资孙公司华伍轨道交通装备(上海)有限责任公司增资的公告 | 2026-01-08 | Chinese | ||
| 35802380 | 关于变更部分募投项目资金用途、变更部分募集资金专户并授权签订三方监管协议的公告 | 2026-01-08 | Chinese | ||
| 35802369 | 关于召开2026年第一次临时股东会的通知 | 2026-01-08 | Chinese | ||
| 35802353 | 第六届董事会第十五次会议决议公告 | 2026-01-08 | Chinese | ||
|
2025
8 filings
| |||||
| 35802344 | 关于控股股东及其一致行动人减持股份计划期限届满的公告 | 2025-12-26 | Chinese | ||
| 35802333 | 关于为下属子公司提供担保的进展公告 | 2025-12-19 | Chinese | ||
| 35802318 | 关于控股股东及其一致行动人减持股份变动触及1%整数倍的公告 | 2025-12-17 | Chinese | ||
| 35802304 | 关于控股股东及其一致行动人减持股份比例达到1%的公告 | 2025-12-08 | Chinese | ||
| 35802292 | 关于控股股东及其一致行动人减持股份变动触及1%整数倍的公告 | 2025-12-05 | Chinese | ||
| 35802282 | 关于子公司被申请破产清算的提示性公告 | 2025-12-04 | Chinese | ||
| 35802270 | 关于子公司股权内部划转的公告 | 2025-11-20 | Chinese | ||
| 35802253 | 第六届董事会第十四次会议决议公告 | 2025-11-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acuvi AB
Develops and manufactures high-precision positioning system…
|
ACUVI | SE | Manufacturing |
|
APEX DYNAMICS, INC.
Manufactures precision mechanical transmission components a…
|
4583 | TW | Manufacturing |
|
Austin Engineering Co. Ltd.
Designs and manufactures anti-friction bearings and custom …
|
522005 | IN | Manufacturing |
|
BERA HOLDİNG A.Ş.
A diversified holding company with operations in manufactur…
|
BERA | TR | Manufacturing |
|
Best Linking Group Holdings Ltd.
Investment holding company manufacturing slewing rings and …
|
9882 | HK | Manufacturing |
|
Bimetal Bearings Ltd
Manufactures precision engine bearings, bushings, and thrus…
|
BIMETAL | IN | Manufacturing |
|
BONSYSTEMS Co., Ltd.
Develops and manufactures advanced actuators and cycloidal …
|
496320 | KR | Manufacturing |
|
BROADWIND, INC.
Precision manufacturer of heavy fabrications and gearing fo…
|
BWEN | US | Manufacturing |
|
CARRARO INDIA LIMITED
Designs and manufactures axles and transmissions for off-hi…
|
CARRARO | IN | Manufacturing |
|
CHANGZHOU NRB CORPORATION
Manufactures precision needle roller bearings for automotiv…
|
002708 | CN | Manufacturing |
Jiangxi Huawu Brake 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/55113/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55113 | 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=55113 | 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=55113 \ -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": 55113}, 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 Jiangxi Huawu Brake Co., Ltd. (id: 55113)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.