Rentokil Initial Plc /Fi (RKLIF) Receivables (2021 - 2026)
Rentokil Initial's (RKLIF) quarterly Receivables came in at $1.3 billion in Q2 2026, up 6.69% year-over-year from $1.2 billion in Q2 2025, and down 4.84% quarter-over-quarter from $1.3 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Receivables (2021 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Receivables for 6 consecutive years, with $1.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Receivables rose 6.69% year-over-year to $1.3 billion in Q2 2026; TTM through Jun 2026 was $1.3 billion, a 6.69% increase from a year earlier, with the FY2025 full-year figure at $1.4 billion, down 2.08% from the prior year.
- Receivables was $1.3 billion for Q2 2026 at Rentokil Initial, down from $1.3 billion in the prior quarter.
- Over five years, Receivables peaked at $1.4 billion in Q4 2024 and troughed at $82.0 million in Q3 2025.
- A 5-year average of $1.0 billion and a median of $1.2 billion in 2022 frame the typical range for Receivables.
- Across the five-year window, Receivables soared 194.5% in 2023 and dropped 5.78% in 2025, its largest moves.
- Over 5 years, Receivables stood at $1.2 billion in 2022, then advanced by 6.64% to $1.3 billion in 2023, then grew by 8.99% to $1.4 billion in 2024, then declined by 5.78% to $1.3 billion in 2025, then slipped by 4.84% to $1.3 billion in 2026.
- The last three Receivables figures came in at $1.3 billion (Q2 2026), $1.3 billion (Q4 2025), and $82.0 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.26 Bn |
| Dec 31, 2025 | 1.32 Bn |
| Sep 30, 2025 | 82.00 Mn |
| Jun 30, 2025 | 1.18 Bn |
| Dec 31, 2024 | 1.40 Bn |
| Jun 30, 2024 | 1.20 Bn |
| Dec 31, 2023 | 1.29 Bn |
| Jun 30, 2023 | 1.07 Bn |
| Dec 31, 2022 | 1.21 Bn |
| Jun 30, 2022 | 365.00 Mn |
| Dec 31, 2021 | 795.33 Mn |
Rentokil Initial Plc /Fi Receivables 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=receivables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();