Rentokil Initial Plc /Fi (RKLIF) Total Debt (2019 - 2026)
Rentokil Initial's (RKLIF) quarterly Total Debt came in at -$1.9 billion in Q2 2026, up 64.57% year-over-year from -$1.2 billion in Q2 2025, and up 53.22% quarter-over-quarter from -$4.2 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Total Debt (2019 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Total Debt for 8 consecutive years, with -$1.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Total Debt rose 64.57% year-over-year to -$1.9 billion in Q2 2026; TTM through Jun 2026 was -$1.9 billion, a 64.57% increase from a year earlier, with the FY2025 full-year figure at -$4.2 billion, down 29.62% from the prior year.
- Total Debt was -$1.9 billion for Q2 2026 at Rentokil Initial, up from -$4.2 billion in the prior quarter.
- Over five years, Total Debt peaked at $780.0 million in Q2 2022 and troughed at -$5.5 billion in Q2 2025.
- A 5-year average of -$3.6 billion and a median of -$4.2 billion in 2025 frame the typical range for Total Debt.
- Across the five-year window, Total Debt sank 776.06% in 2023 and surged 64.57% in 2026, its largest moves.
- Over 5 years, Total Debt stood at -$4.2 billion in 2022, then grew by 6.65% to -$3.9 billion in 2023, then rose by 18.07% to -$3.2 billion in 2024, then dropped by 29.62% to -$4.2 billion in 2025, then jumped by 53.22% to -$1.9 billion in 2026.
- The last three Total Debt figures came in at -$1.9 billion (Q2 2026), -$4.2 billion (Q4 2025), and -$5.5 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.94 Bn |
| Dec 31, 2025 | -4.16 Bn |
| Jun 30, 2025 | -5.49 Bn |
| Dec 31, 2024 | -3.21 Bn |
| Jun 30, 2024 | -5.43 Bn |
| Dec 31, 2023 | -3.91 Bn |
| Jun 30, 2023 | -5.27 Bn |
| Dec 31, 2022 | -4.19 Bn |
| Jun 30, 2022 | 780.00 Mn |
| Dec 31, 2021 | 1.69 Bn |
| Dec 31, 2020 | 920.00 Mn |
| Dec 31, 2019 | 1.74 Bn |
Rentokil Initial Plc /Fi Total Debt 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=total-debt&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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=total-debt&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();