Shell (RYDAF) Gains from Investment Securities (2009 - 2025)
Shell's (RYDAF) quarterly Gains from Investment Securities came in at $2.4 billion in Q2 2025, up 198.11% on a YoY basis from $792.0 million in Q2 2024, and up 351.43% quarter-over-quarter from $523.0 million in Q1 2025.
Shell (RYDAF) Gains from Investment Securities (2009 - 2025) Analysis & Trends
Shell (RYDAF) has reported Gains from Investment Securities for 9 consecutive years, with $2.4 billion the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Gains from Investment Securities rose 198.11% year-over-year to $2.4 billion; the trailing twelve-month figure through Jun 2025 stood at $5.2 billion (down 3.13% YoY), and the FY2017 full-year result was $5.0 billion, up 30.84% from the prior year.
- Gains from Investment Securities advanced to $2.4 billion in Q2 2025 per RYDAF's latest filing, from $523.0 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $2.4 billion in Q2 2025 and bottomed at $523.0 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 2.36 Bn |
| Mar 31, 2025 | 523.00 Mn |
| Dec 31, 2024 | 1.53 Bn |
| Jun 30, 2024 | 792.00 Mn |
| Dec 31, 2015 | 4.53 Bn |
| Sep 30, 2015 | 25.00 Mn |
| Dec 31, 2014 | 29.00 Mn |
| Sep 30, 2014 | 64.00 Mn |
| Dec 31, 2013 | -5.11 Bn |
| Sep 30, 2013 | 1.31 Bn |
| Jun 30, 2013 | 2.70 Bn |
| Mar 31, 2013 | 1.24 Bn |
| Dec 31, 2012 | 2.66 Bn |
| Sep 30, 2012 | 2.54 Bn |
| Jun 30, 2012 | 2.80 Bn |
| Mar 31, 2012 | 2.58 Bn |
| Dec 31, 2011 | 4.08 Bn |
| Sep 30, 2011 | 2.40 Bn |
| Jun 30, 2011 | 2.56 Bn |
| Mar 31, 2011 | 1.52 Bn |
Shell Gains from Investment Securities 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=gains-from-investment-securities&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();