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年度集体业绩说明会的公告 | 2026-04-17 | Chinese | |
| 中国航发航空科技股份有限公司2025年度资产减值准备公告 | 2026-03-29 | Chinese | |
| 审计委员会2025年度履职情况报告 | 2026-03-29 | Chinese | |
| 独立董事2025年度述职报告-毛中根 | 2026-03-29 | Chinese | |
| 中国航发航空科技股份有限公司股票交易异常波动公告 | 2026-01-20 | Chinese | |
| 航发科技2025年第三次临时股东会法律意见书 | 2025-12-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
5 filings
| |||||
| 34825206 | 关于参加中国航空发动机集团有限公司所属上市公司2025年度集体业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 40847252 | 中国航发航空科技股份有限公司2025年度资产减值准备公告 | 2026-03-29 | Chinese | ||
| 40847244 | 审计委员会2025年度履职情况报告 | 2026-03-29 | Chinese | ||
| 40847233 | 独立董事2025年度述职报告-毛中根 | 2026-03-29 | Chinese | ||
| 40847218 | 中国航发航空科技股份有限公司股票交易异常波动公告 | 2026-01-20 | Chinese | ||
|
2025
10 filings
| |||||
| 40847208 | 航发科技2025年第三次临时股东会法律意见书 | 2025-12-25 | Chinese | ||
| 40847205 | 中国航发航空科技股份有限公司2025年第三次临时股东会决议公告 | 2025-12-25 | Chinese | ||
| 40847202 | 中国航发航空科技股份有限公司2025年第三次临时股东会会议资料 | 2025-12-16 | Chinese | ||
| 40847193 | 中国航发航空科技股份有限公司董事会授权管理办法 | 2025-12-09 | Chinese | ||
| 40847180 | 中国航发航空科技股份有限公司关于召开2025年第三次临时股东会的通知 | 2025-12-09 | Chinese | ||
| 40847170 | 中国航发航空科技股份有限公司提名委员会工作办法 | 2025-12-09 | Chinese | ||
| 40847159 | 中国航发航空科技股份有限公司薪酬与考核委员会工作办法 | 2025-12-09 | Chinese | ||
| 40847154 | 中国航发航空科技股份有限公司内幕信息知情人登记管理办法 | 2025-12-09 | Chinese | ||
| 40847139 | 中国航发航空科技股份有限公司第八届董事会第十六次会议决议公告 | 2025-12-09 | Chinese | ||
| 40847130 | 中国航发航空科技股份有限公司股东会累积投票制实施办法 | 2025-12-09 | 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.