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