Shell (RYDAF) Dividends Paid - Common (2014 - 2026)
Shell's (RYDAF) quarterly Dividends Paid - Common came in at $2.2 billion in Q2 2026, up 1.98% on a YoY basis from $2.1 billion in Q2 2025, and up 3.05% quarter-over-quarter from $2.1 billion in Q1 2026.
Shell (RYDAF) Dividends Paid - Common (2014 - 2026) Analysis & Trends
Shell (RYDAF) has reported Dividends Paid - Common for 12 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Dividends Paid - Common rose 1.98% year-over-year to $2.2 billion; the trailing twelve-month figure through Jun 2026 stood at $8.6 billion (down 1.42% YoY), and the FY2025 full-year result was $8.6 billion, down 3.98% from the prior year.
- Dividends Paid - Common advanced to $2.2 billion in Q2 2026 per RYDAF's latest filing, from $2.1 billion in the prior quarter.
- Across five years, Dividends Paid - Common topped out at $3.8 billion in Q2 2022 and bottomed at $2.0 billion in Q1 2022.
- Historically, Dividends Paid - Common has averaged $2.3 billion across 5 years, with a median of $2.1 billion in 2025.
- The sharpest annual moves came in 2022 and 2023: Dividends Paid - Common soared 190.23% in 2022, then slumped 47.84% in 2023.
- Over 5 years, Dividends Paid - Common stood at $3.8 billion in 2022, then plunged by 47.84% to $2.0 billion in 2023, then increased by 9.78% to $2.2 billion in 2024, then slipped by 2.53% to $2.1 billion in 2025, then grew by 1.98% to $2.2 billion in 2026.
- According to Business Quant data, Dividends Paid - Common over the past three periods registered $2.2 billion, $2.1 billion, and $2.1 billion for Q2 2026, Q1 2026, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 3.50 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 2.16 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | 2.09 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | - |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 1.03 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | -971.00 Mn |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 508.00 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | -942.69 Mn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | -706.00 Mn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 540.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.16 Bn |
| Mar 31, 2026 | 2.10 Bn |
| Jun 30, 2025 | 2.12 Bn |
| Mar 31, 2025 | 2.18 Bn |
| Jun 30, 2024 | 2.18 Bn |
| Mar 31, 2024 | 2.21 Bn |
| Jun 30, 2023 | 1.98 Bn |
| Mar 31, 2023 | 2.03 Bn |
| Jun 30, 2022 | 3.80 Bn |
| Mar 31, 2022 | 1.95 Bn |
| Jun 30, 2021 | 1.31 Bn |
| Mar 31, 2021 | 1.29 Bn |
| Jun 30, 2020 | 1.40 Bn |
| Mar 31, 2020 | 3.48 Bn |
| Jun 30, 2019 | 3.83 Bn |
| Mar 31, 2019 | 3.88 Bn |
| Dec 31, 2018 | 3.97 Bn |
| Sep 30, 2018 | 3.95 Bn |
| Jun 30, 2018 | 3.89 Bn |
| Dec 31, 2017 | 3.99 Bn |
Shell Dividends Paid - Common 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=dividends-paid-common&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();