Rentokil Initial Plc /Fi (RKLIF) Invested Capital (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Invested Capital came in at $1.3 billion in Q4 2025, up 134.96% year-over-year from $570.3 million in Q4 2024, and up 709.09% quarter-over-quarter from -$220.0 million in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Invested Capital (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Invested Capital for 7 consecutive years, with $1.3 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Invested Capital rose 134.96% year-over-year to $1.3 billion in Q4 2025; TTM through Dec 2025 was $1.3 billion, a 134.96% increase from a year earlier, with the FY2025 full-year figure at $1.3 billion, up 134.96% from the prior year.
- Invested Capital was $1.3 billion for Q4 2025 at Rentokil Initial, up from -$220.0 million in the prior quarter.
- Over five years, Invested Capital peaked at $3.4 billion in Q4 2021 and troughed at -$3.8 billion in Q4 2024.
- A 5-year average of $1.8 million and a median of -$176.7 million in 2024 frame the typical range for Invested Capital.
- Across the five-year window, Invested Capital slumped 712.89% in 2023 and soared 134.96% in 2025, its largest moves.
- Over 5 years, Invested Capital stood at $3.4 billion in 2021, then sank by 81.91% to $614.6 million in 2022, then tumbled by 712.89% to -$3.8 billion in 2023, then slipped by 1.74% to -$3.8 billion in 2024, then soared by 134.96% to $1.3 billion in 2025.
- The last three Invested Capital figures came in at $1.3 billion (Q4 2025), -$220.0 million (Q2 2025), and -$3.8 billion (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.34 Bn |
| Jun 30, 2025 | -220.00 Mn |
| Dec 31, 2024 | -3.83 Bn |
| Jun 30, 2024 | -176.71 Mn |
| Dec 31, 2023 | -3.77 Bn |
| Jun 30, 2023 | -327.86 Mn |
| Dec 31, 2022 | 614.61 Mn |
| Jun 30, 2022 | 2.99 Bn |
| Dec 31, 2021 | 3.40 Bn |
| Dec 31, 2020 | 2.41 Bn |
| Dec 31, 2019 | 4.06 Bn |
Rentokil Initial Plc /Fi Invested Capital 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=invested-capital&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();