
AEROSPACE HI-TECH HOLDING GROUP CO., LTD. — Investor Relations & Filings
Aerospace Hi-Tech Holding Group Co., Ltd. focuses on the development and production of advanced electronic systems and precision instruments. The company’s core activities encompass the design of aerospace-grade electronic components, automotive electronic control units, and environmental monitoring equipment. Key products include high-precision sensors, vehicle instrument clusters, and integrated Internet of Things (IoT) solutions. The group provides specialized technical services for automated control and data acquisition, catering to sectors that require high reliability and technical sophistication. Its operations emphasize the application of precision engineering and electronic integration to solve complex monitoring and control challenges across various technical domains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年度监事会工作报告 | 2025-03-30 | Chinese | |
| 董事会决议公告 | 2025-03-30 | Chinese | |
| 关于航天科工财务有限责任公司2024年度风险持续评估报告的公告 | 2025-03-30 | Chinese | |
| 关于控股子公司IEE公司及其下属子公司申请有息负债额度的公告 | 2025-03-30 | Chinese | |
| 关于计提资产减值准备的公告 | 2025-03-30 | Chinese | |
| 2024年年度审计报告 | 2025-03-30 | Chinese |
Browse filings by year
27 years- 2026 39 filings
- 2025 149 filings
- 2024 134 filings
- 2023 100 filings
- 2022 146 filings
- 2021 92 filings
- 2020 120 filings
- 2019 110 filings
- 2018 115 filings
- 2017 104 filings
- 2016 230 filings
- 2015 130 filings
- 2014 122 filings
- 2013 93 filings
- 2012 97 filings
- 2011 81 filings
- 2010 79 filings
- 2009 76 filings
- 2008 82 filings
- 2007 69 filings
- 2006 57 filings
- 2005 27 filings
- 2004 39 filings
- 2003 46 filings
- 2002 27 filings
- 2001 5 filings
- 1998 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44136175 | 2024年度监事会工作报告 | 2025-03-30 | Chinese | ||
| 44136162 | 董事会决议公告 | 2025-03-30 | Chinese | ||
| 44136130 | 关于航天科工财务有限责任公司2024年度风险持续评估报告的公告 | 2025-03-30 | Chinese | ||
| 44136125 | 关于控股子公司IEE公司及其下属子公司申请有息负债额度的公告 | 2025-03-30 | Chinese | ||
| 44136101 | 关于计提资产减值准备的公告 | 2025-03-30 | Chinese | ||
| 44136092 | 2024年年度审计报告 | 2025-03-30 | Chinese | ||
| 44135952 | 监事会决议公告 | 2025-03-30 | Chinese | ||
| 44135940 | 关于预计2025年与航天科工财务有限责任公司开展金融合作业务暨关联交易的公告 | 2025-03-30 | Chinese | ||
| 44135929 | 内部控制审计报告 | 2025-03-30 | Chinese | ||
| 44135807 | 关于公司2025年度日常关联交易预计的公告 | 2025-03-30 | Chinese | ||
| 44135796 | 2025年度财务预算报告 | 2025-03-30 | Chinese | ||
| 44135787 | 关于在航天科工财务有限责任公司办理金融业务的风险处置预案 | 2025-03-30 | Chinese | ||
| 44135774 | 航天科技控股集团股份有限公司营业收入扣除情况说明专项核查报告(致同专字(2025)第110A003649号) | 2025-03-30 | Chinese | ||
| 44135620 | 内部控制自我评价报告 | 2025-03-30 | Chinese | ||
| 44135608 | 未来三年股东回报规划(2025年-2027年) | 2025-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
AEROSPACE HI-TECH HOLDING GROUP 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/53886/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53886 | 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=53886 | 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=53886 \ -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": 53886}, 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 AEROSPACE HI-TECH HOLDING GROUP CO., LTD. (id: 53886)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.