Shell (RYDAF) Change in Taxes (2014 - 2026)
Shell's (RYDAF) quarterly Change in Taxes came in at -$2.9 billion in Q2 2026, up 14.51% on a YoY basis from -$2.6 billion in Q2 2025, and down 27.51% quarter-over-quarter from -$2.3 billion in Q1 2026.
Shell (RYDAF) Change in Taxes (2014 - 2026) Analysis & Trends
Shell (RYDAF) has reported Change in Taxes for 13 consecutive years, with -$2.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Taxes rose 14.51% year-over-year to -$2.9 billion; the trailing twelve-month figure through Jun 2026 stood at -$14.2 billion (up 7.72% YoY), and the FY2025 full-year result was -$11.6 billion, up 3.03% from the prior year.
- Change in Taxes slipped to -$2.9 billion in Q2 2026 per RYDAF's latest filing, from -$2.3 billion in the prior quarter.
- Across five years, Change in Taxes topped out at -$2.2 billion in Q1 2022 and bottomed at -$8.7 billion in Q3 2022.
- Historically, Change in Taxes has averaged -$4.1 billion across 5 years, with a median of -$3.3 billion in 2023.
- The sharpest annual moves came in 2022 and 2023: Change in Taxes plunged 499.59% in 2022, then jumped 63.52% in 2023.
- Over 5 years, Change in Taxes stood at -$5.3 billion in 2022, then sank by 30.26% to -$6.9 billion in 2023, then grew by 12.33% to -$6.1 billion in 2024, then slipped by 4.4% to -$6.3 billion in 2025, then jumped by 53.66% to -$2.9 billion in 2026.
- According to Business Quant data, Change in Taxes over the past three periods registered -$2.9 billion, -$2.3 billion, and -$6.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | -2.93 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 1.54 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | - |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | -7.08 Bn |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 591.00 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 454.72 Mn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | 1.46 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | -69.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.93 Bn |
| Mar 31, 2026 | -2.30 Bn |
| Dec 31, 2025 | -6.33 Bn |
| Sep 30, 2025 | -2.67 Bn |
| Jun 30, 2025 | -3.43 Bn |
| Mar 31, 2025 | -2.90 Bn |
| Dec 31, 2024 | -6.06 Bn |
| Sep 30, 2024 | -3.03 Bn |
| Jun 30, 2024 | -3.45 Bn |
| Mar 31, 2024 | -2.62 Bn |
| Dec 31, 2023 | -6.92 Bn |
| Sep 30, 2023 | -3.19 Bn |
| Jun 30, 2023 | -3.77 Bn |
| Mar 31, 2023 | -3.14 Bn |
| Dec 31, 2022 | -5.31 Bn |
| Sep 30, 2022 | -8.75 Bn |
| Jun 30, 2022 | -5.31 Bn |
| Mar 31, 2022 | -2.16 Bn |
| Dec 31, 2021 | -5.48 Bn |
| Sep 30, 2021 | -1.46 Bn |
Shell Change in Taxes 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=change-in-taxes&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();