Diamondback Energy (FANG) Interest & Investment Income (2011 - 2026)
Diamondback Energy's (FANG) quarterly Interest & Investment Income came in at -$56.0 million in Q2 2026, little changed on a YoY basis from -$56.0 million in Q2 2025, and up 11.11% quarter-over-quarter from -$63.0 million in Q1 2026.
Diamondback Energy (FANG) Interest & Investment Income (2011 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Interest & Investment Income for 16 consecutive years, with -$56.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest & Investment Income changed 0.0% year-over-year to -$56.0 million; the trailing twelve-month figure through Jun 2026 stood at -$267.0 million (down 80.41% YoY), and the FY2025 full-year result was -$244.0 million, down 80.74% from the prior year.
- Interest & Investment Income advanced to -$56.0 million in Q2 2026 per FANG's latest filing, from -$63.0 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at -$18.0 million in Q3 2024 and bottomed at -$78.0 million in Q4 2025.
- Historically, Interest & Investment Income has averaged -$45.2 million across 5 years, with a median of -$41.5 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Interest & Investment Income soared 51.35% in 2024, then slumped 288.89% in 2025.
- Over 5 years, Interest & Investment Income stood at -$32.0 million in 2022, then gained by 9.38% to -$29.0 million in 2023, then slipped by 17.24% to -$34.0 million in 2024, then slumped by 129.41% to -$78.0 million in 2025, then advanced by 28.21% to -$56.0 million in 2026.
- According to Business Quant data, Interest & Investment Income over the past three periods registered -$56.0 million, -$63.0 million, and -$78.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -56.00 Mn |
| Mar 31, 2026 | -63.00 Mn |
| Dec 31, 2025 | -78.00 Mn |
| Sep 30, 2025 | -70.00 Mn |
| Jun 30, 2025 | -56.00 Mn |
| Mar 31, 2025 | -40.00 Mn |
| Dec 31, 2024 | -34.00 Mn |
| Sep 30, 2024 | -18.00 Mn |
| Jun 30, 2024 | -44.00 Mn |
| Mar 31, 2024 | -39.00 Mn |
| Dec 31, 2023 | -29.00 Mn |
| Sep 30, 2023 | -37.00 Mn |
| Jun 30, 2023 | -49.00 Mn |
| Mar 31, 2023 | -46.00 Mn |
| Dec 31, 2022 | -32.00 Mn |
| Sep 30, 2022 | -43.00 Mn |
| Jun 30, 2022 | -39.00 Mn |
| Mar 31, 2022 | -40.00 Mn |
| Dec 31, 2021 | -29.00 Mn |
| Sep 30, 2021 | -57.00 Mn |
Diamondback 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=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "ticker": "FANG", "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=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();