Rentokil Initial Plc /Fi (RKLIF) Net Income (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly Net Income came in at $379.0 million in Q4 2025, up 356.08% quarter-over-quarter from -$148.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Net Income (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Net Income for 4 consecutive years, with $379.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Net Income changed N/A year-over-year to $379.0 million in Q4 2025; TTM through Dec 2025 was $889.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at $670.0 million, up 3.78% from the prior year.
- Net Income was $379.0 million for Q4 2025 at Rentokil Initial, up from -$148.0 million in the prior quarter.
- Over five years, Net Income peaked at $560.8 million in Q4 2021 and troughed at -$148.0 million in Q3 2025.
- A 4-year average of $290.0 million and a median of $379.0 million in 2025 frame the typical range for Net Income.
- Across the five-year window, Net Income decreased 2.11% in 2022 and plunged 80.1% in 2023, its largest moves.
- Over 4 years, Net Income stood at $560.8 million in 2021, then fell by 2.11% to $548.9 million in 2022, then slumped by 80.1% to $109.2 million in 2023, then soared by 247.0% to $379.0 million in 2025.
- The last three Net Income figures came in at $379.0 million (Q4 2025), -$148.0 million (Q3 2025), and $109.2 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 379.00 Mn |
| Sep 30, 2025 | -148.00 Mn |
| Dec 31, 2023 | 109.22 Mn |
| Dec 31, 2022 | 548.93 Mn |
| Dec 31, 2021 | 560.77 Mn |
Rentokil Initial Plc /Fi Net 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=net-income&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();