
PZ Cussons PLC — Investor Relations & Filings
PZ Cussons PLC is an international consumer goods company that manufactures, markets, and distributes a wide range of products. The company's portfolio is focused on hygiene, baby, and beauty categories, featuring well-established brands designed to care for and nourish consumers. Founded in 1884, its core activities involve the production and sale of personal healthcare products, soaps, toiletries, and beauty items. The company's strategy centers on building a more focused portfolio of stronger brands to deliver sustainable and profitable growth across its global markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-05-20 | English | |
| Director/PDMR Shareholding | 2026-04-21 | English | |
| Director/PDMR Shareholding | 2026-04-10 | English | |
| Director/PDMR Shareholding | 2026-04-02 | English | |
| Q3 TRADING UPDATE | 2026-03-24 | English | |
| Director/PDMR Shareholding | 2026-03-19 | English |
Browse filings by year
39 years- 2026 14 filings
- 2025 36 filings
- 2024 41 filings
- 2023 45 filings
- 2022 38 filings
- 2021 29 filings
- 2020 31 filings
- 2019 26 filings
- 2018 20 filings
- 2017 16 filings
- 2016 26 filings
- 2015 20 filings
- 2014 24 filings
- 2013 26 filings
- 2012 4 filings
- 2011 4 filings
- 2010 3 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 3 filings
- 2004 2 filings
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 2 filings
- 1993 2 filings
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1982 1 filing
- 1975 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 46683402 | Director/PDMR Shareholding | 2026-05-20 | English | ||
| 34792531 | Director/PDMR Shareholding | 2026-04-21 | English | ||
| 34092249 | Director/PDMR Shareholding | 2026-04-10 | English | ||
| 33256397 | Director/PDMR Shareholding | 2026-04-02 | English | ||
| 33018425 | Q3 TRADING UPDATE | 2026-03-24 | English | ||
| 32984132 | Director/PDMR Shareholding | 2026-03-19 | English | ||
| 32872312 | Director/PDMR Shareholding | 2026-03-03 | English | ||
| 32556032 | Director/PDMR Shareholding | 2026-02-19 | English | ||
| 34560519 | Director/PDMR Shareholding | 2026-02-13 | English | ||
| 34560441 | Director/PDMR Shareholding | 2026-02-13 | English | ||
| 34558608 | Capital Markets Event | 2026-02-11 | English | ||
| 34558556 | Interim Results | 2026-02-11 | English | ||
| 13215963 | Directorate change | 2026-01-22 | English | ||
| 13093388 | Director/PDMR Shareholding | 2026-01-20 | English | ||
|
2025
1 filing
| |||||
| 10568029 | Directorate change | 2025-12-22 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for PZ Cussons 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 soap and detergents, cleaning and polishing preparations, perfumes and toilet preparations
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
COSMAX, INC.
Global ODM providing R&D and manufacturing for cosmetics an…
|
192820 | KR | Manufacturing |
|
COSMECCA KOREA CO., LTD.
A global cosmetics ODM specializing in R&D and production o…
|
241710 | KR | Manufacturing |
|
Cosnine Co., Ltd
An OEM/ODM cosmetics manufacturer of skincare, makeup, body…
|
082660 | KR | Manufacturing |
|
COTA CO.,LTD.
Develops and sells professional hair care products exclusiv…
|
4923 | JP | Manufacturing |
|
COTY INC.
Develops, manufactures, and distributes fragrances, cosmeti…
|
COTY | US | Manufacturing |
|
CREIGHTONS PLC
Manufactures own-brand, private label, and contract beauty …
|
CRL | GB | Manufacturing |
|
CSA COSMIC CO., LTD.
A company engaged in the cosmetics and construction materia…
|
083660 | KR | Manufacturing |
|
Culti Milano
Perfumery brand that pioneered the reed diffuser for home f…
|
CULT | IT | Manufacturing |
|
d'Alba Global Co., Ltd.
A vegan beauty company developing skincare products with It…
|
483650 | KR | Manufacturing |
|
Dencare (Chongqing) Oral Care Co., Ltd.
Develops and manufactures oral hygiene products, specializi…
|
001328 | CN | Manufacturing |
PZ Cussons 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/5251/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5251 | 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=5251 | 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=5251 \ -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": 5251}, 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 PZ Cussons PLC (id: 5251)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.