Rentokil Initial Plc /Fi (RKLIF) Operating Income (2022 - 2025)
Rentokil Initial's (RKLIF) quarterly Operating Income 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) Operating Income (2022 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Operating Income for 3 consecutive years, with $511.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Operating Income 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 9.32% from the prior year.
- Operating Income was $511.0 million for Q4 2025 at Rentokil Initial, up from -$230.0 million in the prior quarter.
- Over five years, Operating Income peaked at $542.4 million in Q4 2023 and troughed at -$230.0 million in Q3 2025.
- A 3-year average of $275.9 million and a median of $395.7 million in 2025 frame the typical range for Operating Income.
- The widest YoY moves for Operating Income: up 93.48% in 2023, down 93.48% in 2023.
- Over 3 years, Operating Income stood at $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 Operating Income 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 |
Rentokil Initial Plc /Fi Operating Income 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=operating-income&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();