Rentokil Initial Plc /Fi (RKLIF) Current Assets (2019 - 2026)
Rentokil Initial's (RKLIF) quarterly Current Assets came in at $4.1 billion in Q2 2026, up 136533.33% year-over-year from N/an in Q2 2025, and up 6.22% quarter-over-quarter from $3.9 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Current Assets (2019 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Current Assets for 8 consecutive years, with $4.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Current Assets rose 136533.33% year-over-year to $4.1 billion in Q2 2026; TTM through Jun 2026 was $4.1 billion, a 136533.33% increase from a year earlier, with the FY2025 full-year figure at $3.9 billion, up 47.8% from the prior year.
- Current Assets was $4.1 billion for Q2 2026 at Rentokil Initial, up from $3.9 billion in the prior quarter.
- Over five years, Current Assets peaked at $4.1 billion in Q2 2026 and troughed at $3.0 million in Q2 2025.
- A 5-year average of $2.1 billion and a median of $2.7 billion in 2024 frame the typical range for Current Assets.
- Across the five-year window, Current Assets sank 96.73% in 2023 and surged 136533.33% in 2026, its largest moves.
- Over 5 years, Current Assets stood at $3.8 billion in 2022, then declined by 11.84% to $3.3 billion in 2023, then decreased by 19.98% to $2.7 billion in 2024, then surged by 44.06% to $3.9 billion in 2025, then gained by 6.22% to $4.1 billion in 2026.
- The last three Current Assets figures came in at $4.1 billion (Q2 2026), $3.9 billion (Q4 2025), and $3.0 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.10 Bn |
| Dec 31, 2025 | 3.86 Bn |
| Jun 30, 2025 | 3.00 Mn |
| Dec 31, 2024 | 2.68 Bn |
| Jun 30, 2024 | 15.15 Mn |
| Dec 31, 2023 | 3.35 Bn |
| Jun 30, 2023 | 23.78 Mn |
| Dec 31, 2022 | 3.80 Bn |
| Jun 30, 2022 | 726.00 Mn |
| Dec 31, 2021 | 1.81 Bn |
| Dec 31, 2020 | 1.01 Bn |
| Dec 31, 2019 | 629.00 Mn |
Rentokil Initial Plc /Fi Current Assets 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=current-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();