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 |
|---|---|---|---|
|
AVIC (CHENGDU) UAS CO., LTD.
Develops Wing Loong unmanned aerial systems for defense and…
|
688297 | CN | Manufacturing |
|
AVIC HEFEI JIANGHANG AIRCRAFT EQUIPMENT CORPORATION LTD.
Develops and manufactures airborne equipment and life suppo…
|
688586 | CN | Manufacturing |
|
AviChina Industry & Technology Company Limited
Vertically integrated aerospace manufacturer specializing i…
|
2357 | CN | Manufacturing |
|
Avicopter Plc.
Develops, manufactures, and services civil and military hel…
|
600038 | CN | Manufacturing |
|
Avic Shenyang Aircraft Company Limited
Designs and produces heavy-duty fighter jets and carrier-ba…
|
600760 | CN | Manufacturing |
|
AVIC XI'AN AIRCRAFT INDUSTRY GROUP COMPANY LTD.
Develops large aircraft and manufactures major structural c…
|
000768 | CN | Manufacturing |
|
Avio
Aerospace company specializing in space propulsion and laun…
|
AVIO | IT | Manufacturing |
|
Beijing Andawell Science& Technology Co.,Ltd
Manufactures aviation equipment and systems while providing…
|
300719 | CN | Manufacturing |
|
BEIJING BEI MO GAO KE FRICTION MATERIAL CO.,LTD.
Manufactures friction materials and braking systems for avi…
|
002985 | CN | Manufacturing |
|
Beijing Emerging Eastern Aviation Equipment Co., Ltd.
Develops, manufactures, and maintains aviation systems for …
|
002933 | CN | 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.