%20%26%20SONS%20PLC/other/HEATH_SAMUEL__SONS_PLC-logo.jpg)
HEATH (SAMUEL) & SONS PLC — Investor Relations & Filings
HEATH (SAMUEL) & SONS PLC is a designer and manufacturer of high-quality bathroom fixtures and architectural hardware. The company's product portfolio includes a range of taps, showers, bathroom accessories, and door and window furniture. Specializing in solid brassware, the company combines traditional craftsmanship with modern manufacturing processes to create products in both classic and contemporary styles. These products are primarily aimed at the luxury residential and high-end hospitality markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Directorate change | 2026-04-01 | English | |
| Retirement of Director | 2026-02-03 | English | |
| Half-year Report | 2025-11-26 | English | |
| Group of companies' accounts made up to 2025-03-31 | 2025-09-25 | English | |
| Result of AGM | 2025-09-11 | English | |
| Final Results & Notice of AGM | 2025-07-25 | English |
Browse filings by year
33 years- 2026 2 filings
- 2025 5 filings
- 2024 4 filings
- 2023 4 filings
- 2022 7 filings
- 2021 5 filings
- 2020 8 filings
- 2019 8 filings
- 2018 5 filings
- 2017 12 filings
- 2016 8 filings
- 2015 5 filings
- 2014 6 filings
- 2013 8 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 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
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 33128414 | Directorate change | 2026-04-01 | English | ||
| 14171745 | Retirement of Director | 2026-02-03 | English | ||
|
2025
5 filings
| |||||
| 8672353 | Half-year Report | 2025-11-26 | English | ||
| 46786266 | Group of companies' accounts made up to 2025-03-31 | 2025-09-25 | English | ||
| 11385739 | Result of AGM | 2025-09-11 | English | ||
| 7536777 | Final Results & Notice of AGM | 2025-07-25 | English | ||
| 5574550 | Change of Auditor | 2025-02-04 | English | ||
|
2024
4 filings
| |||||
| 5546767 | Half-year Report | 2024-11-26 | English | ||
| 46786267 | Group of companies' accounts made up to 2024-03-31 | 2024-09-17 | English | ||
| 5509545 | Result of AGM | 2024-09-05 | English | ||
| 5498029 | Final Results | 2024-08-07 | English | ||
|
2023
4 filings
| |||||
| 5371240 | Half-year Report | 2023-11-21 | English | ||
| 46786269 | Group of companies' accounts made up to 2023-03-31 | 2023-09-22 | English | ||
| 5341308 | Result of AGM | 2023-09-07 | English | ||
| 5323791 | Final Results | 2023-07-21 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for HEATH (SAMUEL) & SONS 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 fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Xingda International Holdings Limited
Manufacturing and distribution of radial tire cords, bead w…
|
1899 | KY | Manufacturing |
|
Yantai Zhenghai Magnetic Material Co.,Ltd.
Manufactures high-performance NdFeB magnets for green energ…
|
300224 | CN | Manufacturing |
|
Yashhtej Industries (India) Limited
Manufactures industrial packaging solutions including MS ba…
|
544708 | IN | Manufacturing |
|
Yashraj Containeurs Ltd.
Manufactures industrial steel barrels and drums for chemica…
|
530063 | IN | Manufacturing |
|
YBS INTERNATIONAL BERHAD
High precision manufacturing of tools, metal/plastic compon…
|
— | MY | Manufacturing |
|
YLI HOLDINGS BERHAD
Manufactures/markets DI/HDPE pipes, trades MS pipes, waterw…
|
— | MY | Manufacturing |
|
YOANTION INDUSTRIAL INC.,LTD.
Manufacturer of precision fasteners, CNC machining, and met…
|
301053 | CN | Manufacturing |
|
Zhejiang Cayi Vacuum Container Co., Ltd.
Manufacturer of stainless steel vacuum-insulated containers…
|
301004 | CN | Manufacturing |
|
ZHEJIANG HAERS VACUUM CONTAINERS CO.,LTD
Manufacturer of vacuum-insulated stainless steel flasks, bo…
|
002615 | CN | Manufacturing |
|
Zhejiang Huayuan Auto Technology Co., Ltd.
Manufacturer of high-strength automotive fasteners and prec…
|
301535 | CN | Manufacturing |
HEATH (SAMUEL) & SONS 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/7689/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7689 | 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=7689 | 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=7689 \ -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": 7689}, 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 HEATH (SAMUEL) & SONS PLC (id: 7689)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.