
汇隆活塞 — Investor Relations & Filings
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 |
|---|---|---|---|
| 辽宁恒信律师事务所关于大连汇隆活塞股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-07-04 | Chinese | |
| 关于召开2024年第一次临时股东大会通知公告(提供网络投票) | 2024-06-17 | Chinese | |
| 第四届董事会第二次会议决议公告 | 2024-06-17 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司厂房租赁暨关联交易的核查意见 | 2024-06-17 | Chinese | |
| 使用闲置募集资金购买理财产品公告 | 2024-06-17 | Chinese | |
| 关联交易公告 | 2024-06-17 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39815982 | 辽宁恒信律师事务所关于大连汇隆活塞股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-07-04 | Chinese | ||
| 39815971 | 关于召开2024年第一次临时股东大会通知公告(提供网络投票) | 2024-06-17 | Chinese | ||
| 39815963 | 第四届董事会第二次会议决议公告 | 2024-06-17 | Chinese | ||
| 39815956 | 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司厂房租赁暨关联交易的核查意见 | 2024-06-17 | Chinese | ||
| 39815946 | 使用闲置募集资金购买理财产品公告 | 2024-06-17 | Chinese | ||
| 39815934 | 关联交易公告 | 2024-06-17 | Chinese | ||
| 39815924 | 第四届监事会第二次会议决议公告 | 2024-06-17 | Chinese | ||
| 39815914 | 申万宏源证券承销保荐有限责任公司关于大连汇隆活塞股份有限公司使用闲置募集资金购买理财产品的核查意见 | 2024-06-17 | Chinese | ||
| 39815900 | 关于购买公司和董监高责任险的公告 | 2024-06-17 | Chinese | ||
| 39815891 | 2023年年度权益分派实施公告 | 2024-06-12 | Chinese | ||
| 39815887 | 董事长、监事会主席、高级管理人员换届公告 | 2024-05-22 | Chinese | ||
| 39815876 | 第四届监事会第一次会议决议公告 | 2024-05-22 | Chinese | ||
| 39815861 | 关于选举第四届董事会审计委员会委员的公告 | 2024-05-22 | Chinese | ||
| 39815848 | 2023年年度股东大会决议公告 | 2024-05-22 | Chinese | ||
| 39815839 | 辽宁恒信律师事务所关于大连汇隆活塞股份有限公司2023年年度股东大会的法律意见书 | 2024-05-22 | 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.