Rentokil Initial Plc /Fi (RKLIF) Times Interest Earned (2022 - 2025)
Rentokil Initial's (RKLIF) quarterly Times Interest Earned came in at 2.03 in Q4 2025, down 4.92% quarter-over-quarter from 1.93 in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Times Interest Earned (2022 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Times Interest Earned for 3 consecutive years, with 2.03 the latest figure, recorded in Q4 2025.
- On a quarterly basis, Times Interest Earned changed N/A year-over-year to 2.03 in Q4 2025; TTM through Dec 2025 was 3.11, a N/A change from a year earlier, with the FY2025 full-year figure at 2.34, up 16.18% from the prior year.
- Times Interest Earned was 2.03 for Q4 2025 at Rentokil Initial, down from 1.93 in the prior quarter.
- Over five years, Times Interest Earned peaked at 3.03 in Q4 2022 and troughed at 2.03 in Q4 2025.
- A 3-year average of 0.34 and a median of 0.19 in 2023 frame the typical range for Times Interest Earned.
- The widest YoY moves for Times Interest Earned: up 23.57% in 2023, down 23.57% in 2023.
- Over 3 years, Times Interest Earned stood at 3.03 in 2022, then dropped by 23.57% to 2.31 in 2023, then tumbled by 187.7% to 2.03 in 2025.
- The last three Times Interest Earned figures came in at 2.03 (Q4 2025), 1.93 (Q3 2025), and 2.31 (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -2.03 |
| Sep 30, 2025 | -1.93 |
| Dec 31, 2023 | 2.31 |
| Dec 31, 2022 | 3.03 |
Rentokil Initial Plc /Fi Times Interest Earned 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=times-interest-earned&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();