Relx (RELX) Operating Leases (2017 - 2025)
Relx's (RELX) quarterly Operating Leases came in at $129.0 million in Q4 2025, down 2.4% year-over-year from $132.2 million in Q4 2024, and down 2.4% quarter-over-quarter from $132.2 million in Q4 2024.
Relx (RELX) Operating Leases (2017 - 2025) Analysis & Trends
Relx (RELX) has reported Operating Leases for 9 consecutive years, with $129.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Operating Leases fell 2.4% year-over-year to $129.0 million in Q4 2025; TTM through Dec 2025 was $129.0 million, a 2.4% decrease from a year earlier, with the FY2025 full-year figure at $127.9 million, down 3.26% from the prior year.
- Operating Leases was $129.0 million for Q4 2025 at Relx, down from $132.2 million in the prior quarter.
- Over five years, Operating Leases peaked at $280.4 million in Q4 2021 and troughed at $129.0 million in Q4 2025.
- A 5-year average of $186.0 million and a median of $175.0 million in 2023 frame the typical range for Operating Leases.
- Across the five-year window, Operating Leases rose 19.29% in 2021 and declined 24.46% in 2024, its largest moves.
- Over 5 years, Operating Leases stood at $280.4 million in 2021, then decreased by 23.86% to $213.5 million in 2022, then fell by 18.02% to $175.0 million in 2023, then decreased by 24.46% to $132.2 million in 2024, then fell by 2.4% to $129.0 million in 2025.
- The last three Operating Leases figures came in at $129.0 million (Q4 2025), $132.2 million (Q4 2024), and $175.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 129.03 Mn |
| Dec 31, 2024 | 132.20 Mn |
| Dec 31, 2023 | 175.00 Mn |
| Dec 31, 2022 | 213.47 Mn |
| Dec 31, 2021 | 280.39 Mn |
| Dec 31, 2020 | 235.04 Mn |
| Dec 31, 2019 | 311.15 Mn |
| Dec 31, 2018 | -463.24 Mn |
| Dec 31, 2017 | -519.12 Mn |
Relx Operating Leases 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=operating-leases&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "ticker": "RELX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=operating-leases&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();