Rentokil Initial Plc /Fi (RKLIF) Debt Ratio (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Debt Ratio came in at 53.28 in Q4 2025, down 22411.56% year-over-year from N/an in Q4 2024, and down 10182.55% quarter-over-quarter from 0.52 in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Debt Ratio (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Debt Ratio for 6 consecutive years, with 53.28 the latest figure, recorded in Q4 2025.
- On a quarterly basis, Debt Ratio fell 22411.56% year-over-year to 53.28 in Q4 2025; TTM through Jun 2026 was 0.08, a 44.3% increase from a year earlier, with the FY2025 full-year figure at 53.28, down 21.32% from the prior year.
- Debt Ratio was 53.28 for Q4 2025 at Rentokil Initial, down from 0.52 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.29 in Q4 2021 and troughed at 53.28 in Q4 2025.
- A 5-year average of 7.74 and a median of 0.28 in 2023 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio grew 16.47% in 2024 and sank 22411.56% in 2025, its largest moves.
- Over 5 years, Debt Ratio stood at 0.29 in 2021, then sank by 203.03% to 0.3 in 2022, then climbed by 5.32% to 0.28 in 2023, then gained by 16.47% to 0.24 in 2024, then plunged by 22411.56% to 53.28 in 2025.
- The last three Debt Ratio figures came in at 53.28 (Q4 2025), 0.52 (Q2 2025), and 0.24 (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -53.28 |
| Jun 30, 2025 | -0.52 |
| Dec 31, 2024 | -0.24 |
| Dec 31, 2023 | -0.28 |
| Dec 31, 2022 | -0.30 |
| Jun 30, 2022 | 0.18 |
| Dec 31, 2021 | 0.29 |
| Dec 31, 2019 | 0.33 |
Rentokil Initial Plc /Fi Debt Ratio 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=debt-ratio&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();