HANGZHOU TURBINE POWER GROUP CO.,LTD. — Investor Relations & Filings
Hangzhou Turbine Power Group Co., Ltd. specializes in the design, manufacture, and service of industrial steam turbines and auxiliary power equipment. The product portfolio includes back-pressure, condensing, and extraction steam turbines, as well as gas turbines and centrifugal compressors. These systems are engineered for applications in petrochemical, metallurgical, chemical, and paper production facilities. The company provides customized technical solutions for power generation and mechanical drive requirements, focusing on high-efficiency energy conversion and integrated system engineering. Its operations encompass the full lifecycle of power machinery, from research and development to maintenance and technical support for a global client base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事候选人声明及承诺(许永斌) | 2026-02-11 | Chinese | |
| 独立董事提名人声明及承诺(许永斌) | 2026-02-11 | Chinese | |
| 关于拟修订《公司章程》暨修订、废止并重新制定公司部分治理制度的公告 | 2026-02-11 | Chinese | |
| 对外担保管理制度 | 2026-02-11 | Chinese | |
| 公司章程 | 2026-02-11 | Chinese | |
| 独立董事制度 | 2026-02-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35490338 | 独立董事候选人声明及承诺(许永斌) | 2026-02-11 | Chinese | ||
| 35490332 | 独立董事提名人声明及承诺(许永斌) | 2026-02-11 | Chinese | ||
| 35490324 | 关于拟修订《公司章程》暨修订、废止并重新制定公司部分治理制度的公告 | 2026-02-11 | Chinese | ||
| 35490316 | 对外担保管理制度 | 2026-02-11 | Chinese | ||
| 35490308 | 公司章程 | 2026-02-11 | Chinese | ||
| 35490304 | 独立董事制度 | 2026-02-11 | Chinese | ||
| 35490294 | 独立董事提名人声明及承诺(傅建中) | 2026-02-11 | Chinese | ||
| 35490289 | 关于免于聘请财务顾问出具收购报告书财务顾问意见的说明 | 2026-02-09 | Chinese | ||
| 35490283 | 收购报告书 | 2026-02-09 | Chinese | ||
| 35490270 | 中信证券股份有限公司关于杭州海联讯科技股份有限公司换股吸收合并杭州汽轮动力集团股份有限公司暨关联交易实施情况之独立财务顾问核查意见 | 2026-02-09 | Chinese | ||
| 35490256 | 国浩律师(杭州)事务所关于《杭州海联讯科技股份有限公司收购报告书》之法律意见书 | 2026-02-09 | Chinese | ||
| 35490240 | 关于公司换股吸收合并杭州汽轮动力集团股份有限公司换股实施结果、股份变动暨新增股份上市公告(英文) | 2026-02-09 | Chinese | ||
| 35490234 | 关于公司换股吸收合并杭州汽轮动力集团股份有限公司换股实施结果、股份变动暨新增股份上市公告 | 2026-02-09 | Chinese | ||
| 35490232 | 国浩律师(杭州)事务所关于杭州海联讯科技股份有限公司换股吸收合并杭州汽轮动力集团股份有限公司暨关联交易之实施情况的法律意见书 | 2026-02-09 | Chinese | ||
| 35490225 | 杭州海联讯科技股份有限公司换股吸收合并杭州汽轮动力集团股份有限公司暨关联交易之实施情况暨新增股份上市公告书(摘要) | 2026-02-09 | 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 |
HANGZHOU TURBINE POWER GROUP 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/55281/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55281 | 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=55281 | 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=55281 \ -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": 55281}, 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 HANGZHOU TURBINE POWER GROUP CO.,LTD. (id: 55281)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.