Anhui Quanchai Engine Co.,Ltd — Investor Relations & Filings
About Anhui Quanchai Engine Co.,Ltd
Anhui Quanchai Engine Co.,Ltd. specializes in the research, development, and manufacturing of multi-cylinder diesel engines. The company provides a comprehensive range of power solutions tailored for agricultural machinery, commercial vehicles, construction equipment, and power generation units. Its product portfolio includes several high-performance engine series, such as the 4B, 4C, 4D, 4E, 4F, 4G, and 4L, designed to meet diverse displacement and power requirements. Emphasizing technological innovation and environmental sustainability, the company focuses on developing energy-efficient engines that comply with international emission standards. Through advanced production facilities and rigorous quality control, it serves as a key supplier for domestic and global machinery manufacturers, offering reliable and durable internal combustion engines for various industrial and transport applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 全柴动力独立董事候选人声明与承诺(郝利君) | 2026-03-27 | Chinese | |
| 国元证券股份有限公司关于安徽全柴动力股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-03-27 | Chinese | |
| 全柴动力2025年度利润分配预案公告 | 2026-03-27 | Chinese | |
| 全柴动力募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-03-27 | Chinese | |
| 全柴动力关于申请银行综合授信额度的公告 | 2026-03-27 | Chinese | |
| 全柴动力董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40550482 | 全柴动力独立董事候选人声明与承诺(郝利君) | 2026-03-27 | Chinese | ||
| 40550473 | 国元证券股份有限公司关于安徽全柴动力股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-03-27 | Chinese | ||
| 40550464 | 全柴动力2025年度利润分配预案公告 | 2026-03-27 | Chinese | ||
| 40550456 | 全柴动力募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-03-27 | Chinese | ||
| 40550377 | 全柴动力关于申请银行综合授信额度的公告 | 2026-03-27 | Chinese | ||
| 40550369 | 全柴动力董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-03-27 | Chinese | ||
| 40550352 | 全柴动力对会计师事务所2025年度履职情况的评估报告 | 2026-03-27 | Chinese | ||
| 40550351 | 全柴动力董事会关于独立董事独立性的专项评估意见 | 2026-03-27 | Chinese | ||
| 40550339 | 全柴动力独立董事候选人声明与承诺(黄荷暑) | 2026-03-27 | Chinese | ||
| 40550336 | 全柴动力独立董事候选人声明与承诺(解明国) | 2026-03-27 | Chinese | ||
| 40550333 | 全柴动力内部控制审计报告 | 2026-03-27 | Chinese | ||
| 40550329 | 全柴动力关于提请股东会授权董事会制定2026年中期分红方案的公告 | 2026-03-27 | Chinese | ||
| 40550324 | 全柴动力关于2025年度计提资产减值准备的公告 | 2026-03-27 | Chinese | ||
| 40550319 | 全柴动力2025年度独立董事述职报告(郝利君) | 2026-03-27 | Chinese | ||
| 40550316 | 全柴动力非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-03-27 | 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 |
|
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 |
|
China Shipbuilding Industry Group Power Co.,Ltd
Provides integrated marine power systems, propulsion soluti…
|
600482 | CN | Manufacturing |
Anhui Quanchai Engine 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/56573/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56573 | 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=56573 | 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=56573 \ -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": 56573}, 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 Anhui Quanchai Engine Co.,Ltd (id: 56573)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.