Bunzl PLC — Investor Relations & Filings
Bunzl is a specialized international distribution and services group. The company provides value-added distribution and outsourcing of a wide range of non-food consumable products that are essential for its customers' operations. It serves various market sectors, including foodservice, grocery, cleaning and hygiene, safety, and retail. The product portfolio includes items such as food packaging, cleaning supplies, personal protective equipment (PPE), and other disposable goods. By consolidating the procurement and distribution of these essential items, Bunzl enables businesses to streamline their supply chains, increase efficiency, and focus on their core activities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Group of companies' accounts made up to 2025-12-31 | 2026-05-20 | English | |
| Director/PDMR Shareholding | 2026-05-08 | English | |
| Director/PDMR Shareholding | 2026-05-07 | English | |
| Director/PDMR Shareholding | 2026-05-06 | English | |
| Total Voting Rights | 2026-05-01 | English | |
| Result of AGM | 2026-04-22 | English |
Browse filings by year
42 years- 2026 36 filings
- 2025 196 filings
- 2024 152 filings
- 2023 87 filings
- 2022 73 filings
- 2021 76 filings
- 2020 86 filings
- 2019 77 filings
- 2018 81 filings
- 2017 85 filings
- 2016 78 filings
- 2015 87 filings
- 2014 86 filings
- 2013 88 filings
- 2012 5 filings
- 2011 6 filings
- 2010 2 filings
- 2009 1 filing
- 2008 1 filing
- 2007 2 filings
- 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 2 filings
- 1996 1 filing
- 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
- 1981 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46792297 | Group of companies' accounts made up to 2025-12-31 | 2026-05-20 | English | ||
| 44302303 | Director/PDMR Shareholding | 2026-05-08 | English | ||
| 43030533 | Director/PDMR Shareholding | 2026-05-07 | English | ||
| 41776901 | Director/PDMR Shareholding | 2026-05-06 | English | ||
| 39464557 | Total Voting Rights | 2026-05-01 | English | ||
| 35295791 | Result of AGM | 2026-04-22 | English | ||
| 35136971 | Trading Statement | 2026-04-22 | English | ||
| 34654700 | Director/PDMR Shareholding | 2026-04-13 | English | ||
| 33979053 | Director/PDMR Shareholding | 2026-04-09 | English | ||
| 33253058 | Director/PDMR Shareholding | 2026-04-02 | English | ||
| 33559070 | Director/PDMR Shareholding | 2026-04-01 | English | ||
| 33558679 | Total Voting Rights | 2026-04-01 | English | ||
| 33119596 | Director/PDMR Shareholding | 2026-03-31 | English | ||
| 32999987 | Director/PDMR Shareholding | 2026-03-20 | English | ||
| 32978232 | Director/PDMR Shareholding | 2026-03-18 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Bunzl 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 · Non-specialized wholesale trade
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aviva Industries Limited
Trades chemicals and textiles while managing a portfolio of…
|
512109 | IN | Wholesale and retail trade |
|
Baazeem Trading Co.
Distributes and markets household, personal care, and food …
|
4051 | SA | Wholesale and retail trade |
|
Bajaj Global Ltd
Trades commodities and industrial goods while managing stra…
|
512261 | IN | Wholesale and retail trade |
|
Balgopal Commercial limited
Wholesale commodity trading, financial services, and invest…
|
539834 | IN | Wholesale and retail trade |
|
BayWa AG
A group providing trading, logistics, and services in agric…
|
BYW | DE | Wholesale and retail trade |
|
Bazel International Limited
Trades commodities and consumer goods with supply chain and…
|
539946 | IN | Wholesale and retail trade |
|
Bentley Commercial Enterprises Ltd.
Specializes in trading textiles and commodities and managin…
|
512195 | IN | Wholesale and retail trade |
|
BHAVIK ENTERPRISES LIMITED
Trades chemicals, textiles, and consumer goods with strateg…
|
544551 | IN | Wholesale and retail trade |
|
Billions Co.,Ltd.
A diversified company in entertainment and latex medical pr…
|
044480 | KR | Wholesale and retail trade |
|
BİZİM TOPTAN SATIŞ MAĞAZALARI A.Ş.
Cash-and-carry operator for wholesale and retail of fast-mo…
|
BIZIM | TR | Wholesale and retail trade |
Bunzl 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/4627/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4627 | 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=4627 | 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=4627 \ -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": 4627}, 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 Bunzl PLC (id: 4627)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.