Devon Energy (DVN) Change in Cash (2009 - 2026)
Devon Energy's (DVN) quarterly Change in Cash came in at -$806.0 million in Q2 2026, down 253.52% year-over-year from $525.0 million in Q2 2025, and down 311.55% quarter-over-quarter from $381.0 million in Q1 2026.
Devon Energy (DVN) Change in Cash (2009 - 2026) Analysis & Trends
Devon Energy (DVN) has reported Change in Cash for 18 consecutive years, with -$806.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 253.52% year-over-year to -$806.0 million in Q2 2026; TTM through Jun 2026 was -$750.0 million, a 227.12% decrease from a year earlier, with the FY2025 full-year figure at $588.0 million, up 2127.59% from the prior year.
- Change in Cash was -$806.0 million for Q2 2026 at Devon Energy, down from $381.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $832.0 million in Q2 2022 and troughed at -$2.1 billion in Q3 2022.
- A 5-year average of -$70.1 million and a median of $150.0 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash tumbled 374.55% in 2022 and surged 2525.0% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at $144.0 million in 2022, then slipped by 20.83% to $114.0 million in 2023, then surged by 49.12% to $170.0 million in 2024, then retreated by 8.24% to $156.0 million in 2025, then slumped by 616.67% to -$806.0 million in 2026.
- The last three Change in Cash figures came in at -$806.0 million (Q2 2026), $381.0 million (Q1 2026), and $156.0 million (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 | -806.00 Mn |
| Mar 31, 2026 | 381.00 Mn |
| Dec 31, 2025 | 156.00 Mn |
| Sep 30, 2025 | -481.00 Mn |
| Jun 30, 2025 | 525.00 Mn |
| Mar 31, 2025 | 388.00 Mn |
| Dec 31, 2024 | 170.00 Mn |
| Sep 30, 2024 | -493.00 Mn |
| Jun 30, 2024 | 20.00 Mn |
| Mar 31, 2024 | 274.00 Mn |
| Dec 31, 2023 | 114.00 Mn |
| Sep 30, 2023 | 273.00 Mn |
| Jun 30, 2023 | -399.00 Mn |
| Mar 31, 2023 | -567.00 Mn |
| Dec 31, 2022 | 144.00 Mn |
| Sep 30, 2022 | -2.15 Bn |
| Jun 30, 2022 | 832.00 Mn |
| Mar 31, 2022 | 354.00 Mn |
| Dec 31, 2021 | -50.00 Mn |
| Sep 30, 2021 | 782.00 Mn |
Devon Energy 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=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "DVN", "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=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();