Rentokil Initial Plc /Fi (RKLIF) Depreciation & Amortization - Total (2022 - 2024)
Rentokil Initial's (RKLIF) quarterly Depreciation & Amortization - Total came in at $395.3 million in Q4 2024, up 6.17% year-over-year from $372.3 million in Q1 2024, and up 6.17% quarter-over-quarter from $372.3 million in Q4 2023.
Rentokil Initial Plc /Fi (RKLIF) Depreciation & Amortization - Total (2022 - 2024) Analysis & Trends
Rentokil Initial (RKLIF) has reported Depreciation & Amortization - Total for 3 consecutive years, with $395.3 million the latest figure, recorded in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 395.32 Mn |
| Dec 31, 2023 | 372.35 Mn |
| Dec 31, 2022 | 323.73 Mn |
Rentokil Initial Plc /Fi Depreciation & Amortization - Total 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=depreciation-and-amortization-total&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-total", "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=depreciation-and-amortization-total&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();