Relx (RELX) Non Operating Interest Expenses (2020 - 2025)
Relx's (RELX) quarterly Non Operating Interest Expenses came in at -$380.4 million in Q4 2025, up 0.54% year-over-year from -$378.4 million in Q4 2024, and up 0.54% quarter-over-quarter from -$382.5 million in Q4 2024.
Relx (RELX) Non Operating Interest Expenses (2020 - 2025) Analysis & Trends
Relx (RELX) has reported Non Operating Interest Expenses for 6 consecutive years, with -$380.4 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Non Operating Interest Expenses rose 0.54% year-over-year to -$380.4 million in Q4 2025; TTM through Dec 2025 was -$1.4 billion, a 15.74% decrease from a year earlier, with the FY2025 full-year figure at -$392.9 million, down 0.7% from the prior year.
- Non Operating Interest Expenses was -$380.4 million for Q4 2025 at Relx, up from -$382.5 million in the prior quarter.
- Over five years, Non Operating Interest Expenses peaked at -$191.4 million in Q4 2021 and troughed at -$391.0 million in Q4 2023.
- A 5-year average of -$316.2 million and a median of -$380.4 million in 2025 frame the typical range for Non Operating Interest Expenses.
- Across the five-year window, Non Operating Interest Expenses plunged 102.1% in 2021 and increased 2.17% in 2024, its largest moves.
- Over 5 years, Non Operating Interest Expenses stood at -$191.4 million in 2021, then retreated by 23.16% to -$235.8 million in 2022, then slumped by 65.83% to -$391.0 million in 2023, then grew by 2.17% to -$382.5 million in 2024, then advanced by 0.54% to -$380.4 million in 2025.
- The last three Non Operating Interest Expenses figures came in at -$380.4 million (Q4 2025), -$382.5 million (Q4 2024), and -$391.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 1.43 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | -375.44 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 473.00 Mn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 121.00 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 70.00 Mn |
| 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 | -380.43 Mn |
| Dec 31, 2024 | -382.48 Mn |
| Dec 31, 2023 | -390.96 Mn |
| Dec 31, 2022 | -235.76 Mn |
| Dec 31, 2021 | -191.42 Mn |
| Dec 31, 2020 | 9.11 Bn |
Relx Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();