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 |
|---|---|---|---|
|
Drewloong Precision, Inc.
Manufactures high-precision aerospace structural components…
|
4572 | TW | Manufacturing |
|
Drone Volt
Manufactures professional drones with embedded AI and offer…
|
ALDRV | FR | Manufacturing |
|
DUCOMMUN INC /DE/
Provides manufacturing and engineering services for aerospa…
|
DCO | US | Manufacturing |
|
Dynamatic Technologies Ltd.
Designs and manufactures precision components for aerospace…
|
DYNAMATECH | IN | Manufacturing |
|
EAMD European AeroMarine Drones AG
Specializes in dual-use aerosystems for civil and governmen…
|
EAMD | DE | Manufacturing |
|
EMBRAER S.A.
A global aerospace company that designs, manufactures, and …
|
ERJ | BR | Manufacturing |
|
EMKOREACo.,LTD.
Specializes in precision machining, CNC lathes, and sustain…
|
095190 | KR | Manufacturing |
|
Eve Holding, Inc.
Develops Urban Air Mobility solutions, including eVTOL airc…
|
EVEX | US | Manufacturing |
|
FACC AG
Designs and produces lightweight systems and composite comp…
|
FACC | AT | Manufacturing |
|
Figeac Aéro
Aerospace subcontractor specializing in machining structura…
|
FGA | FR | 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.