汇隆活塞 — Investor Relations & Filings
About 汇隆活塞
Huilong Piston specializes in the research, development, manufacture, and sale of pistons for internal combustion engines. The company primarily focuses on large-bore pistons used in marine engines, rail locomotives, and power generation units. Its product portfolio includes a variety of piston types, such as steel-crown aluminum-skirt articulated pistons, integral nodular cast iron pistons, and aluminum alloy pistons. These components are designed to meet the rigorous demands of medium and high-speed diesel engines. Huilong Piston emphasizes technical innovation and precision engineering to ensure high reliability and performance in heavy-duty applications. The company serves as a key supplier for major engine manufacturers, providing critical components that support transportation and energy infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用部分闲置募集资金现金管理进展的公告 | 2026-01-11 | Chinese | |
| 关于变更签字注册会计师的公告 | 2026-01-04 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司2025年度持续督导定期现场检查报告 | 2025-12-30 | Chinese | |
| 高级管理人员变动公告 | 2025-11-27 | Chinese | |
| 第四届董事会第十三次会议决议公告 | 2025-11-27 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司部分募投项目延期的核查意见 | 2025-10-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 39817647 | 关于使用部分闲置募集资金现金管理进展的公告 | 2026-01-11 | Chinese | ||
| 39817638 | 关于变更签字注册会计师的公告 | 2026-01-04 | Chinese | ||
|
2025
13 filings
| |||||
| 39817631 | 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司2025年度持续督导定期现场检查报告 | 2025-12-30 | Chinese | ||
| 39817620 | 高级管理人员变动公告 | 2025-11-27 | Chinese | ||
| 39817611 | 第四届董事会第十三次会议决议公告 | 2025-11-27 | Chinese | ||
| 39817603 | 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司部分募投项目延期的核查意见 | 2025-10-29 | Chinese | ||
| 39817589 | 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司使用部分闲置募集资金暂时补充流动资金的核查意见 | 2025-10-29 | Chinese | ||
| 39817581 | 第四届董事会第十二次会议决议公告 | 2025-10-29 | Chinese | ||
| 39817569 | 2025年三季度报告 | 2025-10-29 | Chinese | ||
| 39817547 | 关于公司部分募投项目延期的公告 | 2025-10-29 | Chinese | ||
| 39817538 | 关于使用部分闲置募集资金暂时补充流动资金的公告 | 2025-10-29 | Chinese | ||
| 39817529 | 关于使用部分闲置募集资金现金管理进展的公告 | 2025-10-21 | Chinese | ||
| 39817521 | 关于使用部分闲置募集资金暂时补充流动资金归还的公告 | 2025-10-21 | Chinese | ||
| 39817512 | 关于使用部分闲置募集资金现金管理进展的公告 | 2025-09-21 | Chinese | ||
| 39817501 | 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司2025年半年度持续督导跟踪报告 | 2025-09-04 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of engines and turbines, except aircraft, vehicle and cycle engines
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2G Energy AG
Manufactures combined heat and power (CHP) systems for dece…
|
2GB | DE | Manufacturing |
|
AAER Inc.
Manufactured high-capacity, megawatt-sized wind turbines fo…
|
AAE | CA | Manufacturing |
|
AERIS IND. E COM. DE EQUIP. PARA GER. DE ENG. S.A.
Manufactures wind turbine blades and provides services for …
|
— | BR | Manufacturing |
|
Akasaka Diesels Ltd.
Specialized manufacturer of marine diesel engines and relat…
|
6022 | JP | Manufacturing |
|
Anhui Quanchai Engine Co.,Ltd
Manufacturer of multi-cylinder diesel engines for agricultu…
|
600218 | CN | Manufacturing |
|
Aquarius Engines AM Ltd.
Develops free-piston linear engines for grid-independent po…
|
AQUA | IL | Manufacturing |
|
Aqylon Nexus Limited
Engineers ORC turbines to convert low-temperature heat into…
|
AQYLON | IN | Manufacturing |
|
Blue Shark Power System
Designs and assembles hydrokinetic turbines for clean energ…
|
MLBSP | FR | Manufacturing |
|
CAPE INDUSTRIES LTD.
Manufactures and supplies cylinder liners for large ship en…
|
064820 | KR | Manufacturing |
|
CHANGCHAI COMPANY,LIMITED
Produces small and medium diesel engines for agricultural a…
|
000570 | 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/58840/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58840 | 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=58840 | 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=58840 \ -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": 58840}, 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: 58840)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.