Devon Energy (DVN) Interest & Investment Income (2015 - 2026)
Devon Energy's (DVN) quarterly Interest & Investment Income came in at -$125.0 million in Q2 2026, down 7.76% year-over-year from -$135.5 million in Q2 2025, and down 14.68% quarter-over-quarter from -$109.0 million in Q1 2026.
Devon Energy (DVN) Interest & Investment Income (2015 - 2026) Analysis & Trends
Devon Energy (DVN) has reported Interest & Investment Income for 12 consecutive years, with -$125.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest & Investment Income fell 7.76% year-over-year to -$125.0 million in Q2 2026; TTM through Jun 2026 was -$450.0 million, a 0.0% change from a year earlier, with the FY2025 full-year figure at -$455.0 million, down 25.34% from the prior year.
- Interest & Investment Income was -$125.0 million for Q2 2026 at Devon Energy, down from -$109.0 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at -$67.0 million in Q3 2022 and troughed at -$125.0 million in Q2 2026.
- A 5-year average of -$92.7 million and a median of -$84.5 million in 2022 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income rose 22.09% in 2022 and tumbled 61.84% in 2025, its largest moves.
- Over 5 years, Interest & Investment Income stood at -$73.0 million in 2022, then fell by 5.48% to -$77.0 million in 2023, then tumbled by 59.74% to -$123.0 million in 2024, then increased by 13.01% to -$107.0 million in 2025, then fell by 16.82% to -$125.0 million in 2026.
- The last three Interest & Investment Income figures came in at -$125.0 million (Q2 2026), -$109.0 million (Q1 2026), and -$107.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | -56.00 Mn |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | -125.00 Mn |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | - |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | - |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | - |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | -37.52 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -125.00 Mn |
| Mar 31, 2026 | -109.00 Mn |
| Dec 31, 2025 | -107.00 Mn |
| Sep 30, 2025 | -109.00 Mn |
| Jun 30, 2025 | -116.00 Mn |
| Mar 31, 2025 | -123.00 Mn |
| Dec 31, 2024 | -123.00 Mn |
| Sep 30, 2024 | -88.00 Mn |
| Jun 30, 2024 | -76.00 Mn |
| Mar 31, 2024 | -76.00 Mn |
| Dec 31, 2023 | -77.00 Mn |
| Sep 30, 2023 | -81.00 Mn |
| Jun 30, 2023 | -78.00 Mn |
| Mar 31, 2023 | -72.00 Mn |
| Dec 31, 2022 | -73.00 Mn |
| Sep 30, 2022 | -67.00 Mn |
| Jun 30, 2022 | -84.00 Mn |
| Mar 31, 2022 | -85.00 Mn |
| Dec 31, 2021 | -86.00 Mn |
| Sep 30, 2021 | -86.00 Mn |
Devon Energy Interest & Investment Income 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=interest-and-investment-income&ticker=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();