Rentokil Initial Plc /Fi (RKLIF) Operating Leases (2019 - 2026)
Rentokil Initial's (RKLIF) quarterly Operating Leases came in at -$164.0 million in Q2 2026, up 1.2% year-over-year from -$162.0 million in Q2 2025, and up 4.09% quarter-over-quarter from -$171.0 million in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Operating Leases (2019 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Operating Leases for 8 consecutive years, with -$164.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Leases rose 1.2% year-over-year to -$164.0 million in Q2 2026; TTM through Jun 2026 was -$164.0 million, a 1.2% increase from a year earlier, with the FY2025 full-year figure at -$171.0 million, down 4.91% from the prior year.
- Operating Leases was -$164.0 million for Q2 2026 at Rentokil Initial, up from -$171.0 million in the prior quarter.
- Over five years, Operating Leases peaked at $168.0 million in Q2 2022 and troughed at -$171.0 million in Q4 2025.
- A 5-year average of -$116.3 million and a median of -$161.5 million in 2023 frame the typical range for Operating Leases.
- Across the five-year window, Operating Leases sank 194.6% in 2023 and advanced 1.2% in 2026, its largest moves.
- Over 5 years, Operating Leases stood at -$158.3 million in 2022, then rose by 0.45% to -$157.6 million in 2023, then slipped by 5.85% to -$166.9 million in 2024, then slipped by 2.48% to -$171.0 million in 2025, then grew by 4.09% to -$164.0 million in 2026.
- The last three Operating Leases figures came in at -$164.0 million (Q2 2026), -$171.0 million (Q4 2025), and -$20.0 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -164.00 Mn |
| Dec 31, 2025 | -171.00 Mn |
| Sep 30, 2025 | -20.00 Mn |
| Jun 30, 2025 | -166.00 Mn |
| Dec 31, 2024 | -166.86 Mn |
| Jun 30, 2024 | -167.88 Mn |
| Dec 31, 2023 | -157.63 Mn |
| Jun 30, 2023 | -158.92 Mn |
| Dec 31, 2022 | -158.35 Mn |
| Jun 30, 2022 | 168.00 Mn |
| Dec 31, 2021 | 187.37 Mn |
| Dec 31, 2020 | 96.00 Mn |
| Dec 31, 2019 | 110.00 Mn |
Rentokil Initial Plc /Fi Operating 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=operating-leases&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-leases&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();