Rentokil Initial Plc /Fi (RKLIF) Current Leases (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Current Leases came in at -$392.0 million in Q4 2025, up 3.04% year-over-year from -$380.4 million in Q4 2024, and down 1.03% quarter-over-quarter from -$388.0 million in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Current Leases (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Current Leases for 7 consecutive years, with -$392.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Current Leases rose 3.04% year-over-year to -$392.0 million in Q4 2025; TTM through Dec 2025 was -$392.0 million, a 3.04% increase from a year earlier, with the FY2025 full-year figure at -$392.0 million, up 0.51% from the prior year.
- Current Leases was -$392.0 million for Q4 2025 at Rentokil Initial, down from -$388.0 million in the prior quarter.
- Over five years, Current Leases peaked at -$187.4 million in Q4 2021 and troughed at -$406.7 million in Q2 2023.
- A 5-year average of -$369.0 million and a median of -$393.3 million in 2023 frame the typical range for Current Leases.
- Across the five-year window, Current Leases plunged 1202.2% in 2021 and gained 3.04% in 2025, its largest moves.
- Over 5 years, Current Leases stood at -$187.4 million in 2021, then slumped by 103.44% to -$381.2 million in 2022, then retreated by 3.54% to -$394.7 million in 2023, then slipped by 2.44% to -$404.3 million in 2024, then advanced by 3.04% to -$392.0 million in 2025.
- The last three Current Leases figures came in at -$392.0 million (Q4 2025), -$388.0 million (Q2 2025), and -$404.3 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -392.00 Mn |
| Jun 30, 2025 | -388.00 Mn |
| Dec 31, 2024 | -404.30 Mn |
| Jun 30, 2024 | -397.60 Mn |
| Dec 31, 2023 | -394.69 Mn |
| Jun 30, 2023 | -406.69 Mn |
| Dec 31, 2022 | -381.20 Mn |
| Dec 31, 2021 | -187.37 Mn |
| Dec 31, 2020 | 17.00 Mn |
| Dec 31, 2019 | 19.00 Mn |
Rentokil Initial Plc /Fi Current Leases 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=current-leases&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-leases", "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=current-leases&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();