Eog Resources (EOG) Other Non-Current Assets (2009 - 2026)
Eog Resources' (EOG) quarterly Other Non-Current Assets came in at $1.6 billion in Q2 2026, little changed year-over-year from $1.6 billion in Q2 2025, and down 4.68% quarter-over-quarter from $1.7 billion in Q1 2026.
Eog Resources (EOG) Other Non-Current Assets (2009 - 2026) Analysis & Trends
Eog Resources has disclosed Other Non-Current Assets across 18 years of filings, most recently posting $1.6 billion for Q2 2026.
- In Q2 2026, Other Non-Current Assets changed 0.49% year-over-year to $1.6 billion; the TTM figure through Jun 2026 stood at $1.6 billion (changed 0.49% YoY), while the FY2025 annual figure was $1.8 billion, up 3.4% from the prior year.
- Other Non-Current Assets came in at $1.6 billion for Q2 2026 at Eog Resources, down from $1.7 billion in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $1.8 billion in Q3 2024 to a low of $1.1 billion in Q2 2022.
- Average Other Non-Current Assets over 5 years is $1.6 billion, with a median of $1.6 billion recorded in 2023.
- Year-over-year, Other Non-Current Assets dropped 12.75% in 2022 and surged 45.34% in 2023.
- Over 5 years, Other Non-Current Assets stood at $1.4 billion in 2022, then increased by 10.39% to $1.6 billion in 2023, then grew by 7.71% to $1.7 billion in 2024, then advanced by 3.4% to $1.8 billion in 2025, then slipped by 7.49% to $1.6 billion in 2026.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $1.6 billion in Q2 2026, $1.7 billion in Q1 2026, and $1.8 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 3.47 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 99.04 Mn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.63 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 796.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 492.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 625.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 263.83 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.29 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 671.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 80.28 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.63 Bn |
| Mar 31, 2026 | 1.71 Bn |
| Dec 31, 2025 | 1.76 Bn |
| Sep 30, 2025 | 1.76 Bn |
| Jun 30, 2025 | 1.64 Bn |
| Mar 31, 2025 | 1.63 Bn |
| Dec 31, 2024 | 1.71 Bn |
| Sep 30, 2024 | 1.82 Bn |
| Jun 30, 2024 | 1.73 Bn |
| Mar 31, 2024 | 1.75 Bn |
| Dec 31, 2023 | 1.58 Bn |
| Sep 30, 2023 | 1.63 Bn |
| Jun 30, 2023 | 1.64 Bn |
| Mar 31, 2023 | 1.59 Bn |
| Dec 31, 2022 | 1.43 Bn |
| Sep 30, 2022 | 1.17 Bn |
| Jun 30, 2022 | 1.13 Bn |
| Mar 31, 2022 | 1.14 Bn |
| Dec 31, 2021 | 1.22 Bn |
| Sep 30, 2021 | 1.26 Bn |
Eog Resources Other Non-Current Assets 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-non-current-assets&ticker=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();