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-03-31 | Chinese | |
| 独立董事2024年度述职报告-刘志新 | 2025-03-31 | Chinese | |
| 中国航发航空科技股份有限公司 关于会计政策变更的公告 | 2025-03-19 | Chinese | |
| 中国航发航空科技股份有限公司2025年第一次临时股东大会决议公告 | 2025-02-07 | Chinese | |
| 航发科技 2025年第一次临时股东大会法律意见书 | 2025-02-07 | Chinese | |
| 中国航发航空科技股份有限公司2025年第一次临时股东大会会议资料 | 2025-01-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
9 filings
| |||||
| 40845068 | 中国航发航空科技股份有限公司日常关联交易公告 | 2025-03-31 | Chinese | ||
| 40845062 | 独立董事2024年度述职报告-刘志新 | 2025-03-31 | Chinese | ||
| 40845047 | 中国航发航空科技股份有限公司 关于会计政策变更的公告 | 2025-03-19 | Chinese | ||
| 40845037 | 中国航发航空科技股份有限公司2025年第一次临时股东大会决议公告 | 2025-02-07 | Chinese | ||
| 40845018 | 航发科技 2025年第一次临时股东大会法律意见书 | 2025-02-07 | Chinese | ||
| 40845008 | 中国航发航空科技股份有限公司2025年第一次临时股东大会会议资料 | 2025-01-20 | Chinese | ||
| 40844996 | 中国航发航空科技股份有限公司第八届董事会第九次会议决议公告 | 2025-01-16 | Chinese | ||
| 40844992 | 中国航发航空科技股份有限公司关于公司董事、监事薪酬方案的公告 | 2025-01-16 | Chinese | ||
| 40844977 | 中国航发航空科技股份有限公司关于召开2025年第一次临时股东大会的通知 | 2025-01-16 | Chinese | ||
|
2024
6 filings
| |||||
| 40844963 | 中国航发航空科技股份有限公司关于董事、总经理辞职的公告 | 2024-12-31 | Chinese | ||
| 40844953 | 中国航发航空科技股份有限公司董事会授权管理办法 | 2024-12-30 | Chinese | ||
| 40844942 | 中国航发航空科技股份有限公司第八届董事会第八次会议决议公告 | 2024-12-30 | Chinese | ||
| 40844935 | 中国航空发动机集团有限公司关于股票交易异常波动有关情况的复函 | 2024-12-27 | Chinese | ||
| 40844922 | 中国航发航空科技股份有限公司股票交易异常波动公告 | 2024-12-27 | Chinese | ||
| 40844915 | 中国航发成都发动机有限公司关于航发科技近期股价波动有关情况的回函 | 2024-12-27 | 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.