
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-15 | English | |
| Director/PDMR Shareholding | 2026-05-12 | English | |
| Group of companies' accounts made up to 2025-12-31 | 2026-05-11 | English | |
| Director/PDMR Shareholding | 2026-05-06 | English | |
| Result of AGM | 2026-04-23 | English | |
| First quarter 2026 sales in line with expectations | 2026-04-22 | English |
Browse filings by year
41 years- 2026 30 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
| |||||
| 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 | ||
| 32999545 | Director/PDMR Shareholding | 2026-03-20 | English | ||
| 32977076 | Director/PDMR Shareholding | 2026-03-18 | English | ||
| 32977072 | Director/PDMR Shareholding | 2026-03-18 | English | ||
| 32977066 | Director/PDMR Shareholding | 2026-03-18 | English | ||
| 32977061 | Director/PDMR Shareholding | 2026-03-18 | 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 |
|---|---|---|---|
|
Anhui Hyea Aromas Co., Limited
Global manufacturer of synthetic aroma chemicals, including…
|
300886 | CN | Manufacturing |
|
ANHUI JIANGNAN CHEMICAL INDUSTRY CO.,LTD.
Offers civil explosives and integrated blasting services fo…
|
002226 | CN | Manufacturing |
|
ANHUI JINHE INDUSTRIAL CO.,LTD
Global leader in sweeteners, flavor enhancers, and fine che…
|
002597 | CN | Manufacturing |
|
Anhui Strong State New Materials Co., Ltd.
Develops and manufactures thermal CTP, UV-CTP, and flexogra…
|
001279 | CN | Manufacturing |
|
Anji Microelectronics Technology (Shanghai) Co., Ltd.
Specializes in CMP slurries and wet electronic chemicals fo…
|
688019 | CN | Manufacturing |
|
Apple Flavor & Fragrance Group Co., Ltd.
Develops and distributes flavors, fragrances, and food addi…
|
603020 | CN | Manufacturing |
|
Aqua Bio Technology
Develops and commercializes natural, sustainable active ing…
|
ABT | NO | Manufacturing |
|
ARAKAWA CHEMICAL INDUSTRIES, LTD.
A specialty chemical manufacturer of materials derived from…
|
4968 | JP | Manufacturing |
|
Archroma Pakistan Limited
Diversified provider of specialty chemicals, dyestuffs, and…
|
ARPL | PK | Manufacturing |
|
Argo Graphene Solutions Corp.
Advanced materials company engineering graphene additives t…
|
ARGO | CA | 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.