Rentokil Initial Plc /Fi (RKLIF) Other Working Capital Changes (2020 - 2025)
Rentokil Initial's (RKLIF) quarterly Other Working Capital Changes came in at -$1.3 million in Q4 2020.
Rentokil Initial Plc /Fi (RKLIF) Other Working Capital Changes (2020 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Other Working Capital Changes for 6 consecutive years, with -$51.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Working Capital Changes rose 55.65% year-over-year to -$51.0 million in Q4 2025; TTM through Dec 2025 was -$183.0 million, a 56.17% decrease from a year earlier, with the FY2025 full-year figure at -$59.0 million, up 53.17% from the prior year.
- Other Working Capital Changes was -$1.3 million for Q4 2020 at Rentokil Initial.
- Over five years, Other Working Capital Changes peaked at $15.2 million in Q4 2022 and troughed at -$115.0 million in Q4 2024.
- A 5-year average of -$33.6 million and a median of -$32.3 million in 2023 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes sank 311.63% in 2023 and surged 55.65% in 2025, its largest moves.
- Over 5 years, Other Working Capital Changes stood at $14.8 million in 2021, then advanced by 2.83% to $15.2 million in 2022, then slumped by 311.63% to -$32.3 million in 2023, then sank by 256.37% to -$115.0 million in 2024, then surged by 55.65% to -$51.0 million in 2025.
- The last three Other Working Capital Changes figures came in at -$51.0 million (Q4 2025), -$115.0 million (Q4 2024), and -$32.3 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -51.00 Mn |
| Dec 31, 2025 | -51.00 Mn |
| Dec 31, 2024 | -115.00 Mn |
| Dec 31, 2024 | -115.00 Mn |
| Dec 31, 2023 | -32.27 Mn |
| Dec 31, 2023 | -32.27 Mn |
| Dec 31, 2022 | 15.25 Mn |
| Dec 31, 2022 | 15.25 Mn |
| Dec 31, 2021 | 14.83 Mn |
| Dec 31, 2021 | 14.83 Mn |
| Dec 31, 2020 | 17.17 Mn |
| Dec 31, 2020 | 17.17 Mn |
Rentokil Initial Plc /Fi Other Working Capital Changes 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=other-working-capital-changes&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();