
BRISTOL WATER PLC — Investor Relations & Filings
Bristol Water PLC is a regulated water-only company that supplies drinking water to approximately 1.2 million people in the Bristol region. The company is responsible for treating and distributing around 266 million litres of water daily. Its operations encompass the management of reservoirs, water treatment works, and an extensive pipeline network. In addition to its primary supply function, Bristol Water provides a range of customer support services, including assistance with bill payments, priority services for customers with additional needs, and leak reporting. The company also promotes water efficiency by offering free water-saving devices to its customers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Half Year Results 2025/26 | 2025-11-27 | English | |
| Full accounts made up to 2025-03-31 | 2025-09-01 | English | |
| Full Year Results 2024/25 | 2025-06-03 | English | |
| Half Year Results 2024/25 | 2024-11-27 | English | |
| Full accounts made up to 2024-03-31 | 2024-07-30 | English | |
| Director Change | 2024-07-11 | English |
Browse filings by year
33 years- 2025 3 filings
- 2024 6 filings
- 2023 6 filings
- 2022 19 filings
- 2021 12 filings
- 2020 11 filings
- 2019 14 filings
- 2018 20 filings
- 2017 10 filings
- 2016 12 filings
- 2015 7 filings
- 2014 10 filings
- 2013 9 filings
- 2012 1 filing
- 2011 3 filings
- 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
- 1992 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
3 filings
| |||||
| 8719710 | Half Year Results 2025/26 | 2025-11-27 | English | ||
| 46805785 | Full accounts made up to 2025-03-31 | 2025-09-01 | English | ||
| 6105937 | Full Year Results 2024/25 | 2025-06-03 | English | ||
|
2024
6 filings
| |||||
| 3460542 | Half Year Results 2024/25 | 2024-11-27 | English | ||
| 46805787 | Full accounts made up to 2024-03-31 | 2024-07-30 | English | ||
| 2059983 | Director Change | 2024-07-11 | English | ||
| 2036345 | Full Year Results 2023/24 | 2024-05-21 | English | ||
| 2036451 | Full Year Results 2023/24 | 2024-05-21 | English | ||
| 1972825 | Director Changes | 2024-01-02 | English | ||
|
2023
6 filings
| |||||
| 1961247 | Half Year Results 2023/24 | 2023-11-29 | English | ||
| 46805788 | Full accounts made up to 2023-03-31 | 2023-07-31 | English | ||
| 1905256 | Annual Report and Accounts 2023 | 2023-07-10 | English | ||
| 1905351 | Publication of Annual Report and Accounts 2023 | 2023-07-10 | English | ||
| 1892256 | Full Year Results 2022/23 | 2023-06-01 | English | ||
| 1841933 | Completion of Transfer | 2023-02-01 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for BRISTOL WATER 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 · Water collection, treatment and supply
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EMPRESA DE SERVICIOS SANITARIOS LAGO PEÑUELAS S.A.
Captures, treats, and distributes potable water, serving as…
|
— | CL | Water supply; sewerage, waste m… |
|
ESSBIO S.A.
Provides comprehensive water management, including drinking…
|
— | CL | Water supply; sewerage, waste m… |
|
Essential Utilities, Inc.
A holding company for regulated utilities providing water, …
|
WTRG | US | Water supply; sewerage, waste m… |
|
ESVAL S.A.
Provides comprehensive water and wastewater services, inclu…
|
— | CL | Water supply; sewerage, waste m… |
|
FLUENCE CORPORATION LIMITED
Provides modular, decentralized water and wastewater treatm…
|
FLC | AU | Water supply; sewerage, waste m… |
|
Forward Water Technologies Corp.
Commercializing patented Forward Osmosis technology for low…
|
FWTC | CA | Water supply; sewerage, waste m… |
|
Fujian Zhangzhou Development Co.,Ltd
Diversified firm in urban infrastructure, water utilities, …
|
000753 | CN | Water supply; sewerage, waste m… |
|
Futian Holdings Limited
Focused on environmental protection, providing water infras…
|
8196 | HK | Water supply; sewerage, waste m… |
|
GELSENWASSER AG
An infrastructure service provider for the water, wastewate…
|
WWG | DE | Water supply; sewerage, waste m… |
|
Global Water Resources, Inc.
Manages the entire water cycle, providing regulated water, …
|
GWRS | CA | Water supply; sewerage, waste m… |
BRISTOL WATER 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/4716/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4716 | 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=4716 | 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=4716 \ -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": 4716}, 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 BRISTOL WATER PLC (id: 4716)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.