Aerospace CH UAV Co.,Ltd — Investor Relations & Filings
Aerospace CH UAV Co.,Ltd. specializes in the research, development, and manufacturing of unmanned aerial vehicle (UAV) systems. The company is primarily recognized for its "CH" (Cai Hong or Rainbow) series, which includes a diverse portfolio of medium-altitude long-endurance (MALE) and high-altitude long-endurance (HALE) platforms such as the CH-3, CH-4, and CH-5. These systems are engineered for multi-role missions, including intelligence, surveillance, and reconnaissance (ISR), as well as precision strike capabilities. Beyond defense applications, the company provides specialized UAV solutions for civilian sectors such as geophysical exploration, emergency communication, and environmental monitoring. Its core competencies involve integrated flight control systems, advanced composite structures, and modular payload integration, positioning it as a significant provider of large-scale tactical and strategic unmanned aviation technology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年第一次临时股东会决议公告 | 2026-02-27 | Chinese | |
| 北京市嘉源律师事务所关于航天彩虹无人机股份有限公司2026年第一次临时股东会的法律意见书 | 2026-02-27 | Chinese | |
| 关于公司2026年申请航天科技财务有限责任公司授信额度暨关联交易的公告 | 2026-02-06 | Chinese | |
| 关于董事、董事会专门委员会成员变更暨提名第七届董事会非独立董事候选人的公告 | 2026-02-06 | Chinese | |
| 关于航天科技财务有限责任公司的风险持续评估报告 | 2026-02-06 | Chinese | |
| 第七届董事会第七次会议决议公告 | 2026-02-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35700267 | 2026年第一次临时股东会决议公告 | 2026-02-27 | Chinese | ||
| 35700251 | 北京市嘉源律师事务所关于航天彩虹无人机股份有限公司2026年第一次临时股东会的法律意见书 | 2026-02-27 | Chinese | ||
| 35700247 | 关于公司2026年申请航天科技财务有限责任公司授信额度暨关联交易的公告 | 2026-02-06 | Chinese | ||
| 35700235 | 关于董事、董事会专门委员会成员变更暨提名第七届董事会非独立董事候选人的公告 | 2026-02-06 | Chinese | ||
| 35700231 | 关于航天科技财务有限责任公司的风险持续评估报告 | 2026-02-06 | Chinese | ||
| 35700183 | 第七届董事会第七次会议决议公告 | 2026-02-06 | Chinese | ||
| 35700176 | 关于确认2025年度日常关联交易执行情况暨2026年度日常关联交易预计的公告 | 2026-02-06 | Chinese | ||
| 35700173 | 关于召开2026年第一次临时股东会的通知 | 2026-02-06 | Chinese | ||
| 35700170 | 2025年度业绩预告 | 2026-01-28 | Chinese | ||
| 35700158 | 第七届董事会第六次会议决议公告 | 2026-01-28 | Chinese | ||
| 35700148 | 关于台州南洋科技新材料产业园之三宗土地及地上建筑物产权完成过户的公告 | 2026-01-28 | Chinese | ||
| 35700147 | 关于与关联方共同参与中电科蓝天科技股份有限公司首次公开发行股票战略配售暨关联交易的公告 | 2026-01-28 | Chinese | ||
| 35700145 | 关于拟以现金出资参股设立通航动力公司的公告 | 2026-01-28 | Chinese | ||
| 35700143 | 2025年第四次临时股东会决议公告 | 2026-01-04 | Chinese | ||
| 35700140 | 北京市嘉源律师事务所关于航天彩虹无人机股份有限公司2025年第四次临时股东会的法律意见书 | 2026-01-04 | 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 Aero Science and Technology Co.,Ltd
Produces precision aero-engine components and gas turbine p…
|
600391 | 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 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 |
Aerospace CH UAV 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/54432/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54432 | 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=54432 | 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=54432 \ -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": 54432}, 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 CH UAV Co.,Ltd (id: 54432)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.