
AVON PROTECTION PLC — Investor Relations & Filings
Avon Protection PLC is a provider of mission-critical personal protection systems. The company specializes in the design, development, testing, and manufacture of integrated life-critical solutions, with a primary focus on respiratory and head protection. Its portfolio includes advanced air-purifying respirators, powered air systems, escape devices, and ballistic helmets. These products are engineered to provide protection against Chemical, Biological, Radiological, and Nuclear (CBRN) threats, as well as other hazardous materials and ballistic impacts. Avon Protection serves a global customer base, including military forces, law enforcement agencies, and first responders.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Interim Results | 2026-05-13 | English | |
| Holding(s) in Company | 2026-05-08 | English | |
| Director/PDMR Shareholding | 2026-05-06 | English | |
| Holding(s) in Company | 2026-04-28 | English | |
| Notice of Results and Investor Presentation | 2026-04-14 | English | |
| Holding(s) in Company | 2026-04-08 | English |
Browse filings by year
47 years- 2026 20 filings
- 2025 55 filings
- 2024 54 filings
- 2023 53 filings
- 2022 92 filings
- 2021 62 filings
- 2020 95 filings
- 2019 61 filings
- 2018 38 filings
- 2017 21 filings
- 2016 62 filings
- 2015 51 filings
- 2014 45 filings
- 2013 47 filings
- 2012 4 filings
- 2011 3 filings
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
- 1979 1 filing
- 1978 1 filing
- 1977 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45444872 | Interim Results | 2026-05-13 | English | ||
| 44107113 | Holding(s) in Company | 2026-05-08 | English | ||
| 41849387 | Director/PDMR Shareholding | 2026-05-06 | English | ||
| 37867500 | Holding(s) in Company | 2026-04-28 | English | ||
| 34655170 | Notice of Results and Investor Presentation | 2026-04-14 | English | ||
| 33893337 | Holding(s) in Company | 2026-04-08 | English | ||
| 33891482 | Director/PDMR Shareholding | 2026-04-08 | English | ||
| 33060787 | Director/PDMR Shareholding | 2026-03-27 | English | ||
| 32909041 | Directors'/PDMR Shareholdings | 2026-03-06 | English | ||
| 32907078 | New Filter Order | 2026-03-06 | English | ||
| 32871840 | Holding(s) in Company | 2026-03-03 | English | ||
| 34560194 | Director/PDMR Shareholding | 2026-02-13 | English | ||
| 46786367 | Group of companies' accounts made up to 2025-09-30 | 2026-02-11 | English | ||
| 14783496 | Directors'/PDMR Shareholdings | 2026-02-06 | English | ||
| 14783481 | Final Dividend Currency Exchange Rate | 2026-02-06 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for AVON PROTECTION PLC, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Other manufacturing n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Crushmetric Group Limited
A holding company in design-focused consumer goods and Trad…
|
CUSH | KY | Manufacturing |
|
DOBU Inc.
Specialized manufacturer of respiratory protection equipmen…
|
227420 | KR | Manufacturing |
|
Dogness (International) Corp
Designs and manufactures traditional and smart IoT pet prod…
|
DOGZ | US | Manufacturing |
|
DOMS Industries Limited
Designs and manufactures stationery and art materials for s…
|
DOMS | IN | Manufacturing |
|
Eagle Filters Group Oyj
Develops and manufactures high-performance filtration solut…
|
EAGLE | FI | Manufacturing |
|
edding AG
Develops products for writing, marking, visual communicatio…
|
56479 | DE | Manufacturing |
|
EMICO HOLDINGS BERHAD
Diversified in trophy manufacturing, contract manufacturing…
|
— | MY | Manufacturing |
|
Evergreen Products Group Limited
Leading global manufacturer and exporter specializing in th…
|
1962 | HK | Manufacturing |
|
Fila
A global company specializing in products for art, educatio…
|
FILA | IT | Manufacturing |
|
Flair Writing Industries Limited
Designs, manufactures, and distributes writing instruments …
|
FLAIR | IN | Manufacturing |
AVON PROTECTION 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/4610/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4610 | 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=4610 | 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=4610 \ -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": 4610}, 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 AVON PROTECTION PLC (id: 4610)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.