
Kingfisher PLC — Investor Relations & Filings
Kingfisher PLC is an international home improvement company serving both consumers and trade professionals. It operates a diverse portfolio of retail banners, including B&Q, Castorama, Brico Dépôt, and Screwfix, across a network of over 1,900 stores and through its e-commerce channels. The company's strategy focuses on differentiating through its Own Exclusive Brands (OEB), which provide innovative and affordable products. Kingfisher is also accelerating its digital transformation by leveraging data and AI to enhance the customer experience. A core part of its mission is a commitment to responsible business practices, with a focus on helping customers create more sustainable and energy-efficient homes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-06-02 | English | |
| Transaction in Own Shares | 2026-06-02 | English | |
| Total Voting Rights | 2026-06-01 | English | |
| Transaction in Own Shares | 2026-05-27 | English | |
| Q1 Trading Update | 2026-05-26 | English | |
| Transaction in Own Shares | 2026-05-19 | English |
Browse filings by year
43 years- 2026 85 filings
- 2025 250 filings
- 2024 228 filings
- 2023 251 filings
- 2022 228 filings
- 2021 119 filings
- 2020 69 filings
- 2019 82 filings
- 2018 154 filings
- 2017 190 filings
- 2016 156 filings
- 2015 172 filings
- 2014 119 filings
- 2013 56 filings
- 2012 7 filings
- 2011 6 filings
- 2010 2 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 2 filings
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 2 filings
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1985 1 filing
- 1983 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47934515 | Director/PDMR Shareholding | 2026-06-02 | English | ||
| 47929360 | Transaction in Own Shares | 2026-06-02 | English | ||
| 47915675 | Total Voting Rights | 2026-06-01 | English | ||
| 47224729 | Transaction in Own Shares | 2026-05-27 | English | ||
| 47051836 | Q1 Trading Update | 2026-05-26 | English | ||
| 46524207 | Transaction in Own Shares | 2026-05-19 | English | ||
| 46383614 | Director/PDMR Shareholding | 2026-05-18 | English | ||
| 45242812 | Admission to Trading | 2026-05-12 | English | ||
| 45118787 | Transaction in Own Shares | 2026-05-12 | English | ||
| 41762226 | Director Declaration | 2026-05-06 | English | ||
| 41734461 | Transaction in Own Shares | 2026-05-06 | English | ||
| 41725226 | Directorate change | 2026-05-06 | English | ||
| 41391339 | Holding(s) in Company | 2026-05-05 | English | ||
| 39464386 | Total Voting Rights | 2026-05-01 | English | ||
| 39084615 | Director/PDMR Shareholding | 2026-04-30 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Kingfisher 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 · Retail sale of hardware, building materials, paints and glass
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ENCHO CO.,LTD.
Operates home improvement stores offering DIY products and …
|
8208 | JP | Wholesale and retail trade |
|
HANDSMAN CO., LTD.
Operates a chain of home improvement centers selling DIY an…
|
7636 | JP | Wholesale and retail trade |
|
HOME DEPOT, INC.
A home improvement retailer offering products and services …
|
HD | US | Wholesale and retail trade |
|
HomeXpress Limited
Distributor and retailer of everyday Home & Garden essentia…
|
— | CA | Wholesale and retail trade |
|
HORNBACH Baumarkt AG
Operates DIY megastores and garden centers for home improve…
|
HBM | DE | Wholesale and retail trade |
|
HORNBACH Holding AG & Co. KGaA
Holding company for DIY retail, builders' merchants, and re…
|
HBH | DE | Wholesale and retail trade |
|
KOHNAN SHOJI CO.,LTD.
Operates a chain of home improvement centers for consumers …
|
7516 | JP | Wholesale and retail trade |
|
KOMERI CO.,LTD.
A specialty retailer operating a large chain of home improv…
|
8218 | JP | Wholesale and retail trade |
|
LOJAS QUERO QUERO S.A.
Retailer of home improvement goods and furniture with integ…
|
— | BR | Wholesale and retail trade |
|
LOWES COMPANIES INC
A retail company specializing in home improvement products …
|
LOW | US | Wholesale and retail trade |
Kingfisher 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/4675/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4675 | 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=4675 | 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=4675 \ -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": 4675}, 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 Kingfisher PLC (id: 4675)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.