Rentokil Initial Plc /Fi (RKLIF) EBIT (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly EBIT came in at $511.0 million in Q4 2025, up 322.17% quarter-over-quarter from -$230.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) EBIT (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported EBIT for 4 consecutive years, with $511.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, EBIT changed N/A year-over-year to $511.0 million in Q4 2025; TTM through Dec 2025 was $1.1 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $584.0 million, down 17.12% from the prior year.
- EBIT was $511.0 million for Q4 2025 at Rentokil Initial, up from -$230.0 million in the prior quarter.
- Over five years, EBIT peaked at $560.8 million in Q4 2021 and troughed at -$230.0 million in Q3 2025.
- A 4-year average of $332.9 million and a median of $511.0 million in 2025 frame the typical range for EBIT.
- Across the five-year window, EBIT tumbled 50.01% in 2022 and soared 93.48% in 2023, its largest moves.
- Over 4 years, EBIT stood at $560.8 million in 2021, then plunged by 50.01% to $280.3 million in 2022, then soared by 93.48% to $542.4 million in 2023, then dropped by 5.79% to $511.0 million in 2025.
- The last three EBIT figures came in at $511.0 million (Q4 2025), -$230.0 million (Q3 2025), and $542.4 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 511.00 Mn |
| Sep 30, 2025 | -230.00 Mn |
| Dec 31, 2023 | 542.38 Mn |
| Dec 31, 2022 | 280.33 Mn |
| Dec 31, 2021 | 560.77 Mn |
Rentokil Initial Plc /Fi EBIT 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=ebit&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();