Relx (RELX) Treasury Shares (2009 - 2026)
Relx's (RELX) quarterly Treasury Shares came in at -$92.8 million in Q2 2026, down 172.93% year-over-year from $127.3 million in Q2 2025, and down 117.19% quarter-over-quarter from $540.0 million in Q4 2025.
Relx (RELX) Treasury Shares (2009 - 2026) Analysis & Trends
Relx (RELX) has reported Treasury Shares for 11 consecutive years, with -$92.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Treasury Shares fell 172.93% year-over-year to -$92.8 million in Q2 2026; TTM through Jun 2026 was -$92.8 million, a 172.93% decrease from a year earlier, with the FY2025 full-year figure at $535.3 million, down 42.23% from the prior year.
- Treasury Shares was -$92.8 million for Q2 2026 at Relx, down from $540.0 million in the prior quarter.
- Over five years, Treasury Shares peaked at -$485.6 million in Q4 2022 and troughed at -$2.7 billion in Q2 2026.
- A 5-year average of -$1.3 billion and a median of -$1.1 billion in 2023 frame the typical range for Treasury Shares.
- Across the five-year window, Treasury Shares jumped 41.34% in 2023 and slumped 172.93% in 2026, its largest moves.
- Over 5 years, Treasury Shares stood at $485.6 million in 2022, then jumped by 41.34% to $686.4 million in 2023, then surged by 35.02% to $926.7 million in 2024, then sank by 41.72% to $540.0 million in 2025, then plunged by 117.19% to -$92.8 million in 2026.
- The last three Treasury Shares figures came in at -$92.8 million (Q2 2026), $540.0 million (Q4 2025), and -$34.0 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | -10.68 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 258.00 Mn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 38.59 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 240.90 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | -2.68 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 153.53 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 7.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.68 Bn |
| Jun 30, 2026 | -92.84 Mn |
| Jun 30, 2026 | -92.84 Mn |
| Jun 30, 2026 | -2.68 Bn |
| Dec 31, 2025 | -540.05 Mn |
| Dec 31, 2025 | 540.05 Mn |
| Dec 31, 2025 | 540.05 Mn |
| Dec 31, 2025 | -540.05 Mn |
| Jun 30, 2025 | -34.02 Mn |
| Jun 30, 2025 | -2.21 Bn |
| Jun 30, 2025 | -2.21 Bn |
| Jun 30, 2025 | -34.02 Mn |
| Dec 31, 2024 | -926.69 Mn |
| Dec 31, 2024 | 926.69 Mn |
| Dec 31, 2024 | 926.69 Mn |
| Dec 31, 2024 | -926.69 Mn |
| Jun 30, 2024 | -1.48 Bn |
| Jun 30, 2024 | -1.48 Bn |
| Dec 31, 2023 | 686.36 Mn |
| Dec 31, 2023 | -686.36 Mn |
Relx Treasury Shares 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=treasury-shares&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();