
ZHEFU HOLDING GROUP CO.,LTD. — Investor Relations & Filings
Zhefu Holding Group Co., Ltd. specializes in the design, manufacture, and sale of clean energy equipment and the provision of environmental protection services. The company's primary product portfolio includes complete sets of hydroelectric generating units, such as Kaplan, Francis, and tubular turbines. It also develops equipment for nuclear power plants and provides technical services for energy infrastructure. In addition to its manufacturing core, the group operates in the environmental sector, focusing on the comprehensive utilization of hazardous waste and the recycling of non-ferrous metals. By integrating high-end equipment manufacturing with resource recovery, the company supports the transition to sustainable energy and circular industrial processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东部分股份质押及解除质押的公告 | 2026-05-20 | Chinese | |
| 关于控股股东部分股份质押的公告 | 2026-05-18 | Chinese | |
| 20260515_简式权益变动报告书(叶标) | 2026-05-15 | Chinese | |
| 独立董事提名人声明与承诺 (刘志华) | 2026-04-03 | Chinese | |
| 会计师事务所选聘制度(2026年4月) | 2026-04-03 | Chinese | |
| 对外提供财务资助管理制度(2026年4月) | 2026-04-03 | Chinese |
Browse filings by year
19 years- 2026 45 filings
- 2025 131 filings
- 2024 151 filings
- 2023 163 filings
- 2022 151 filings
- 2021 131 filings
- 2020 155 filings
- 2019 140 filings
- 2018 93 filings
- 2017 115 filings
- 2016 198 filings
- 2015 120 filings
- 2014 172 filings
- 2013 164 filings
- 2012 102 filings
- 2011 103 filings
- 2010 99 filings
- 2009 55 filings
- 2008 55 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46701510 | 关于控股股东部分股份质押及解除质押的公告 | 2026-05-20 | Chinese | ||
| 46512756 | 关于控股股东部分股份质押的公告 | 2026-05-18 | Chinese | ||
| 46365566 | 20260515_简式权益变动报告书(叶标) | 2026-05-15 | Chinese | ||
| 35225280 | 独立董事提名人声明与承诺 (刘志华) | 2026-04-03 | Chinese | ||
| 35225278 | 会计师事务所选聘制度(2026年4月) | 2026-04-03 | Chinese | ||
| 35225275 | 对外提供财务资助管理制度(2026年4月) | 2026-04-03 | Chinese | ||
| 35225273 | 独立董事工作细则(2026年4月) | 2026-04-03 | Chinese | ||
| 35225269 | 独立董事候选人声明与承诺(刘志华) | 2026-04-03 | Chinese | ||
| 35225267 | 独立董事候选人声明与承诺(许永斌) | 2026-04-03 | Chinese | ||
| 35225266 | 独立董事提名人声明与承诺 (许永斌) | 2026-04-03 | Chinese | ||
| 35225265 | 关于召开2026年第二次临时股东会的通知 | 2026-04-03 | Chinese | ||
| 35225264 | 独立董事候选人声明与承诺(何圣东) | 2026-04-03 | Chinese | ||
| 35225263 | 独立董事提名人声明与承诺 (何圣东) | 2026-04-03 | Chinese | ||
| 35225260 | 信息披露管理制度(2026年4月) | 2026-04-03 | Chinese | ||
| 35225256 | 独立董事候选人声明与承诺(丁松良) | 2026-04-03 | 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 |
ZHEFU HOLDING 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/54317/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54317 | 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=54317 | 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=54317 \ -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": 54317}, 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 ZHEFU HOLDING GROUP CO.,LTD. (id: 54317)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.