
ZOTEFOAMS PLC — Investor Relations & Filings
Zotefoams PLC is a global leader in cellular material technology, specializing in the manufacture of high-performance, closed-cell, crosslinked foams. The company utilizes a unique, environmentally friendly three-stage manufacturing process with supercritical nitrogen, resulting in materials with exceptional purity, consistency, and low weight. Its primary product lines include AZOTE®, a range of polyolefin foams; ZOTEK®, high-performance foams with superior fire, smoke, and toxicity (FST) properties; and T-FIT®, a specialized insulation technology for cleanrooms and high-temperature environments. These materials serve as critical components in diverse markets such as automotive, aerospace, construction, and medical, providing solutions for weight reduction, thermal management, insulation, and component protection.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Results of AGM 2024 | 2024-05-22 | English | |
| Result of the 2024 Annual General Meeting | 2024-05-22 | English | |
| Trading Update and Group CEO Succession | 2024-05-22 | English | |
| Notification Of Transactions Of Directors/PDMRs | 2024-05-15 | English | |
| Update on ReZorce® & beverage carton Media Launch | 2024-05-15 | English | |
| Notification Of Transactions Of Directors/PDMRs | 2024-05-10 | English |
Browse filings by year
33 years- 2026 25 filings
- 2025 55 filings
- 2024 59 filings
- 2023 68 filings
- 2022 57 filings
- 2021 57 filings
- 2020 60 filings
- 2019 65 filings
- 2018 49 filings
- 2017 46 filings
- 2016 60 filings
- 2015 34 filings
- 2014 24 filings
- 2013 27 filings
- 2012 4 filings
- 2011 3 filings
- 2010 2 filings
- 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 2 filings
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 2036577 | Results of AGM 2024 | 2024-05-22 | English | ||
| 2036756 | Result of the 2024 Annual General Meeting | 2024-05-22 | English | ||
| 5462617 | Trading Update and Group CEO Succession | 2024-05-22 | English | ||
| 2033752 | Notification Of Transactions Of Directors/PDMRs | 2024-05-15 | English | ||
| 2033877 | Update on ReZorce® & beverage carton Media Launch | 2024-05-15 | English | ||
| 2031855 | Notification Of Transactions Of Directors/PDMRs | 2024-05-10 | English | ||
| 2031876 | Notification Of Transactions Of Directors/PDMRs | 2024-05-10 | English | ||
| 2029927 | Zotefoams and Shincell Global Alliance | 2024-05-07 | English | ||
| 2021842 | Annual Report 2023 | 2024-04-19 | English | ||
| 2021840 | Annual Report 2023 | 2024-04-19 | English | ||
| 2021868 | Form of Proxy | 2024-04-19 | English | ||
| 2021871 | AGM Notice 2024 | 2024-04-19 | English | ||
| 2021889 | Exclusivity agreement with Design Blue Limited | 2024-04-19 | English | ||
| 2021956 | 2023 Annual Report & Notice of 2024 AGM | 2024-04-19 | English | ||
| 2018280 | Notification Of Transactions Of Directors/PDMRs | 2024-04-12 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for ZOTEFOAMS 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 · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aa Industrial Belting (Shanghai) Co., Ltd
Develops and manufactures high-performance industrial conve…
|
603580 | CN | Manufacturing |
|
Abson Industries Limited
Manufactures polypropylene woven bags, offering durable and…
|
ABSON | PK | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
ACESIAN PARTNERS LIMITED
Specializes in environmental solutions, integrated services…
|
5FW | SG | Manufacturing |
|
Achilles Corporation
A manufacturer of plastic and rubber products for consumer …
|
5142 | JP | Manufacturing |
|
ADVANCED DRAINAGE SYSTEMS, INC.
Manufacturer of water management solutions for stormwater a…
|
WMS | US | Manufacturing |
|
Aeron Composite Limited
Designs and manufactures FRP and GRP products for industria…
|
AERON | IN | Manufacturing |
|
A.F. Enterprises Limited
Manufactures plastic molded products and provides financial…
|
538351 | IN | Manufacturing |
|
Ahimsa Industries Limited
Produces PET preforms and closures for beverage, food, and …
|
AHIMSA | IN | Manufacturing |
|
AIK Pipes and Polymers Limited
Manufactures polymer pipes and fittings for water, gas, and…
|
544072 | IN | Manufacturing |
ZOTEFOAMS 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/5285/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5285 | 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=5285 | 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=5285 \ -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": 5285}, 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 ZOTEFOAMS PLC (id: 5285)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.