Rentokil Initial Plc /Fi (RKLIF) Interest Expenses (2022 - 2025)
Rentokil Initial's (RKLIF) quarterly Interest Expenses came in at -$252.0 million in Q4 2025, down 199.66% year-over-year from $252.8 million in Q4 2024, and down 311.76% quarter-over-quarter from $119.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Interest Expenses (2022 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Interest Expenses for 4 consecutive years, with -$252.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Interest Expenses fell 199.66% year-over-year to -$252.0 million in Q4 2025; TTM through Dec 2025 was $354.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$250.0 million, up 1.13% from the prior year.
- Interest Expenses was -$252.0 million for Q4 2025 at Rentokil Initial, down from $119.0 million in the prior quarter.
- Over five years, Interest Expenses peaked at $252.8 million in Q4 2024 and troughed at -$252.0 million in Q4 2025.
- A 4-year average of $89.4 million and a median of $119.0 million in 2025 frame the typical range for Interest Expenses.
- Across the five-year window, Interest Expenses surged 153.16% in 2023 and slumped 199.66% in 2025, its largest moves.
- Over 4 years, Interest Expenses stood at $92.7 million in 2022, then surged by 153.16% to $234.6 million in 2023, then climbed by 7.79% to $252.8 million in 2024, then slumped by 199.66% to -$252.0 million in 2025.
- The last three Interest Expenses figures came in at -$252.0 million (Q4 2025), $119.0 million (Q3 2025), and $252.8 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -252.00 Mn |
| Sep 30, 2025 | 119.00 Mn |
| Dec 31, 2024 | 252.85 Mn |
| Dec 31, 2023 | 234.58 Mn |
| Dec 31, 2022 | 92.66 Mn |
Rentokil Initial Plc /Fi Interest Expenses 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=interest-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();