
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 |
|---|---|---|---|
|
DNFCo.,Ltd.
Develops high-purity chemical precursors for semiconductor …
|
092070 | KR | Manufacturing |
|
DONGJIN SEMICHEM CO., LTD.
Global manufacturer of electronic materials and chemical fo…
|
005290 | KR | Manufacturing |
|
DONGNAMCHEMICALCO.,LTE.
Manufacturer of surfactants, dyeing auxiliaries, and constr…
|
023450 | KR | Manufacturing |
|
DONGSUNG FINETEC CO., Ltd
Manufacturer of cryogenic insulation and advanced materials…
|
033500 | KR | Manufacturing |
|
DSM-Firmenich AG
A science-based innovator creating nutrients, flavors, and …
|
DSFIR | CH | Manufacturing |
|
DUK SAN NEOLUX CO.,LTD
Develops and manufactures high-performance organic material…
|
213420 | KR | Manufacturing |
|
Duksan Techopia Co., Ltd.
Develops and manufactures advanced fine chemical materials …
|
317330 | KR | Manufacturing |
|
Duta Pertiwi Nusantara Tbk
Engaged in manufacturing glue, chemicals (adhesives, formal…
|
DPNS | ID | Manufacturing |
|
DYADIC INTERNATIONAL INC
A biotech company licensing microbial platforms for protein…
|
DYAI | US | Manufacturing |
|
DYC CO.,LTD.
A diversified manufacturer of automotive parts, environment…
|
310870 | KR | 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.