CHENGDU JOUAV AUTOMATION TECH CO.,LTD — Investor Relations & Filings
About CHENGDU JOUAV AUTOMATION TECH CO.,LTD
CHENGDU JOUAV AUTOMATION TECH CO.,LTD specializes in the research, development, and manufacturing of industrial-grade unmanned aerial vehicle (UAV) systems. The company is recognized for its vertical take-off and landing (VTOL) fixed-wing technology, which combines the efficiency of fixed-wing flight with the operational flexibility of multi-rotor systems. Its core product line, the CW series, includes various models designed for high-precision tasks such as aerial surveying, mapping, power line inspection, and emergency monitoring. JOUAV provides integrated solutions that encompass flight platforms, sensors, and data processing software. These systems are utilized across diverse sectors, including public safety, environmental protection, and infrastructure management, offering long-endurance capabilities and automated flight control for complex industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 成都纵横自动化技术股份有限公司2026年度“提质增效重回报”行动方案 | 2026-03-31 | Chinese | |
| 第三届董事会第十三次会议决议公告 | 2026-03-31 | Chinese | |
| 成都纵横自动化技术股份有限公司内部控制审计报告 | 2026-03-31 | Chinese | |
| 成都纵横自动化技术股份有限公司董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-03-31 | Chinese | |
| 成都纵横自动化技术股份有限公司审计委员会2025年度履职情况报告 | 2026-03-31 | Chinese | |
| 关于公司2026年度对外借款及担保授权的公告 | 2026-03-31 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39332604 | 成都纵横自动化技术股份有限公司2026年度“提质增效重回报”行动方案 | 2026-03-31 | Chinese | ||
| 39332597 | 第三届董事会第十三次会议决议公告 | 2026-03-31 | Chinese | ||
| 39332594 | 成都纵横自动化技术股份有限公司内部控制审计报告 | 2026-03-31 | Chinese | ||
| 39332525 | 成都纵横自动化技术股份有限公司董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-03-31 | Chinese | ||
| 39332520 | 成都纵横自动化技术股份有限公司审计委员会2025年度履职情况报告 | 2026-03-31 | Chinese | ||
| 39332510 | 关于公司2026年度对外借款及担保授权的公告 | 2026-03-31 | Chinese | ||
| 39332503 | 成都纵横自动化技术股份有限公司董事会对独立董事独立性自查情况的专项报告 | 2026-03-31 | Chinese | ||
| 39332495 | 2025年度会计师事务所履职情况评估报告 | 2026-03-31 | Chinese | ||
| 39332493 | 成都纵横自动化技术股份有限公司2025年度独立董事述职报告(骆玲) | 2026-03-31 | Chinese | ||
| 39332485 | 董事会薪酬与考核委员会关于2025年限制性股票激励计划第一个归属期可归属激励对象名单的核查意见 | 2026-03-31 | Chinese | ||
| 39332469 | 成都纵横自动化技术股份有限公司董事和高级管理人员薪酬制度 | 2026-03-31 | Chinese | ||
| 39332467 | 关于召开2025年年度股东会的通知 | 2026-03-31 | Chinese | ||
| 39332459 | 关于公司高级管理人员辞去职务的公告 | 2026-03-16 | Chinese | ||
| 39332452 | 2025年度业绩快报公告 | 2026-02-27 | Chinese | ||
| 39332445 | 2025年年度业绩预告 | 2026-01-29 | 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 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 |
CHENGDU JOUAV AUTOMATION TECH 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/58118/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58118 | 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=58118 | 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=58118 \ -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": 58118}, 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 CHENGDU JOUAV AUTOMATION TECH CO.,LTD (id: 58118)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.