Eog Resources (EOG) Cash from Operations (2009 - 2026)
Eog Resources' (EOG) quarterly Cash from Operations came in at $4.7 billion in Q2 2026, up 129.77% year-over-year from $2.0 billion in Q2 2025, and up 57.42% quarter-over-quarter from $3.0 billion in Q1 2026.
Eog Resources (EOG) Cash from Operations (2009 - 2026) Analysis & Trends
Eog Resources has disclosed Cash from Operations across 18 years of filings, most recently posting $4.7 billion for Q2 2026.
- In Q2 2026, Cash from Operations rose 129.77% year-over-year to $4.7 billion; the TTM figure through Jun 2026 stood at $13.4 billion (up 25.17% YoY), while the FY2025 annual figure was $10.0 billion, down 17.29% from the prior year.
- Cash from Operations came in at $4.7 billion for Q2 2026 at Eog Resources, up from $3.0 billion in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $4.8 billion in Q3 2022 to a low of $828.0 million in Q1 2022.
- Average Cash from Operations over 5 years is $2.9 billion, with a median of $2.9 billion recorded in 2024.
- Year-over-year, Cash from Operations sank 55.72% in 2022 and soared 293.12% in 2023.
- Over 5 years, Cash from Operations stood at $3.4 billion in 2022, then slipped by 9.87% to $3.1 billion in 2023, then fell by 10.99% to $2.8 billion in 2024, then fell by 5.47% to $2.6 billion in 2025, then soared by 78.75% to $4.7 billion in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $4.7 billion in Q2 2026, $3.0 billion in Q1 2026, and $2.6 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 7.43 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 4.93 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 4.67 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 3.59 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 3.67 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 1.10 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 1.51 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.63 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 1.71 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 438.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.67 Bn |
| Mar 31, 2026 | 2.97 Bn |
| Dec 31, 2025 | 2.61 Bn |
| Sep 30, 2025 | 3.11 Bn |
| Jun 30, 2025 | 2.03 Bn |
| Mar 31, 2025 | 2.29 Bn |
| Dec 31, 2024 | 2.76 Bn |
| Sep 30, 2024 | 3.59 Bn |
| Jun 30, 2024 | 2.89 Bn |
| Mar 31, 2024 | 2.90 Bn |
| Dec 31, 2023 | 3.10 Bn |
| Sep 30, 2023 | 2.70 Bn |
| Jun 30, 2023 | 2.28 Bn |
| Mar 31, 2023 | 3.26 Bn |
| Dec 31, 2022 | 3.44 Bn |
| Sep 30, 2022 | 4.77 Bn |
| Jun 30, 2022 | 2.05 Bn |
| Mar 31, 2022 | 828.00 Mn |
| Dec 31, 2021 | 3.17 Bn |
| Sep 30, 2021 | 2.20 Bn |
Eog Resources Cash from Operations 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=cash-from-operations&ticker=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();