Rentokil Initial Plc /Fi (RKLIF) EBITDA (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly EBITDA came in at $511.0 million in Q4 2025, down 66.17% year-over-year from $1.5 billion in Q4 2024, and up 322.17% quarter-over-quarter from -$230.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) EBITDA (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported EBITDA for 5 consecutive years, with $511.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, EBITDA fell 66.17% year-over-year to $511.0 million in Q4 2025; TTM through Dec 2025 was $3.3 billion, a 33.06% decrease from a year earlier, with the FY2025 full-year figure at $584.0 million, down 46.91% from the prior year.
- EBITDA was $511.0 million for Q4 2025 at Rentokil Initial, up from -$230.0 million in the prior quarter.
- Over five years, EBITDA peaked at $1.5 billion in Q4 2023 and troughed at -$230.0 million in Q3 2025.
- A 5-year average of $872.4 million and a median of $959.4 million in 2022 frame the typical range for EBITDA.
- Across the five-year window, EBITDA jumped 51.27% in 2023 and plunged 66.17% in 2025, its largest moves.
- Over 5 years, EBITDA stood at $911.3 million in 2021, then climbed by 10.57% to $1.0 billion in 2022, then jumped by 51.27% to $1.5 billion in 2023, then dropped by 0.88% to $1.5 billion in 2024, then sank by 66.17% to $511.0 million in 2025.
- The last three EBITDA figures came in at $511.0 million (Q4 2025), -$230.0 million (Q3 2025), and $1.5 billion (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 511.00 Mn |
| Sep 30, 2025 | -230.00 Mn |
| Dec 31, 2024 | 1.51 Bn |
| Dec 31, 2023 | 1.52 Bn |
| Dec 31, 2022 | 1.01 Bn |
| Dec 31, 2021 | 911.26 Mn |
Rentokil Initial Plc /Fi EBITDA 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=ebitda&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();