Relx (RELX) Intangibles (2009 - 2026)
Relx's (RELX) quarterly Intangibles came in at $4.2 billion in Q2 2026, up 3.46% year-over-year from $4.0 billion in Q2 2025, and up 2.18% quarter-over-quarter from $4.1 billion in Q4 2025.
Relx (RELX) Intangibles (2009 - 2026) Analysis & Trends
Relx (RELX) has reported Intangibles for 12 consecutive years, with $4.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Intangibles rose 3.46% year-over-year to $4.2 billion in Q2 2026; TTM through Jun 2026 was $4.2 billion, a 3.46% increase from a year earlier, with the FY2025 full-year figure at $4.1 billion, changed 0.26% from the prior year.
- Intangibles was $4.2 billion for Q2 2026 at Relx, up from $4.1 billion in the prior quarter.
- Over five years, Intangibles peaked at $4.6 billion in Q2 2022 and troughed at $4.0 billion in Q4 2023.
- A 5-year average of $4.1 billion and a median of $4.1 billion in 2025 frame the typical range for Intangibles.
- Across the five-year window, Intangibles slipped 8.98% in 2023 and gained 3.46% in 2026, its largest moves.
- Over 5 years, Intangibles stood at $4.1 billion in 2022, then dropped by 2.77% to $4.0 billion in 2023, then rose by 1.05% to $4.1 billion in 2024, then grew by 0.62% to $4.1 billion in 2025, then grew by 2.18% to $4.2 billion in 2026.
- The last three Intangibles figures came in at $4.2 billion (Q2 2026), $4.1 billion (Q4 2025), and $4.0 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (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 | 3.07 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 6.14 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 3.78 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 1.65 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 4.64 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 4.18 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 49.67 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 611.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.18 Bn |
| Dec 31, 2025 | 4.09 Bn |
| Jun 30, 2025 | 4.04 Bn |
| Dec 31, 2024 | 4.06 Bn |
| Jun 30, 2024 | 4.02 Bn |
| Dec 31, 2023 | 4.02 Bn |
| Jun 30, 2023 | 4.15 Bn |
| Dec 31, 2022 | 4.13 Bn |
| Jun 30, 2022 | 4.56 Bn |
| Dec 31, 2021 | 4.45 Bn |
| Jun 30, 2021 | 4.56 Bn |
| Dec 31, 2020 | 4.52 Bn |
| Jun 30, 2020 | 4.78 Bn |
| Dec 31, 2019 | 4.44 Bn |
| Jun 30, 2019 | 4.66 Bn |
| Dec 31, 2018 | 4.55 Bn |
| Jun 30, 2018 | 4.75 Bn |
| Dec 31, 2017 | 4.24 Bn |
| Dec 31, 2016 | 4.48 Bn |
| Dec 31, 2009 | 5.93 Bn |
Relx Intangibles 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=intangibles&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();