Shell (RYDAF) Treasury Shares (2009 - 2025)
Shell's (RYDAF) quarterly Treasury Shares came in at -$847.0 million in Q4 2025, down 5.48% on a YoY basis from -$896.1 million in Q4 2024, and down 5.48% quarter-over-quarter from -$803.0 million in Q4 2024.
Shell (RYDAF) Treasury Shares (2009 - 2025) Analysis & Trends
Shell (RYDAF) has reported Treasury Shares for 17 consecutive years, with -$847.0 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Treasury Shares fell 5.48% year-over-year to -$847.0 million; the trailing twelve-month figure through Dec 2025 stood at -$847.0 million (down 5.48% YoY), and the FY2025 full-year result was -$847.0 million, down 5.48% from the prior year.
- Treasury Shares declined to -$847.0 million in Q4 2025 per RYDAF's latest filing, from -$803.0 million in the prior quarter.
- Across five years, Treasury Shares topped out at $997.0 million in Q4 2023 and bottomed at -$847.0 million in Q4 2025.
- Historically, Treasury Shares has averaged -$107.4 million across 5 years, with a median of -$610.0 million in 2021.
- The sharpest annual moves came in 2022 and 2024: Treasury Shares jumped 219.02% in 2022, then plunged 180.54% in 2024.
- Over 5 years, Treasury Shares stood at -$610.0 million in 2021, then surged by 219.02% to $726.0 million in 2022, then surged by 37.33% to $997.0 million in 2023, then sank by 180.54% to -$803.0 million in 2024, then dropped by 5.48% to -$847.0 million in 2025.
- According to Business Quant data, Treasury Shares over the past three periods registered -$847.0 million, -$803.0 million, and $997.0 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 466.91 Mn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | - |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | -4.62 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | -2.16 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 1.05 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 262.15 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | - |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | - |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 63.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -847.00 Mn |
| Dec 31, 2025 | -847.00 Mn |
| Dec 31, 2024 | -803.00 Mn |
| Dec 31, 2024 | -803.00 Mn |
| Dec 31, 2023 | 997.00 Mn |
| Dec 31, 2023 | 997.00 Mn |
| Dec 31, 2022 | 726.00 Mn |
| Dec 31, 2022 | 726.00 Mn |
| Dec 31, 2021 | -610.00 Mn |
| Dec 31, 2021 | -610.00 Mn |
| Dec 31, 2020 | -709.00 Mn |
| Dec 31, 2020 | -709.00 Mn |
| Dec 31, 2019 | -1.06 Bn |
| Dec 31, 2019 | -1.06 Bn |
| Dec 31, 2018 | 1.26 Bn |
| Dec 31, 2018 | 1.26 Bn |
| Dec 31, 2017 | -917.00 Mn |
| Dec 31, 2017 | -917.00 Mn |
| Dec 31, 2016 | -901.00 Mn |
| Dec 31, 2016 | -901.00 Mn |
Shell 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=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "ticker": "RYDAF", "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=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();