Rentokil Initial Plc /Fi (RKLIF) Payables (2019 - 2026)
Rentokil Initial's (RKLIF) quarterly Payables came in at -$3.4 billion in Q2 2026, down 27.46% year-over-year from -$4.7 billion in Q2 2025, and down 21.87% quarter-over-quarter from -$2.8 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Payables (2019 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Payables for 8 consecutive years, with -$3.4 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Payables fell 27.46% year-over-year to -$3.4 billion in Q2 2026; TTM through Jun 2026 was -$3.4 billion, a 27.46% decrease from a year earlier, with the FY2025 full-year figure at -$2.8 billion, up 4.38% from the prior year.
- Payables was -$3.4 billion for Q2 2026 at Rentokil Initial, down from -$2.8 billion in the prior quarter.
- Over five years, Payables peaked at $378.0 million in Q2 2022 and troughed at -$3.4 billion in Q2 2026.
- A 5-year average of -$2.3 billion and a median of -$2.8 billion in 2023 frame the typical range for Payables.
- Across the five-year window, Payables sank 816.35% in 2022 and gained 9.42% in 2025, its largest moves.
- Over 5 years, Payables stood at -$2.9 billion in 2022, then increased by 4.0% to -$2.8 billion in 2023, then slipped by 3.68% to -$2.9 billion in 2024, then grew by 4.38% to -$2.8 billion in 2025, then declined by 21.87% to -$3.4 billion in 2026.
- The last three Payables figures came in at -$3.4 billion (Q2 2026), -$2.8 billion (Q4 2025), and -$112.0 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.42 Bn |
| Dec 31, 2025 | -2.80 Bn |
| Sep 30, 2025 | -112.00 Mn |
| Jun 30, 2025 | -2.68 Bn |
| Dec 31, 2024 | -2.93 Bn |
| Jun 30, 2024 | -2.96 Bn |
| Dec 31, 2023 | -2.83 Bn |
| Jun 30, 2023 | -2.42 Bn |
| Dec 31, 2022 | -2.95 Bn |
| Jun 30, 2022 | 378.00 Mn |
| Dec 31, 2021 | 411.14 Mn |
| Dec 31, 2020 | 91.00 Mn |
| Dec 31, 2019 | 96.00 Mn |
Rentokil Initial Plc /Fi 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=payables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=payables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();