
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 |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-05-14 | English | |
| Holding(s) in Company | 2026-05-14 | English | |
| Result of AGM | 2026-05-07 | English | |
| 2026 AGM Special Business | 2026-05-07 | English | |
| AGM Statement | 2026-05-07 | English | |
| Total Voting Rights | 2026-05-01 | 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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46133103 | Director/PDMR Shareholding | 2026-05-14 | English | ||
| 46002534 | Holding(s) in Company | 2026-05-14 | English | ||
| 42939144 | Result of AGM | 2026-05-07 | English | ||
| 42938879 | 2026 AGM Special Business | 2026-05-07 | English | ||
| 42545784 | AGM Statement | 2026-05-07 | English | ||
| 39429683 | Total Voting Rights | 2026-05-01 | English | ||
| 37867076 | Trading Update | 2026-04-28 | English | ||
| 34801973 | Director/PDMR Shareholding | 2026-04-21 | English | ||
| 34696741 | Transfer of Treasury Shares | 2026-04-21 | English | ||
| 34095625 | Director/PDMR Shareholding | 2026-04-10 | English | ||
| 33981014 | Director/PDMR Shareholding | 2026-04-09 | English | ||
| 33976680 | Holding(s) in Company | 2026-04-09 | English | ||
| 33556455 | Total Voting Rights | 2026-04-01 | English | ||
| 33085503 | Director/PDMR Shareholding | 2026-03-30 | English | ||
| 32970785 | Annual Report and Accounts and Notice of AGM | 2026-03-18 | 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 |
|---|---|---|---|
|
EUROSPAN HOLDINGS BERHAD
Manufactures and trades furniture and wood-based products, …
|
— | MY | Manufacturing |
|
Fiplasto S.A.
Manufacturer of wood products and RTA furniture, using sust…
|
— | AR | Manufacturing |
|
FLEXSTEEL INDUSTRIES INC
Manufacturer and marketer of residential, commercial, and R…
|
FLXS | US | Manufacturing |
|
Fortefabryki Mebli Forte S.A.
European manufacturer of self-assembly furniture distribute…
|
FTE | PL | Manufacturing |
|
GoldenHome Living Co., Ltd.
Designs and manufactures high-end kitchen cabinets and cust…
|
603180 | CN | Manufacturing |
|
Guangdong Piano Customized Furniture Co., Ltd.
Specializes in high-end whole-house customized furniture an…
|
002853 | CN | Manufacturing |
|
GuangDong Topstrong Living Innovation & Integration Co., Ltd.
Develops smart locks, architectural hardware, and customize…
|
300749 | CN | Manufacturing |
|
GUANGZHOU HOLIKE CREATIVE HOME CO.,LTD.
Provides custom whole-house furnishing solutions using eco-…
|
603898 | CN | Manufacturing |
|
Guangzhou Shangpin Home Collection Co., Ltd
Specializes in customized home furnishings using digital de…
|
300616 | CN | Manufacturing |
|
Hannun S.A.
D2C e-commerce company selling sustainable, handcrafted fur…
|
HAN | ES | 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.