Rentokil Initial Plc /Fi (RKLIF) Change in Cash (2020 - 2025)
Rentokil Initial's (RKLIF) quarterly Change in Cash came in at $282.0 million in Q4 2025, up 31.16% year-over-year from $215.0 million in Q4 2024, and up 31.16% quarter-over-quarter from $215.0 million in Q4 2024.
Rentokil Initial Plc /Fi (RKLIF) Change in Cash (2020 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Change in Cash for 6 consecutive years, with $282.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Change in Cash rose 31.16% year-over-year to $282.0 million in Q4 2025; TTM through Dec 2025 was $738.3 million, a 20.8% decrease from a year earlier, with the FY2025 full-year figure at $1.0 billion, up 283.04% from the prior year.
- Change in Cash was $282.0 million for Q4 2025 at Rentokil Initial, up from $215.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $475.8 million in Q4 2021 and troughed at -$197.3 million in Q4 2023.
- A 5-year average of $242.8 million and a median of $282.0 million in 2025 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash slumped 144.99% in 2023 and jumped 208.95% in 2024, its largest moves.
- Over 5 years, Change in Cash stood at $475.8 million in 2021, then declined by 7.81% to $438.7 million in 2022, then tumbled by 144.99% to -$197.3 million in 2023, then jumped by 208.95% to $215.0 million in 2024, then jumped by 31.16% to $282.0 million in 2025.
- The last three Change in Cash figures came in at $282.0 million (Q4 2025), $215.0 million (Q4 2024), and -$197.3 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 282.00 Mn |
| Dec 31, 2024 | 215.00 Mn |
| Dec 31, 2023 | -197.34 Mn |
| Dec 31, 2022 | 438.68 Mn |
| Dec 31, 2021 | 475.85 Mn |
| Dec 31, 2020 | 444.99 Mn |
Rentokil Initial Plc /Fi Change in Cash 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=change-in-cash&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();