Eog Resources (EOG) Change in Account Payables (2009 - 2026)
Eog Resources' (EOG) quarterly Change in Account Payables came in at $176.0 million in Q2 2026, up 264.49% year-over-year from $48.3 million in Q2 2025, and down 36.92% quarter-over-quarter from $279.0 million in Q1 2026.
Eog Resources (EOG) Change in Account Payables (2009 - 2026) Analysis & Trends
Eog Resources has disclosed Change in Account Payables across 18 years of filings, most recently posting $176.0 million for Q2 2026.
- In Q2 2026, Change in Account Payables rose 264.49% year-over-year to $176.0 million; the TTM figure through Jun 2026 stood at $420.0 million (up 272.84% YoY), while the FY2025 annual figure was -$271.0 million, down 652.78% from the prior year.
- Change in Account Payables came in at $176.0 million for Q2 2026 at Eog Resources, down from $279.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $279.0 million in Q1 2026 to a low of -$231.0 million in Q2 2023.
- Average Change in Account Payables over 5 years is $6.6 million, with a median of -$44.5 million recorded in 2023.
- Year-over-year, Change in Account Payables surged 2254.55% in 2022 and plunged 468.97% in 2025.
- Over 5 years, Change in Account Payables stood at -$211.0 million in 2022, then surged by 76.78% to -$49.0 million in 2023, then jumped by 410.2% to $152.0 million in 2024, then sank by 126.32% to -$40.0 million in 2025, then jumped by 540.0% to $176.0 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $176.0 million in Q2 2026, $279.0 million in Q1 2026, and -$40.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -176.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 176.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | - |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -52.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -36.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 176.00 Mn |
| Mar 31, 2026 | 279.00 Mn |
| Dec 31, 2025 | -40.00 Mn |
| Sep 30, 2025 | 5.00 Mn |
| Jun 30, 2025 | -107.00 Mn |
| Mar 31, 2025 | -129.00 Mn |
| Dec 31, 2024 | 152.00 Mn |
| Sep 30, 2024 | -159.00 Mn |
| Jun 30, 2024 | 29.00 Mn |
| Mar 31, 2024 | -58.00 Mn |
| Dec 31, 2023 | -49.00 Mn |
| Sep 30, 2023 | 238.00 Mn |
| Jun 30, 2023 | -231.00 Mn |
| Mar 31, 2023 | -77.00 Mn |
| Dec 31, 2022 | -211.00 Mn |
| Sep 30, 2022 | -88.00 Mn |
| Jun 30, 2022 | 259.00 Mn |
| Mar 31, 2022 | 130.00 Mn |
| Dec 31, 2021 | 341.00 Mn |
| Sep 30, 2021 | -68.00 Mn |
Eog Resources Change in Account Payables 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-account-payables&ticker=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();