Rentokil Initial Plc /Fi (RKLIF) Total Liabilities (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Total Liabilities came in at $70.0 million in Q4 2025, down 27.28% year-over-year from $96.3 million in Q4 2024, and up 134.15% quarter-over-quarter from -$205.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Total Liabilities (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Total Liabilities for 7 consecutive years, with $70.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Total Liabilities fell 27.28% year-over-year to $70.0 million in Q4 2025; TTM through Dec 2025 was $70.0 million, a 27.28% decrease from a year earlier, with the FY2025 full-year figure at $70.0 million, down 97.32% from the prior year.
- Total Liabilities was $70.0 million for Q4 2025 at Rentokil Initial, up from -$205.0 million in the prior quarter.
- Over five years, Total Liabilities peaked at $5.3 billion in Q2 2025 and troughed at -$5.3 billion in Q2 2024.
- A 5-year average of $623.4 million and a median of $954.0 million in 2021 frame the typical range for Total Liabilities.
- Across the five-year window, Total Liabilities jumped 2077.86% in 2021 and slumped 325.51% in 2023, its largest moves.
- Over 5 years, Total Liabilities stood at $1.8 billion in 2021, then soared by 109.7% to $3.8 billion in 2022, then decreased by 11.89% to $3.3 billion in 2023, then slumped by 97.12% to $96.3 million in 2024, then dropped by 27.28% to $70.0 million in 2025.
- The last three Total Liabilities figures came in at $70.0 million (Q4 2025), -$205.0 million (Q3 2025), and $5.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 70.00 Mn |
| Sep 30, 2025 | -205.00 Mn |
| Jun 30, 2025 | 5.32 Bn |
| Dec 31, 2024 | 96.26 Mn |
| Jun 30, 2024 | -5.25 Bn |
| Dec 31, 2023 | 3.35 Bn |
| Jun 30, 2023 | -4.95 Bn |
| Dec 31, 2022 | 3.80 Bn |
| Jun 30, 2022 | 2.19 Bn |
| Dec 31, 2021 | 1.81 Bn |
| Dec 31, 2020 | 83.19 Mn |
| Dec 31, 2019 | 3.00 Bn |
Rentokil Initial Plc /Fi Total Liabilities 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-liabilities&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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-liabilities&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();