Shell (RYDAF) Non Operating Income (2009 - 2026)
Shell's (RYDAF) quarterly Non Operating Income came in at $96.4 billion in Q2 2026, up 45.02% on a YoY basis from $66.4 billion in Q2 2025, and up 37.39% quarter-over-quarter from $70.1 billion in Q1 2026.
Shell (RYDAF) Non Operating Income (2009 - 2026) Analysis & Trends
Shell (RYDAF) has reported Non Operating Income for 7 consecutive years, with $96.4 billion the latest figure, recorded in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 96.35 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 | 288.00 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 | 459.00 Mn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 96.35 Bn |
| Mar 31, 2026 | 70.13 Bn |
| Jun 30, 2025 | 66.44 Bn |
| Mar 31, 2025 | 70.15 Bn |
| Jun 30, 2024 | 75.06 Bn |
| Mar 31, 2024 | 74.70 Bn |
| Jun 30, 2023 | 76.02 Bn |
| Mar 31, 2023 | 89.02 Bn |
| Jun 30, 2022 | 186.25 Bn |
| Mar 31, 2022 | 83.16 Bn |
| Jun 30, 2021 | 61.76 Bn |
| Mar 31, 2009 | 21.00 Mn |
Shell Non Operating Income 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-income&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();