Eog Resources (EOG) Change in Taxes (2009 - 2026)
Eog Resources' (EOG) quarterly Change in Taxes came in at -$69.0 million in Q2 2026, up 78.5% year-over-year from -$38.7 million in Q2 2025, and down 114.78% quarter-over-quarter from $467.0 million in Q1 2026.
Eog Resources (EOG) Change in Taxes (2009 - 2026) Analysis & Trends
Eog Resources has disclosed Change in Taxes across 18 years of filings, most recently posting -$69.0 million for Q2 2026.
- In Q2 2026, Change in Taxes rose 78.5% year-over-year to -$69.0 million; the TTM figure through Jun 2026 stood at $323.0 million (up 227.67% YoY), while the FY2025 annual figure was -$735.0 million, down 235.86% from the prior year.
- Change in Taxes came in at -$69.0 million for Q2 2026 at Eog Resources, down from $467.0 million in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of $613.0 million in Q1 2022 to a low of -$536.0 million in Q2 2022.
- Average Change in Taxes over 5 years is $8.4 million, with a median of -$61.0 million recorded in 2022.
- Year-over-year, Change in Taxes slumped 626.92% in 2022 and surged 439.62% in 2023.
- Over 5 years, Change in Taxes stood at -$137.0 million in 2022, then fell by 1.46% to -$139.0 million in 2023, then soared by 208.63% to $151.0 million in 2024, then slumped by 168.21% to -$103.0 million in 2025, then jumped by 33.01% to -$69.0 million in 2026.
- Per Business Quant data, the three most recent Change in Taxes figures were -$69.0 million in Q2 2026, $467.0 million in Q1 2026, and -$103.0 million in Q4 2025.
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 | -69.00 Mn |
| Mar 31, 2026 | 467.00 Mn |
| Dec 31, 2025 | -103.00 Mn |
| Sep 30, 2025 | 28.00 Mn |
| Jun 30, 2025 | -321.00 Mn |
| Mar 31, 2025 | -339.00 Mn |
| Dec 31, 2024 | 151.00 Mn |
| Sep 30, 2024 | 256.00 Mn |
| Jun 30, 2024 | -185.00 Mn |
| Mar 31, 2024 | 319.00 Mn |
| Dec 31, 2023 | -139.00 Mn |
| Sep 30, 2023 | 180.00 Mn |
| Jun 30, 2023 | -212.00 Mn |
| Mar 31, 2023 | 232.00 Mn |
| Dec 31, 2022 | -137.00 Mn |
| Sep 30, 2022 | -53.00 Mn |
| Jun 30, 2022 | -536.00 Mn |
| Mar 31, 2022 | 613.00 Mn |
| Dec 31, 2021 | 26.00 Mn |
| Sep 30, 2021 | 206.00 Mn |
Eog Resources 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=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "ticker": "EOG", "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=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();