Shell (RYDAF) Non Operating Interest Expenses (2009 - 2026)
Shell's (RYDAF) quarterly Non Operating Interest Expenses came in at $1.1 billion in Q2 2026, up 3.63% on a YoY basis from $1.1 billion in Q2 2025, and down 24.37% quarter-over-quarter from $1.5 billion in Q1 2026.
Shell (RYDAF) Non Operating Interest Expenses (2009 - 2026) Analysis & Trends
Shell (RYDAF) has reported Non Operating Interest Expenses for 18 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Interest Expenses rose 3.63% year-over-year to $1.1 billion; the trailing twelve-month figure through Jun 2026 stood at $4.8 billion (up 4.09% YoY), and the FY2025 full-year result was $4.7 billion, down 2.42% from the prior year.
- Non Operating Interest Expenses fell to $1.1 billion in Q2 2026 per RYDAF's latest filing, from $1.5 billion in the prior quarter.
- Across five years, Non Operating Interest Expenses topped out at $1.5 billion in Q1 2026 and bottomed at $711.0 million in Q1 2022.
- Historically, Non Operating Interest Expenses has averaged $1.2 billion across 5 years, with a median of $1.2 billion in 2023.
- The sharpest annual moves came in 2022 and 2023: Non Operating Interest Expenses fell 20.29% in 2022, then soared 63.85% in 2023.
- Over 5 years, Non Operating Interest Expenses stood at $1.4 billion in 2022, then fell by 13.87% to $1.2 billion in 2023, then grew by 1.98% to $1.2 billion in 2024, then decreased by 12.96% to $1.1 billion in 2025, then gained by 3.63% to $1.1 billion in 2026.
- According to Business Quant data, Non Operating Interest Expenses over the past three periods registered $1.1 billion, $1.5 billion, and $1.1 billion for Q2 2026, Q1 2026, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 352.00 Mn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 1.11 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | -279.00 Mn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | -2.40 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 182.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 314.00 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 172.06 Mn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | - |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 67.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.11 Bn |
| Mar 31, 2026 | 1.47 Bn |
| Jun 30, 2025 | 1.08 Bn |
| Mar 31, 2025 | 1.12 Bn |
| Jun 30, 2024 | 1.24 Bn |
| Mar 31, 2024 | 1.16 Bn |
| Jun 30, 2023 | 1.21 Bn |
| Mar 31, 2023 | 1.17 Bn |
| Jun 30, 2022 | 1.41 Bn |
| Mar 31, 2022 | 711.00 Mn |
| Jun 30, 2021 | 893.00 Mn |
| Mar 31, 2021 | 892.00 Mn |
| Jun 30, 2020 | 1.07 Bn |
| Mar 31, 2020 | 1.12 Bn |
| Dec 31, 2019 | 2.41 Bn |
| Jun 30, 2019 | 1.25 Bn |
| Mar 31, 2019 | 1.16 Bn |
| Dec 31, 2018 | 1.87 Bn |
| Sep 30, 2018 | 664.94 Mn |
| Jun 30, 2018 | 929.00 Mn |
Shell Non Operating Interest Expenses 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-interest-expenses&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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-interest-expenses&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();