Rentokil Initial Plc /Fi (RKLIF) EBT (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly EBT came in at $318.0 million in Q4 2025, up 320.83% quarter-over-quarter from -$144.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) EBT (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported EBT for 4 consecutive years, with $318.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, EBT changed N/A year-over-year to $318.0 million in Q4 2025; TTM through Dec 2025 was $1.0 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $390.0 million, down 15.58% from the prior year.
- EBT was $318.0 million for Q4 2025 at Rentokil Initial, up from -$144.0 million in the prior quarter.
- Over five years, EBT peaked at $624.0 million in Q4 2022 and troughed at -$144.0 million in Q3 2025.
- A 4-year average of $321.4 million and a median of $318.0 million in 2025 frame the typical range for EBT.
- Across the five-year window, EBT rose 11.27% in 2022 and sank 60.22% in 2023, its largest moves.
- Over 4 years, EBT stood at $560.8 million in 2021, then gained by 11.27% to $624.0 million in 2022, then slumped by 60.22% to $248.2 million in 2023, then increased by 28.11% to $318.0 million in 2025.
- The last three EBT figures came in at $318.0 million (Q4 2025), -$144.0 million (Q3 2025), and $248.2 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 318.00 Mn |
| Sep 30, 2025 | -144.00 Mn |
| Dec 31, 2023 | 248.23 Mn |
| Dec 31, 2022 | 624.00 Mn |
| Dec 31, 2021 | 560.77 Mn |
Rentokil Initial Plc /Fi EBT API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=ebt&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "RKLIF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();