Rentokil Initial Plc /Fi (RKLIF) Notes Payables (2021 - 2026)
Rentokil Initial's (RKLIF) quarterly Notes Payables came in at -$1.9 billion in Q2 2026, down 48.51% year-over-year from -$3.8 billion in Q2 2025, and down 37.77% quarter-over-quarter from -$1.4 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Notes Payables (2021 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Notes Payables for 6 consecutive years, with -$1.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Notes Payables fell 48.51% year-over-year to -$1.9 billion in Q2 2026; TTM through Jun 2026 was -$1.9 billion, a 48.51% decrease from a year earlier, with the FY2025 full-year figure at -$1.4 billion, up 3.36% from the prior year.
- Notes Payables was -$1.9 billion for Q2 2026 at Rentokil Initial, down from -$1.4 billion in the prior quarter.
- Over five years, Notes Payables peaked at $10.0 million in Q2 2022 and troughed at -$1.9 billion in Q2 2026.
- A 5-year average of -$1.3 billion and a median of -$1.4 billion in 2025 frame the typical range for Notes Payables.
- Across the five-year window, Notes Payables sank 9385.11% in 2023 and rose 13.51% in 2025, its largest moves.
- Over 5 years, Notes Payables stood at -$1.6 billion in 2022, then grew by 10.78% to -$1.4 billion in 2023, then slipped by 6.33% to -$1.5 billion in 2024, then grew by 5.72% to -$1.4 billion in 2025, then tumbled by 37.77% to -$1.9 billion in 2026.
- The last three Notes Payables figures came in at -$1.9 billion (Q2 2026), -$1.4 billion (Q4 2025), and -$1.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.94 Bn |
| Dec 31, 2025 | -1.41 Bn |
| Jun 30, 2025 | -1.31 Bn |
| Dec 31, 2024 | -1.50 Bn |
| Jun 30, 2024 | -1.51 Bn |
| Dec 31, 2023 | -1.41 Bn |
| Jun 30, 2023 | -928.51 Mn |
| Dec 31, 2022 | -1.58 Bn |
| Jun 30, 2022 | 10.00 Mn |
| Dec 31, 2021 | -618.74 Mn |
Rentokil Initial Plc /Fi Notes Payables 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=notes-payables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();