
EDEN RESEARCH PLC — Investor Relations & Filings
Eden Research plc develops and supplies sustainable biopesticides and plastic-free encapsulation technologies. The company's core innovation is its proprietary Sustaine® microencapsulation system, which protects and delivers naturally occurring, plant-based active ingredients known as terpenes. Its products serve three primary markets: crop protection, animal health, and consumer products. The crop protection portfolio includes the biofungicide Mevalone® and the bionematicide Cedroz®, designed for applications such as foliar disease control, soil pest management, and post-harvest treatments. In animal health and consumer goods, its technologies are used in products like shampoos, flea and tick control, deodorants, and head-lice treatments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Ecovelex 2025 Approval in Italy | 2025-11-17 | English | |
| [change-account-reference-date-company-current-extended] made_up_date=2025-12-31, new_date=2026-03-31 | 2025-10-08 | English | |
| Director/PDMR Shareholdings | 2025-09-17 | English | |
| Director/PDMR Shareholdings | 2025-09-17 | English | |
| Half Yearly Report | 2025-09-17 | English | |
| Notice of Results | 2025-09-15 | English |
Browse filings by year
32 years- 2026 13 filings
- 2025 28 filings
- 2024 30 filings
- 2023 32 filings
- 2022 20 filings
- 2021 30 filings
- 2020 31 filings
- 2019 24 filings
- 2018 20 filings
- 2017 19 filings
- 2016 17 filings
- 2015 20 filings
- 2014 25 filings
- 2013 20 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 2 filings
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 2 filings
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 2 filings
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 8443609 | Ecovelex 2025 Approval in Italy | 2025-11-17 | English | ||
| 46809197 | [change-account-reference-date-company-current-extended] made_up_date=2025-12-31, new_date=2026-03-31 | 2025-10-08 | English | ||
| 7839974 | Director/PDMR Shareholdings | 2025-09-17 | English | ||
| 7836871 | Director/PDMR Shareholdings | 2025-09-17 | English | ||
| 7833729 | Half Yearly Report | 2025-09-17 | English | ||
| 7829520 | Notice of Results | 2025-09-15 | English | ||
| 6201165 | Result of AGM | 2025-06-18 | English | ||
| 11366535 | AGM Statement | 2025-06-18 | English | ||
| 11365483 | Ecovelex Partnership with Royal Holloway | 2025-06-16 | English | ||
| 46809199 | Group of companies' accounts made up to 2024-12-31 | 2025-06-16 | English | ||
| 6029205 | Notice of AGM | 2025-05-27 | English | ||
| 11353686 | Mevalone Approval in California - Powdery Mildew | 2025-05-13 | English | ||
| 11352492 | Investor Presentation via Investor Meet Company | 2025-05-09 | English | ||
| 5885948 | Holding(s) in Company | 2025-05-06 | English | ||
| 11350215 | Preliminary results for the year ended 31 Dec 2024 | 2025-05-06 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for EDEN RESEARCH 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 pesticides and other agrochemical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADAMA Ltd.
Global provider of crop protection solutions using off-pate…
|
000553 | CN | Manufacturing |
|
Advance Agrolife Limited
Manufactures and distributes agrochemicals for crop protect…
|
ADVANCE | IN | Manufacturing |
|
Aimco Pesticides Ltd.
Manufacturer and exporter of technical grade pesticides and…
|
524288 | IN | Manufacturing |
|
Ambey Laboratories Limited
Manufactures and distributes agrochemicals and crop protect…
|
AMBEY | IN | Manufacturing |
|
AMERICAN VANGUARD CORP
Develops and markets solutions for crop protection, turf, a…
|
AVD | US | Manufacturing |
|
Amoéba
Develops natural microbiological solutions to manage bacter…
|
ALMIB | FR | Manufacturing |
|
ANCOM NYLEX BERHAD
Diversified group manufacturing agchem, industrial chemical…
|
— | MY | Manufacturing |
|
Anhui Guangxin Agrochemical Co., Ltd.
Produces agrochemicals and fine chemical intermediates usin…
|
603599 | CN | Manufacturing |
|
Aristo Bio-Tech And Lifescience Limited
Manufactures crop protection products and provides contract…
|
ARISTO | IN | Manufacturing |
|
ASTEC LIFESCIENCES LIMITED
CDMO manufacturing agrochemical active ingredients and phar…
|
ASTEC | IN | Manufacturing |
EDEN RESEARCH 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/7615/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7615 | 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=7615 | 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=7615 \ -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": 7615}, 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 EDEN RESEARCH PLC (id: 7615)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.