Shell (RYDAF) Equity Income (2009 - 2026)
Shell's (RYDAF) quarterly Equity Income came in at $642.0 million in Q2 2026, down 72.81% on a YoY basis from $2.4 billion in Q2 2025, and up 7.9% quarter-over-quarter from $595.0 million in Q1 2026.
Shell (RYDAF) Equity Income (2009 - 2026) Analysis & Trends
Shell (RYDAF) has reported Equity Income for 16 consecutive years, with $642.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Equity Income fell 72.81% year-over-year to $642.0 million; the trailing twelve-month figure through Jun 2026 stood at $4.8 billion (up 443.62% YoY), and the FY2025 full-year result was -$1.6 billion, down 154.06% from the prior year.
- Equity Income grew to $642.0 million in Q2 2026 per RYDAF's latest filing, from $595.0 million in the prior quarter.
- Across five years, Equity Income topped out at $2.9 billion in Q4 2025 and bottomed at -$4.2 billion in Q3 2022.
- Historically, Equity Income has averaged $103.8 million across 5 years, with a median of $671.0 million in 2025.
- The sharpest annual moves came in 2022 and 2025: Equity Income sank 318.15% in 2022, then jumped 230.14% in 2025.
- Over 5 years, Equity Income stood at $2.2 billion in 2022, then slumped by 201.8% to -$2.2 billion in 2023, then declined by 0.27% to -$2.2 billion in 2024, then surged by 230.14% to $2.9 billion in 2025, then plunged by 77.74% to $642.0 million in 2026.
- According to Business Quant data, Equity Income over the past three periods registered $642.0 million, $595.0 million, and $2.9 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 2.13 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 642.00 Mn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | 1.27 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 3.48 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 239.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 635.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 | - |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 642.00 Mn |
| Mar 31, 2026 | 595.00 Mn |
| Dec 31, 2025 | 2.88 Bn |
| Sep 30, 2025 | 700.00 Mn |
| Jun 30, 2025 | 2.36 Bn |
| Mar 31, 2025 | -615.00 Mn |
| Dec 31, 2024 | -2.22 Bn |
| Sep 30, 2024 | -933.00 Mn |
| Jun 30, 2024 | 898.00 Mn |
| Mar 31, 2024 | -1.32 Bn |
| Dec 31, 2023 | -2.21 Bn |
| Sep 30, 2023 | 749.00 Mn |
| Jun 30, 2023 | 884.00 Mn |
| Mar 31, 2023 | -1.58 Bn |
| Dec 31, 2022 | 2.17 Bn |
| Sep 30, 2022 | -4.24 Bn |
| Jun 30, 2022 | 2.17 Bn |
| Mar 31, 2022 | 926.00 Mn |
| Dec 31, 2021 | -4.10 Bn |
| Sep 30, 2021 | -1.01 Bn |
Shell Equity 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=equity-income&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();