Devon Energy (DVN) Cash from Financing Activities (2009 - 2026)
Devon Energy's (DVN) quarterly Cash from Financing Activities came in at -$1.1 billion in Q2 2026, down 161.56% year-over-year from $1.8 billion in Q2 2025, and down 336.61% quarter-over-quarter from -$254.0 million in Q1 2026.
Devon Energy (DVN) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Devon Energy (DVN) has reported Cash from Financing Activities for 18 consecutive years, with -$1.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 161.56% year-over-year to -$1.1 billion in Q2 2026; TTM through Jun 2026 was -$2.9 billion, a 615.37% decrease from a year earlier, with the FY2025 full-year figure at -$2.7 billion, down 486.69% from the prior year.
- Cash from Financing Activities was -$1.1 billion for Q2 2026 at Devon Energy, down from -$254.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $2.2 billion in Q3 2024 and troughed at -$1.2 billion in Q1 2023.
- A 5-year average of -$599.1 million and a median of -$710.0 million in 2023 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities tumbled 239.17% in 2022 and soared 496.38% in 2024, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$940.0 million in 2022, then increased by 23.83% to -$716.0 million in 2023, then soared by 37.15% to -$450.0 million in 2024, then grew by 9.56% to -$407.0 million in 2025, then slumped by 172.48% to -$1.1 billion in 2026.
- The last three Cash from Financing Activities figures came in at -$1.1 billion (Q2 2026), -$254.0 million (Q1 2026), and -$407.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.17 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.83 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.91 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -1.11 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.94 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -692.49 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | -3.18 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -964.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -97.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.11 Bn |
| Mar 31, 2026 | -254.00 Mn |
| Dec 31, 2025 | -407.00 Mn |
| Sep 30, 2025 | -1.15 Bn |
| Jun 30, 2025 | -424.00 Mn |
| Mar 31, 2025 | -752.00 Mn |
| Dec 31, 2024 | -450.00 Mn |
| Sep 30, 2024 | 2.19 Bn |
| Jun 30, 2024 | -495.00 Mn |
| Mar 31, 2024 | -541.00 Mn |
| Dec 31, 2023 | -716.00 Mn |
| Sep 30, 2023 | -553.00 Mn |
| Jun 30, 2023 | -704.00 Mn |
| Mar 31, 2023 | -1.21 Bn |
| Dec 31, 2022 | -940.00 Mn |
| Sep 30, 2022 | -1.14 Bn |
| Jun 30, 2022 | -1.17 Bn |
| Mar 31, 2022 | -959.00 Mn |
| Dec 31, 2021 | -1.15 Bn |
| Sep 30, 2021 | -337.00 Mn |
Devon Energy Cash from Financing Activities 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-financing-activities&ticker=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-financing-activities&ticker=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();