
NINGBO HENGSHUAI Co., LTD. — Investor Relations & Filings
NINGBO HENGSHUAI Co., LTD. focuses on the design, development, and manufacturing of fluid systems and micro-motor solutions. The product range includes automotive cleaning systems, such as washer pumps, nozzles, and reservoirs for windshields and headlamps. The company also produces specialized micro-motors for applications including exterior mirrors, seat positioning, and thermal management actuators. Technical capabilities encompass precision plastic molding, motor winding, and automated assembly. The firm supplies integrated components to global original equipment manufacturers and Tier 1 suppliers, emphasizing high-performance fluid control and electromechanical integration. Recent developments include advanced sensor cleaning systems and thermal management components designed for electric vehicle architectures and autonomous driving technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2025年度利润分配和资本公积金转增股本实施的公告 | 2026-05-20 | Chinese | |
| 关于恒帅转债赎回结果的公告 | 2026-05-20 | Chinese | |
| 关于恒帅转债摘牌的公告 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 上海国瓴律师事务所关于宁波恒帅股份有限公司2025年年度股东会见证的法律意见 | 2026-05-19 | Chinese | |
| 关于恒帅转债即将停止转股暨赎回前最后半个交易日的重要提示性公告 | 2026-05-12 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46615314 | 关于2025年度利润分配和资本公积金转增股本实施的公告 | 2026-05-20 | Chinese | ||
| 46593205 | 关于恒帅转债赎回结果的公告 | 2026-05-20 | Chinese | ||
| 46593199 | 关于恒帅转债摘牌的公告 | 2026-05-20 | Chinese | ||
| 46532345 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46532348 | 上海国瓴律师事务所关于宁波恒帅股份有限公司2025年年度股东会见证的法律意见 | 2026-05-19 | Chinese | ||
| 45059633 | 关于恒帅转债即将停止转股暨赎回前最后半个交易日的重要提示性公告 | 2026-05-12 | Chinese | ||
| 44825383 | 关于提前赎回恒帅转债暨即将停止转股的重要提示和控股股东、实际控制人及其一致行动人持股比例被动稀释触及1%及5%整数倍公告 | 2026-05-10 | Chinese | ||
| 44267266 | 关于提前赎回恒帅转债暨即将停止转股的重要提示性公告 | 2026-05-07 | Chinese | ||
| 44276813 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2026-05-07 | Chinese | ||
| 44280152 | 关于提前赎回恒帅转债暨即将停止交易的重要提示性公告 | 2026-05-06 | Chinese | ||
| 44463488 | 国金证券股份有限公司关于宁波恒帅股份有限公司2025年度内部控制的自我评价报告的核查意见 | 2026-04-28 | Chinese | ||
| 44463479 | 内部控制审计报告 | 2026-04-28 | Chinese | ||
| 44463450 | 关于2025年年度募集资金存放与使用情况专项报告 | 2026-04-28 | Chinese | ||
| 44463441 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | ||
| 44463439 | 2025年度独立董事述职报告(章定表-已离任) | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
NINGBO HENGSHUAI 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/55931/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55931 | 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=55931 | 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=55931 \ -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": 55931}, 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 NINGBO HENGSHUAI Co., LTD. (id: 55931)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.