Conocophillips (COP) Change in Cash (2009 - 2026)
Conocophillips' (COP) quarterly Change in Cash came in at $719.0 million in Q2 2026, up 151.58% year-over-year from $285.8 million in Q2 2025, and up 207.31% quarter-over-quarter from -$670.0 million in Q1 2026.
Conocophillips (COP) Change in Cash (2009 - 2026) Analysis & Trends
Conocophillips (COP) has reported Change in Cash for 18 consecutive years, with $719.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 151.58% year-over-year to $719.0 million in Q2 2026; TTM through Jun 2026 was $1.7 billion, a 166.72% increase from a year earlier, with the FY2025 full-year figure at $1.0 billion, up 16750.0% from the prior year.
- Change in Cash was $719.0 million for Q2 2026 at Conocophillips, up from -$670.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $3.1 billion in Q3 2023 and troughed at -$3.2 billion in Q4 2023.
- A 5-year average of $87.1 million and a median of $435.0 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash tumbled 355.65% in 2023 and surged 1424.07% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at -$1.6 billion in 2022, then slumped by 95.87% to -$3.2 billion in 2023, then jumped by 112.06% to $383.0 million in 2024, then jumped by 243.86% to $1.3 billion in 2025, then slumped by 45.41% to $719.0 million in 2026.
- The last three Change in Cash figures came in at $719.0 million (Q2 2026), -$670.0 million (Q1 2026), and $1.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 719.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 1.31 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.06 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 288.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -806.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.54 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -39.06 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 674.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 151.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 719.00 Mn |
| Mar 31, 2026 | -670.00 Mn |
| Dec 31, 2025 | 1.32 Bn |
| Sep 30, 2025 | 373.00 Mn |
| Jun 30, 2025 | -1.39 Bn |
| Mar 31, 2025 | 715.00 Mn |
| Dec 31, 2024 | 383.00 Mn |
| Sep 30, 2024 | 948.00 Mn |
| Jun 30, 2024 | -1.27 Bn |
| Mar 31, 2024 | -54.00 Mn |
| Dec 31, 2023 | -3.18 Bn |
| Sep 30, 2023 | 3.10 Bn |
| Jun 30, 2023 | -1.25 Bn |
| Mar 31, 2023 | 525.00 Mn |
| Dec 31, 2022 | -1.62 Bn |
| Sep 30, 2022 | 1.09 Bn |
| Jun 30, 2022 | 487.00 Mn |
| Mar 31, 2022 | 1.34 Bn |
| Dec 31, 2021 | -4.79 Bn |
| Sep 30, 2021 | 3.23 Bn |
Conocophillips Change in Cash 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-cash&ticker=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();