Devon Energy (DVN) Cash from Operations (2009 - 2026)
Devon Energy's (DVN) quarterly Cash from Operations came in at $3.7 billion in Q2 2026, up 137.8% year-over-year from $1.5 billion in Q2 2025, and up 121.99% quarter-over-quarter from $1.7 billion in Q1 2026.
Devon Energy (DVN) Cash from Operations (2009 - 2026) Analysis & Trends
Devon Energy (DVN) has reported Cash from Operations for 18 consecutive years, with $3.7 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations rose 137.8% year-over-year to $3.7 billion in Q2 2026; TTM through Jun 2026 was $8.6 billion, a 25.52% increase from a year earlier, with the FY2025 full-year figure at $6.7 billion, up 1.68% from the prior year.
- Cash from Operations was $3.7 billion for Q2 2026 at Devon Energy, up from $1.7 billion in the prior quarter.
- Over five years, Cash from Operations peaked at $3.7 billion in Q2 2026 and troughed at $1.4 billion in Q2 2023.
- A 5-year average of $1.9 billion and a median of $1.7 billion in 2023 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations surged 210.3% in 2022 and slumped 47.54% in 2023, its largest moves.
- Over 5 years, Cash from Operations stood at $1.9 billion in 2022, then slipped by 9.11% to $1.7 billion in 2023, then fell by 4.2% to $1.7 billion in 2024, then retreated by 7.81% to $1.5 billion in 2025, then jumped by 139.5% to $3.7 billion in 2026.
- The last three Cash from Operations figures came in at $3.7 billion (Q2 2026), $1.7 billion (Q1 2026), and $1.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 7.43 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 4.93 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 4.67 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 3.59 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 3.67 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 1.10 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 1.51 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.63 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 1.71 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 438.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.67 Bn |
| Mar 31, 2026 | 1.66 Bn |
| Dec 31, 2025 | 1.53 Bn |
| Sep 30, 2025 | 1.69 Bn |
| Jun 30, 2025 | 1.55 Bn |
| Mar 31, 2025 | 1.94 Bn |
| Dec 31, 2024 | 1.66 Bn |
| Sep 30, 2024 | 1.66 Bn |
| Jun 30, 2024 | 1.54 Bn |
| Mar 31, 2024 | 1.74 Bn |
| Dec 31, 2023 | 1.74 Bn |
| Sep 30, 2023 | 1.73 Bn |
| Jun 30, 2023 | 1.41 Bn |
| Mar 31, 2023 | 1.68 Bn |
| Dec 31, 2022 | 1.91 Bn |
| Sep 30, 2022 | 2.10 Bn |
| Jun 30, 2022 | 2.68 Bn |
| Mar 31, 2022 | 1.84 Bn |
| Dec 31, 2021 | 1.62 Bn |
| Sep 30, 2021 | 1.60 Bn |
Devon Energy Cash from Operations 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=cash-from-operations&ticker=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();