Aecc Aero Science and Technology Co.,Ltd — Investor Relations & Filings
About Aecc Aero Science and Technology Co.,Ltd
Aecc Aero Science and Technology Co., Ltd. specializes in the research, development, manufacture, and sale of aero-engine components and gas turbine parts. The company produces a wide range of high-precision products, including engine casings, blades, rings, and shafts, serving both domestic and international aerospace markets. It operates as a key supplier for major global aero-engine manufacturers, providing specialized machining and fabrication services for critical engine modules. In addition to aerospace components, the company leverages its technical expertise to develop and maintain industrial gas turbines and related equipment. Its core capabilities focus on advanced manufacturing processes, material science applications, and quality control standards required for high-performance propulsion systems. The company plays a significant role in the global aerospace supply chain by delivering complex sub-assemblies and precision-engineered parts.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中国航发航空科技股份有限公司2025年半年度报告摘要 | 2025-08-29 | Chinese | |
| 中国航发航空科技股份有限公司关于续聘会计师事务所的公告 | 2025-08-29 | Chinese | |
| 中国航发航空科技股份有限公司章程 | 2025-08-29 | Chinese | |
| 中国航发航空科技股份有限公司关于取消监事会并修订公司章程及相关议事规则的公告 | 2025-08-29 | Chinese | |
| 中国航发航空科技股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-08-29 | Chinese | |
| 中国航发航空科技股份有限公司章程 | 2025-08-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40846778 | 中国航发航空科技股份有限公司2025年半年度报告摘要 | 2025-08-29 | Chinese | ||
| 40846767 | 中国航发航空科技股份有限公司关于续聘会计师事务所的公告 | 2025-08-29 | Chinese | ||
| 40846755 | 中国航发航空科技股份有限公司章程 | 2025-08-29 | Chinese | ||
| 40846744 | 中国航发航空科技股份有限公司关于取消监事会并修订公司章程及相关议事规则的公告 | 2025-08-29 | Chinese | ||
| 40846732 | 中国航发航空科技股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-08-29 | Chinese | ||
| 40846723 | 中国航发航空科技股份有限公司章程 | 2025-08-29 | Chinese | ||
| 40846708 | 关于对中国航发集团财务有限公司的风险持续评估报告 | 2025-08-29 | Chinese | ||
| 40846698 | 中国航发航空科技股份有限公司董事会议事规则 | 2025-08-29 | Chinese | ||
| 40846684 | 中国航发航空科技股份有限公司股东会议事规则 | 2025-08-29 | Chinese | ||
| 40846670 | 中国航发航空科技股份有限公司第八届董事会第十三次会议决议公告 | 2025-08-29 | Chinese | ||
| 40846660 | 中国航发航空科技股份有限公司第八届监事会第七次会议决议公告 | 2025-08-29 | Chinese | ||
| 40846656 | 中国航发航空科技股份有限公司关于子公司完成增资暨工商变更登记的公告 | 2025-06-27 | Chinese | ||
| 40846642 | 中国航发航空科技股份有限公司关于子公司完成增资暨工商变更登记公告之更正公告 | 2025-06-27 | Chinese | ||
| 40846630 | 中国航发航空科技股份有限公司关于2025年第一季度业绩说明会召开情况的公告 | 2025-05-28 | Chinese | ||
| 40846614 | 中国航发航空科技股份有限公司关于召开2025年第一季度业绩说明会的公告 | 2025-05-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of air and spacecraft and related machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACSL Ltd.
Develops and manufactures industrial drones and autonomous …
|
6232 | JP | Manufacturing |
|
AECC AERO-ENGINE CONTROL CO.,LTD.
Develops aero-engine control systems and components for civ…
|
000738 | CN | Manufacturing |
|
AECC AVIATION POWER CO,LTD
Develops, manufactures, and maintains aviation engines and …
|
600893 | CN | Manufacturing |
|
Aequs Limited
Diversified contract manufacturer for aerospace, toys, and …
|
AEQUS | IN | Manufacturing |
|
Aerocast Inc.
Specialized foundry casting critical aluminum and magnesium…
|
0AE | CA | Manufacturing |
|
AeroEdge Co.,Ltd.
A first-tier supplier manufacturing low-pressure turbine bl…
|
7409 | JP | Manufacturing |
|
Aerospace CH UAV Co.,Ltd
Develops MALE and HALE UAV systems for multi-role defense a…
|
002389 | CN | Manufacturing |
|
Aerospace Industrial Development Corporation
Specialized manufacturer of military and civil aircraft, en…
|
2634 | TW | Manufacturing |
|
AeroSpace Technology of Korea, Inc.
Designs, develops, and manufactures aircraft parts and majo…
|
067390 | KR | Manufacturing |
|
Aerostar S.A.
Aerospace and defense firm specializing in manufacturing an…
|
ARS | RO | Manufacturing |
Aecc Aero Science and Technology 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/56700/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56700 | 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=56700 | 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=56700 \ -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": 56700}, 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 Aecc Aero Science and Technology Co.,Ltd (id: 56700)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.