
Howden Joinery Group PLC — Investor Relations & Filings
Howden Joinery Group PLC is a manufacturer and supplier of fitted kitchens, joinery, and hardware products. The company operates a trade-only business model, selling exclusively to building trade professionals. Its product portfolio includes a wide variety of kitchen ranges, an exclusive line of Lamona-branded appliances, and thousands of items across joinery and hardware categories. A key aspect of its strategy is providing products directly from local stock, supported by an extensive network of over 850 depots. This model ensures convenient access and availability for its trade customers. The company also provides services, such as a free kitchen design service, to support its clients. A significant portion of its products, particularly kitchen cabinetry, is manufactured in-house, with a stated purpose of helping trade customers achieve exceptional results.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Transaction in Own Shares | 2025-10-21 | English | |
| Transaction in Own Shares | 2025-10-20 | English | |
| Transaction in Own Shares | 2025-10-17 | English | |
| Transaction in Own Shares | 2025-10-16 | English | |
| Transaction in Own Shares | 2025-10-15 | English | |
| Transaction in Own Shares | 2025-10-14 | English |
Browse filings by year
39 years- 2026 29 filings
- 2025 247 filings
- 2024 85 filings
- 2023 112 filings
- 2022 189 filings
- 2021 103 filings
- 2020 51 filings
- 2019 161 filings
- 2018 144 filings
- 2017 144 filings
- 2016 111 filings
- 2015 132 filings
- 2014 46 filings
- 2013 63 filings
- 2012 6 filings
- 2011 5 filings
- 2010 2 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 2 filings
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 2 filings
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 8034367 | Transaction in Own Shares | 2025-10-21 | English | ||
| 8032156 | Transaction in Own Shares | 2025-10-20 | English | ||
| 8029456 | Transaction in Own Shares | 2025-10-17 | English | ||
| 8027509 | Transaction in Own Shares | 2025-10-16 | English | ||
| 8025900 | Transaction in Own Shares | 2025-10-15 | English | ||
| 8023958 | Transaction in Own Shares | 2025-10-14 | English | ||
| 8023764 | Director/PDMR Shareholding | 2025-10-14 | English | ||
| 8006709 | Transaction in Own Shares (replacement) | 2025-10-13 | English | ||
| 8004576 | Transaction in Own Shares | 2025-10-13 | English | ||
| 7995941 | Transaction in Own Shares | 2025-10-10 | English | ||
| 7981935 | Transaction in Own Shares | 2025-10-09 | English | ||
| 7981258 | Transaction in Own Shares | 2025-10-08 | English | ||
| 7977765 | Transaction in Own Shares | 2025-10-07 | English | ||
| 7975612 | Transaction in Own Shares | 2025-10-06 | English | ||
| 11393650 | Transaction in Own Shares | 2025-10-03 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Howden Joinery Group 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 wooden furniture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMERICAN WOODMARK CORP
A manufacturer of kitchen and bath cabinetry for new constr…
|
AMWD | US | Manufacturing |
|
A-ZENITH HOME FURNISHINGS CO., LTD.
Manufacturer of high-end furniture blending classical and c…
|
603389 | CN | Manufacturing |
|
BASSETT FURNITURE INDUSTRIES INC
A manufacturer and retailer of customizable mid- to high-en…
|
BSET | US | Manufacturing |
|
BASWELL RESOURCES BERHAD
An investment holding company providing management services…
|
— | MY | Manufacturing |
|
Cleanup Corporation
Manufacturer of systemized kitchens, bathrooms, and commerc…
|
7955 | JP | Manufacturing |
|
Công ty Cổ phần Đầu tư BKG Việt Nam
Diversified economic group in wood products, food, agricult…
|
BKG | VN | Manufacturing |
|
Công ty Cổ phần Hợp tác Kinh tế và Xuất nhập khẩu Savimex
Prominent manufacturer, processor, and exporter of high-qua…
|
SAV | VN | Manufacturing |
|
Công ty Cổ phần Tập đoàn Kỹ nghệ Gỗ Trường Thành
A leading manufacturer and exporter of wooden furniture, sp…
|
TTF | VN | Manufacturing |
|
DPS RESOURCES BERHAD
An investment holding company with diversified interests in…
|
— | MY | Manufacturing |
|
ETHAN ALLEN INTERIORS INC
Vertically integrated manufacturer and retailer of custom h…
|
ETD | US | Manufacturing |
Howden Joinery Group 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/4653/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4653 | 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=4653 | 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=4653 \ -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": 4653}, 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 Howden Joinery Group PLC (id: 4653)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.