Rentokil Initial Plc /Fi (RKLIF) Non-Current Debt (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Non-Current Debt came in at -$4.2 billion in Q4 2025, down 29.62% year-over-year from -$5.9 billion in Q4 2024, and up 0.53% quarter-over-quarter from -$4.2 billion in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Non-Current Debt (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Non-Current Debt for 7 consecutive years, with -$4.2 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Non-Current Debt fell 29.62% year-over-year to -$4.2 billion in Q4 2025; TTM through Dec 2025 was -$4.2 billion, a 29.62% decrease from a year earlier, with the FY2025 full-year figure at -$4.2 billion, down 32.91% from the prior year.
- Non-Current Debt was -$4.2 billion for Q4 2025 at Rentokil Initial, up from -$4.2 billion in the prior quarter.
- Over five years, Non-Current Debt peaked at $1.7 billion in Q4 2021 and troughed at -$4.3 billion in Q2 2023.
- A 5-year average of -$2.8 billion and a median of -$3.9 billion in 2024 frame the typical range for Non-Current Debt.
- Across the five-year window, Non-Current Debt soared 104.98% in 2021 and sank 664.25% in 2023, its largest moves.
- Over 5 years, Non-Current Debt stood at $1.7 billion in 2021, then sank by 347.6% to -$4.2 billion in 2022, then grew by 6.65% to -$3.9 billion in 2023, then grew by 18.07% to -$3.2 billion in 2024, then dropped by 29.62% to -$4.2 billion in 2025.
- The last three Non-Current Debt figures came in at -$4.2 billion (Q4 2025), -$4.2 billion (Q2 2025), and -$3.2 billion (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -4.16 Bn |
| Jun 30, 2025 | -4.18 Bn |
| Dec 31, 2024 | -3.21 Bn |
| Jun 30, 2024 | -3.92 Bn |
| Dec 31, 2023 | -3.91 Bn |
| Jun 30, 2023 | -4.34 Bn |
| Dec 31, 2022 | -4.19 Bn |
| Jun 30, 2022 | 770.00 Mn |
| Dec 31, 2021 | 1.69 Bn |
| Dec 31, 2020 | 826.00 Mn |
| Dec 31, 2019 | 1.67 Bn |
Rentokil Initial Plc /Fi Non-Current 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=non-current-debt&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-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=non-current-debt&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();