
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 |
|---|---|---|---|
| Trading Update | 2026-04-28 | English | |
| Holding(s) in Company | 2026-04-13 | English | |
| Completion of Conditional Placing and TVR | 2026-04-10 | English | |
| Satisfaction of Conditions of Conditional Placing | 2026-04-08 | English | |
| Thymolflex EPA approval | 2026-04-02 | English | |
| Holding(s) in Company | 2026-02-19 | 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 | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 37867352 | Trading Update | 2026-04-28 | English | ||
| 34654429 | Holding(s) in Company | 2026-04-13 | English | ||
| 33985246 | Completion of Conditional Placing and TVR | 2026-04-10 | English | ||
| 33893313 | Satisfaction of Conditions of Conditional Placing | 2026-04-08 | English | ||
| 33237838 | Thymolflex EPA approval | 2026-04-02 | English | ||
| 32598460 | Holding(s) in Company | 2026-02-19 | English | ||
| 32573736 | Holding(s) in Company | 2026-02-19 | English | ||
| 34561461 | Result of General Meeting and Total Voting Rights | 2026-02-18 | English | ||
| 14584338 | Result of Retail Offer | 2026-02-05 | English | ||
| 13953281 | Launch of Retail Offer | 2026-02-02 | English | ||
| 13953255 | Proposed Placing and Subscription | 2026-02-02 | English | ||
| 12306283 | Novellus+ Regulatory Authorisation in Chile | 2026-01-09 | English | ||
| 34555579 | Mevalone Label Extension in France | 2026-01-07 | English | ||
|
2025
2 filings
| |||||
| 10361347 | Appointment of Syngenta as Distribution Partner | 2025-12-18 | English | ||
| 8479109 | 3LOGY Label Extension in Italy | 2025-11-20 | 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 |
|---|---|---|---|
|
JIANGSU CHANGQING AGROCHEMICAL CO.,LTD
Specializes in R&D and production of herbicides, insecticid…
|
002391 | CN | Manufacturing |
|
Jiangsu Fengshan Group Co., Ltd
Global producer of agrochemicals, herbicides, and fine chem…
|
603810 | CN | Manufacturing |
|
Jiangsu Flag Chemical Industry Co.,Ltd.
Researches and produces crop protection solutions and chemi…
|
300575 | CN | Manufacturing |
|
JIANGSU HUIFENG BIO AGRICULTURE CO., LTD.
Develops and manufactures pesticides and herbicides for glo…
|
002496 | CN | Manufacturing |
|
Jiangsu Lanfeng Bio-chemical Co.,Ltd.
Researches and manufactures agrochemicals and fine chemical…
|
002513 | CN | Manufacturing |
|
Jiangsu Yangnong Chemical Co.,Ltd.
Global leader in pyrethroid insecticides and comprehensive …
|
600486 | CN | Manufacturing |
|
Kemistar Corporation Limited
Manufactures and exports specialty chemicals, pigments, and…
|
531163 | IN | Manufacturing |
|
KUMIAI CHEMICAL INDUSTRY CO., LTD.
A research-driven company developing and selling agrochemic…
|
4996 | JP | Manufacturing |
|
KUNIMINE INDUSTRIES CO.,LTD
Mines, manufactures, and sells bentonite and clay-based pro…
|
5388 | JP | Manufacturing |
|
KYUNGNONG CORPORATION
Manufacturer of agricultural solutions, including crop prot…
|
002100 | KR | 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.