Conocophillips (COP) Change in Account Payables (2009 - 2026)
Conocophillips' (COP) quarterly Change in Account Payables came in at -$176.0 million in Q2 2026, up 67.71% year-over-year from -$104.9 million in Q2 2025, and down 134.71% quarter-over-quarter from $507.0 million in Q1 2026.
Conocophillips (COP) Change in Account Payables (2009 - 2026) Analysis & Trends
Conocophillips (COP) has reported Change in Account Payables for 18 consecutive years, with -$176.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Account Payables rose 67.71% year-over-year to -$176.0 million in Q2 2026; TTM through Jun 2026 was $146.0 million, a 137.73% increase from a year earlier, with the FY2025 full-year figure at -$212.0 million, up 60.96% from the prior year.
- Change in Account Payables was -$176.0 million for Q2 2026 at Conocophillips, down from $507.0 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $839.0 million in Q2 2022 and troughed at -$1.3 billion in Q1 2023.
- A 5-year average of -$35.6 million and a median of -$137.0 million in 2024 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables surged 930.69% in 2022 and sank 520.59% in 2023, its largest moves.
- Over 5 years, Change in Account Payables stood at -$197.0 million in 2022, then slumped by 42.64% to -$281.0 million in 2023, then plunged by 51.6% to -$426.0 million in 2024, then jumped by 99.77% to -$1.0 million in 2025, then tumbled by 17500.0% to -$176.0 million in 2026.
- The last three Change in Account Payables figures came in at -$176.0 million (Q2 2026), $507.0 million (Q1 2026), and -$1.0 million (Q4 2025), per Business Quant data.
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 | 507.00 Mn |
| Dec 31, 2025 | -1.00 Mn |
| Sep 30, 2025 | -184.00 Mn |
| Jun 30, 2025 | -545.00 Mn |
| Mar 31, 2025 | 518.00 Mn |
| Dec 31, 2024 | -426.00 Mn |
| Sep 30, 2024 | 66.00 Mn |
| Jun 30, 2024 | -98.00 Mn |
| Mar 31, 2024 | -85.00 Mn |
| Dec 31, 2023 | -281.00 Mn |
| Sep 30, 2023 | 777.00 Mn |
| Jun 30, 2023 | -348.00 Mn |
| Mar 31, 2023 | -1.27 Bn |
| Dec 31, 2022 | -197.00 Mn |
| Sep 30, 2022 | 463.00 Mn |
| Jun 30, 2022 | 839.00 Mn |
| Mar 31, 2022 | -204.00 Mn |
| Dec 31, 2021 | 717.00 Mn |
| Sep 30, 2021 | 359.00 Mn |
Conocophillips 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=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "COP", "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=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();