Apa (APA) Change in Account Payables (2020 - 2026)
Apa's (APA) quarterly Change in Account Payables came in at -$52.0 million in Q2 2026, down 67.74% year-over-year from -$161.2 million in Q2 2025, and up 26.76% quarter-over-quarter from -$71.0 million in Q1 2026.
Apa (APA) Change in Account Payables (2020 - 2026) Analysis & Trends
Apa has disclosed Change in Account Payables across 7 years of filings, most recently posting -$52.0 million for Q2 2026.
- In Q2 2026, Change in Account Payables fell 67.74% year-over-year to -$52.0 million; the TTM figure through Jun 2026 stood at -$335.0 million (down 732.08% YoY), while the FY2025 annual figure was -$365.0 million, down 550.62% from the prior year.
- Change in Account Payables came in at -$52.0 million for Q2 2026 at Apa, up from -$71.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $272.0 million in Q4 2024 to a low of -$179.0 million in Q4 2022.
- Average Change in Account Payables over 5 years is -$27.5 million, with a median of -$56.0 million recorded in 2025.
- Year-over-year, Change in Account Payables soared 454.84% in 2023 and sank 8000.0% in 2024.
- Over 5 years, Change in Account Payables stood at -$179.0 million in 2022, then jumped by 54.19% to -$82.0 million in 2023, then jumped by 431.71% to $272.0 million in 2024, then plunged by 122.06% to -$60.0 million in 2025, then grew by 13.33% to -$52.0 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$52.0 million in Q2 2026, -$71.0 million in Q1 2026, and -$60.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 | -52.00 Mn |
| Mar 31, 2026 | -71.00 Mn |
| Dec 31, 2025 | -60.00 Mn |
| Sep 30, 2025 | -152.00 Mn |
| Jun 30, 2025 | -31.00 Mn |
| Mar 31, 2025 | -122.00 Mn |
| Dec 31, 2024 | 272.00 Mn |
| Sep 30, 2024 | -66.00 Mn |
| Jun 30, 2024 | -162.00 Mn |
| Mar 31, 2024 | 37.00 Mn |
| Dec 31, 2023 | -82.00 Mn |
| Sep 30, 2023 | 110.00 Mn |
| Jun 30, 2023 | -2.00 Mn |
| Mar 31, 2023 | -110.00 Mn |
| Dec 31, 2022 | -179.00 Mn |
| Sep 30, 2022 | -31.00 Mn |
| Jun 30, 2022 | 188.00 Mn |
| Mar 31, 2022 | 18.00 Mn |
| Dec 31, 2021 | 26.00 Mn |
| Sep 30, 2021 | 62.00 Mn |
Apa 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=APA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "APA", "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=APA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();