Avicopter Plc. — Investor Relations & Filings
About Avicopter Plc.
Avicopter Plc. specializes in the research, development, manufacture, and distribution of a comprehensive range of civil and military helicopters. The company produces various rotorcraft models, including the AC series of light, medium, and heavy-lift helicopters, such as the AC311, AC312, AC313, and the AC352. Its operations encompass the entire lifecycle of aviation products, from initial design and assembly to maintenance, repair, and overhaul (MRO) services. Avicopter also manufactures critical aerospace components and provides technical support for diverse applications, including emergency medical services, search and rescue, law enforcement, and utility transport. By integrating advanced materials and avionics, the company focuses on enhancing rotorcraft performance and operational efficiency to meet the evolving demands of global aviation markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中航直升机股份有限公司2021年第一季度报告正文 | 2021-04-29 | Chinese | |
| 中航直升机股份有限公司第八届董事会第七次会议决议公告 | 2021-04-29 | Chinese | |
| 中航直升机股份有限公司关于变更应收款项坏账准备计提会计估计的公告 | 2021-04-29 | Chinese | |
| 中航直升机股份有限公司2021年第一季度报告 | 2021-04-29 | Chinese | |
| 中航直升机股份有限公司第八届监事会第六次会议决议公告 | 2021-04-29 | Chinese | |
| 中航直升机股份有限公司独立董事关于变更应收款项坏账准备计提会计估计审核意见函 | 2021-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 40209020 | 中航直升机股份有限公司2021年第一季度报告正文 | 2021-04-29 | Chinese | ||
| 40209012 | 中航直升机股份有限公司第八届董事会第七次会议决议公告 | 2021-04-29 | Chinese | ||
| 40208998 | 中航直升机股份有限公司关于变更应收款项坏账准备计提会计估计的公告 | 2021-04-29 | Chinese | ||
| 40208985 | 中航直升机股份有限公司2021年第一季度报告 | 2021-04-29 | Chinese | ||
| 40208974 | 中航直升机股份有限公司第八届监事会第六次会议决议公告 | 2021-04-29 | Chinese | ||
| 40208966 | 中航直升机股份有限公司独立董事关于变更应收款项坏账准备计提会计估计审核意见函 | 2021-04-29 | Chinese | ||
| 40208959 | 中航直升机股份有限公司关于国有股东转让所持部分本公司股份获得国务院国资委批复的进展公告 | 2021-04-19 | Chinese | ||
| 40208949 | 中航直升机股份有限公司关于职工代表监事变更的公告 | 2021-04-05 | Chinese | ||
| 40208938 | 中航直升机股份有限公司独立董事关于公司日常关联交易的审核意见函 | 2021-03-30 | Chinese | ||
| 40208931 | 中航直升机股份有限公司独立董事关于公司对外担保的专项说明和独立意见函 | 2021-03-30 | Chinese | ||
| 40208925 | 中航直升机股份有限公司章程(修订草案) | 2021-03-30 | Chinese | ||
| 40208908 | 中航直升机股份有限公司2020年年度利润分配方案公告 | 2021-03-30 | Chinese | ||
| 40208900 | 中航直升机股份有限公司关于修订《公司章程》的公告 | 2021-03-30 | Chinese | ||
| 40208888 | 中航直升机股份有限公司第八届董事会第六次会议决议公告 | 2021-03-30 | Chinese | ||
| 40208880 | 中航直升机股份有限公司2020年度董事会审计委员会履职报告 | 2021-03-30 | 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 |
Avicopter Plc. 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/56442/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56442 | 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=56442 | 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=56442 \ -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": 56442}, 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 Avicopter Plc. (id: 56442)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.