
BIOME TECHNOLOGIES PLC — Investor Relations & Filings
Biome Technologies plc is a technology group operating through two divisions: Biome Bioplastics and Stanelco RF Technologies. The Biome Bioplastics division develops and commercializes high-performance, plant-based bioplastics. These biodegradable and compostable polymers are designed to replace oil-based plastics in applications ranging from short-life disposable products to long-life durable goods. The Stanelco RF Technologies division designs, builds, and services advanced radio frequency (RF) systems. Its core products include dielectric and induction heating equipment, with applications such as portable sealing devices and large industrial furnaces for the fibre optics market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| [change-account-reference-date-company-current-extended] made_up_date=2024-12-31, new_date=2025-06-30 | 2025-04-08 | English | |
| Result of GM & update on Cancellation | 2025-03-13 | English | |
| Proposed Cancellation & Notice of GM | 2025-02-21 | English | |
| Secured Funding Facility | 2024-12-18 | English | |
| Trading Update and Board Change | 2024-12-04 | English | |
| Trading Update | 2024-11-13 | English |
Browse filings by year
39 years- 2025 3 filings
- 2024 35 filings
- 2023 18 filings
- 2022 23 filings
- 2021 32 filings
- 2020 29 filings
- 2019 20 filings
- 2018 17 filings
- 2017 10 filings
- 2016 9 filings
- 2015 13 filings
- 2014 18 filings
- 2013 27 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 2 filings
- 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 2 filings
- 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
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
3 filings
| |||||
| 46800917 | [change-account-reference-date-company-current-extended] made_up_date=2024-12-31, new_date=2025-06-30 | 2025-04-08 | English | ||
| 5591683 | Result of GM & update on Cancellation | 2025-03-13 | English | ||
| 5582289 | Proposed Cancellation & Notice of GM | 2025-02-21 | English | ||
|
2024
12 filings
| |||||
| 3443778 | Secured Funding Facility | 2024-12-18 | English | ||
| 3443779 | Trading Update and Board Change | 2024-12-04 | English | ||
| 3443780 | Trading Update | 2024-11-13 | English | ||
| 3443781 | Appointment of Non-Executive Director | 2024-10-25 | English | ||
| 3443782 | Total Voting Rights | 2024-09-30 | English | ||
| 3443783 | Contract win for Stanelco RF Division | 2024-09-30 | English | ||
| 3443784 | Interim Results | 2024-09-20 | English | ||
| 3443785 | Holding(s) in Company | 2024-09-13 | English | ||
| 3443786 | Holding(s) in Company | 2024-09-12 | English | ||
| 3443787 | Holding(s) in Company | 2024-09-11 | English | ||
| 3443788 | Holding(s) in Company | 2024-09-10 | English | ||
| 3443789 | Holding(s) in Company | 2024-09-09 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for BIOME TECHNOLOGIES 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 and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ARCL Organics Ltd
Produces specialty chemicals and resins for wood-based pane…
|
543993 | IN | Manufacturing |
|
Asahi Kasei Corporation
A diversified technology company specializing in chemicals …
|
3407 | JP | Manufacturing |
|
Avantium N.V.
Develops technologies for renewable chemistry from plants a…
|
AVTX | NL | Manufacturing |
|
AVIENT CORP
Provider of specialized and sustainable polymer materials, …
|
AVNT | US | Manufacturing |
|
Axel Polymers Ltd.
Manufactures high-performance engineering thermoplastic com…
|
513642 | IN | Manufacturing |
|
BGFecomaterials CO., LTD.
Manufacturer of customized, high-performance engineering pl…
|
126600 | KR | Manufacturing |
|
Bhansali Engineering Polymers Ltd.
Manufactures ABS and SAN resins for automotive, electronics…
|
BEPL | IN | Manufacturing |
|
Bioextrax AB
Develops a bio-extraction platform to convert waste into hi…
|
BIOEX | SE | Manufacturing |
|
BRASKEM NETHERLANDS FINANCE B.V.
An entity within Braskem, a global petrochemical company pr…
|
8QLB | SG | Manufacturing |
|
BRASKEM SA
Global petrochemical firm producing thermoplastic resins, c…
|
BAK | BR | Manufacturing |
BIOME TECHNOLOGIES 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/7519/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7519 | 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=7519 | 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=7519 \ -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": 7519}, 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 BIOME TECHNOLOGIES PLC (id: 7519)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.