
Croda International PLC — Investor Relations & Filings
Croda International PLC is a global specialty chemicals company that creates, manufactures, and supplies a wide range of high-performance ingredients and technologies. The company develops innovative solutions that are relied upon by industries and consumers worldwide. Its products, often used in small quantities, provide critical functionality in various applications across sectors such as personal care, life sciences, and consumer care. Croda focuses on leveraging science and technology to deliver sustainable ingredients, frequently derived from renewable raw materials, to enhance the performance and value of its customers' end products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-05-29 | English | |
| Director/PDMR Shareholding | 2026-05-29 | English | |
| Director/PDMR Shareholding | 2026-05-29 | English | |
| Director/PDMR Shareholding | 2026-05-29 | English | |
| Director/PDMR Shareholding | 2026-05-29 | English | |
| Director/PDMR Shareholding | 2026-05-15 | English |
Browse filings by year
41 years- 2026 35 filings
- 2025 64 filings
- 2024 58 filings
- 2023 67 filings
- 2022 79 filings
- 2021 69 filings
- 2020 57 filings
- 2019 38 filings
- 2018 75 filings
- 2017 48 filings
- 2016 71 filings
- 2015 53 filings
- 2014 64 filings
- 2013 59 filings
- 2012 6 filings
- 2011 5 filings
- 2010 3 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 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1982 1 filing
- 1977 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47890302 | Director/PDMR Shareholding | 2026-05-29 | English | ||
| 47888795 | Director/PDMR Shareholding | 2026-05-29 | English | ||
| 47887499 | Director/PDMR Shareholding | 2026-05-29 | English | ||
| 47887492 | Director/PDMR Shareholding | 2026-05-29 | English | ||
| 47886526 | Director/PDMR Shareholding | 2026-05-29 | English | ||
| 46351106 | Director/PDMR Shareholding | 2026-05-15 | English | ||
| 45242878 | Director/PDMR Shareholding | 2026-05-12 | English | ||
| 46790237 | Group of companies' accounts made up to 2025-12-31 | 2026-05-11 | English | ||
| 41841501 | Director/PDMR Shareholding | 2026-05-06 | English | ||
| 35693859 | Result of AGM | 2026-04-23 | English | ||
| 35137216 | First quarter 2026 sales in line with expectations | 2026-04-22 | English | ||
| 34654583 | Director/PDMR Shareholding | 2026-04-13 | English | ||
| 33246498 | Holding(s) in Company | 2026-04-02 | English | ||
| 33112664 | Holding(s) in Company | 2026-03-31 | English | ||
| 33050843 | Director/PDMR Shareholding | 2026-03-26 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Croda International 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 other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ecovyst Inc.
A provider of catalysts and services for sustainability and…
|
ECVT | US | Manufacturing |
|
EDEN INNOVATIONS LTD
Develops carbon nanotube concrete admixtures and hydrogen p…
|
EDE | AU | Manufacturing |
|
Elcora Advanced Materials Corp.
Extracts and refines critical battery-grade minerals, inclu…
|
ERA | CA | Manufacturing |
|
Elementis PLC
A global specialty chemicals company developing performance…
|
ELMTY | GB | Manufacturing |
|
Element Solutions Inc
A specialty chemicals company providing solutions for elect…
|
ESI | US | Manufacturing |
|
ENAEX S.A.
Global leader in rock fragmentation services, producing and…
|
— | CL | Manufacturing |
|
Enchem Co., Ltd.
Manufactures electrolytes and additives for EV batteries an…
|
348370 | KR | Manufacturing |
|
Energy Material Technology Co., Ltd.
Develops and manufactures advanced materials for the second…
|
232530 | KR | Manufacturing |
|
ENF Technology Co., Ltd
Manufacturer of electronic materials for the semiconductor …
|
102710 | KR | Manufacturing |
|
ENTEGRIS INC
Supplier of advanced materials and process solutions for hi…
|
ENTG | US | Manufacturing |
Croda International 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/4641/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4641 | 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=4641 | 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=4641 \ -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": 4641}, 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 Croda International PLC (id: 4641)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.