Rentokil Initial Plc /Fi (RKLIF) Accounts Payables (2019 - 2026)
Rentokil Initial's (RKLIF) quarterly Accounts Payables came in at -$1.5 billion in Q2 2026, down 7.37% year-over-year from -$1.6 billion in Q2 2025, and down 5.75% quarter-over-quarter from -$1.4 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Accounts Payables (2019 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Accounts Payables for 8 consecutive years, with -$1.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Accounts Payables fell 7.37% year-over-year to -$1.5 billion in Q2 2026; TTM through Jun 2026 was -$1.5 billion, a 7.37% decrease from a year earlier, with the FY2025 full-year figure at -$1.4 billion, up 0.57% from the prior year.
- Accounts Payables was -$1.5 billion for Q2 2026 at Rentokil Initial, down from -$1.4 billion in the prior quarter.
- Over five years, Accounts Payables peaked at $368.0 million in Q2 2022 and troughed at -$1.5 billion in Q2 2023.
- A 5-year average of -$1.1 billion and a median of -$1.4 billion in 2023 frame the typical range for Accounts Payables.
- Across the five-year window, Accounts Payables slumped 505.67% in 2023 and grew 5.14% in 2025, its largest moves.
- Over 5 years, Accounts Payables stood at -$1.4 billion in 2022, then dropped by 3.82% to -$1.4 billion in 2023, then slipped by 1.06% to -$1.4 billion in 2024, then increased by 2.99% to -$1.4 billion in 2025, then fell by 5.75% to -$1.5 billion in 2026.
- The last three Accounts Payables figures came in at -$1.5 billion (Q2 2026), -$1.4 billion (Q4 2025), and -$112.0 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.47 Bn |
| Dec 31, 2025 | -1.39 Bn |
| Sep 30, 2025 | -112.00 Mn |
| Jun 30, 2025 | -1.37 Bn |
| Dec 31, 2024 | -1.43 Bn |
| Jun 30, 2024 | -1.45 Bn |
| Dec 31, 2023 | -1.42 Bn |
| Jun 30, 2023 | -1.49 Bn |
| Dec 31, 2022 | -1.37 Bn |
| Jun 30, 2022 | 368.00 Mn |
| Dec 31, 2021 | 1.03 Bn |
| Dec 31, 2020 | 91.00 Mn |
| Dec 31, 2019 | 96.00 Mn |
Rentokil Initial Plc /Fi Accounts 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=accounts-payables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();