Shell (RYDAF) Other financing activities (2009 - 2026)
Shell's (RYDAF) quarterly Other financing activities came in at -$29.0 million in Q2 2026, down 7.41% on a YoY basis from -$31.3 million in Q2 2025, and down 222.22% quarter-over-quarter from -$9.0 million in Q1 2026.
Shell (RYDAF) Other financing activities (2009 - 2026) Analysis & Trends
Shell (RYDAF) has reported Other financing activities for 18 consecutive years, with -$29.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other financing activities fell 7.41% year-over-year to -$29.0 million; the trailing twelve-month figure through Jun 2026 stood at -$157.0 million (up 55.77% YoY), and the FY2025 full-year result was -$147.0 million, up 50.17% from the prior year.
- Other financing activities retreated to -$29.0 million in Q2 2026 per RYDAF's latest filing, from -$9.0 million in the prior quarter.
- Across five years, Other financing activities topped out at -$6.0 million in Q3 2025 and bottomed at -$585.0 million in Q4 2023.
- Historically, Other financing activities has averaged -$128.6 million across 5 years, with a median of -$84.0 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Other financing activities plunged 580.0% in 2024, then soared 93.48% in 2025.
- Over 5 years, Other financing activities stood at -$110.0 million in 2022, then tumbled by 431.82% to -$585.0 million in 2023, then surged by 74.36% to -$150.0 million in 2024, then increased by 24.67% to -$113.0 million in 2025, then surged by 74.34% to -$29.0 million in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered -$29.0 million, -$9.0 million, and -$113.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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, 2026 | -29.00 Mn |
| Mar 31, 2026 | -9.00 Mn |
| Dec 31, 2025 | -113.00 Mn |
| Sep 30, 2025 | -6.00 Mn |
| Jun 30, 2025 | -27.00 Mn |
| Mar 31, 2025 | -86.00 Mn |
| Dec 31, 2024 | -150.00 Mn |
| Sep 30, 2024 | -92.00 Mn |
| Jun 30, 2024 | -82.00 Mn |
| Mar 31, 2024 | -68.00 Mn |
| Dec 31, 2023 | -585.00 Mn |
| Sep 30, 2023 | -51.00 Mn |
| Jun 30, 2023 | -575.00 Mn |
| Mar 31, 2023 | -10.00 Mn |
| Dec 31, 2022 | -110.00 Mn |
| Sep 30, 2022 | -164.00 Mn |
| Jun 30, 2022 | -110.00 Mn |
| Mar 31, 2022 | -47.00 Mn |
| Dec 31, 2021 | -348.00 Mn |
| Sep 30, 2021 | -40.00 Mn |
Shell Other financing activities 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=other-financing-activities&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();