Diamondback Energy (FANG) Other financing activities (2011 - 2026)
Diamondback Energy's (FANG) quarterly Other financing activities came in at -$7.0 million in Q2 2026, up 46.15% on a YoY basis from -$4.8 million in Q2 2025, and up 76.67% quarter-over-quarter from -$30.0 million in Q1 2026.
Diamondback Energy (FANG) Other financing activities (2011 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Other financing activities for 16 consecutive years, with -$7.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other financing activities rose 46.15% year-over-year to -$7.0 million; the trailing twelve-month figure through Jun 2026 stood at -$254.0 million (down 316.39% YoY), and the FY2025 full-year result was -$266.0 million, down 78.52% from the prior year.
- Other financing activities climbed to -$7.0 million in Q2 2026 per FANG's latest filing, from -$30.0 million in the prior quarter.
- Across five years, Other financing activities topped out at -$5.0 million in Q2 2023 and bottomed at -$120.0 million in Q3 2025.
- Historically, Other financing activities has averaged -$36.7 million across 5 years, with a median of -$23.5 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Other financing activities surged 93.4% in 2024, then plunged 2300.0% in 2025.
- Over 5 years, Other financing activities stood at -$27.0 million in 2022, then plunged by 292.59% to -$106.0 million in 2023, then soared by 93.4% to -$7.0 million in 2024, then tumbled by 1285.71% to -$97.0 million in 2025, then jumped by 92.78% to -$7.0 million in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered -$7.0 million, -$30.0 million, and -$97.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.00 Mn |
| Mar 31, 2026 | -30.00 Mn |
| Dec 31, 2025 | -97.00 Mn |
| Sep 30, 2025 | -120.00 Mn |
| Jun 30, 2025 | -13.00 Mn |
| Mar 31, 2025 | -36.00 Mn |
| Dec 31, 2024 | -7.00 Mn |
| Sep 30, 2024 | -5.00 Mn |
| Jun 30, 2024 | -66.00 Mn |
| Mar 31, 2024 | -71.00 Mn |
| Dec 31, 2023 | -106.00 Mn |
| Sep 30, 2023 | -7.00 Mn |
| Jun 30, 2023 | -5.00 Mn |
| Mar 31, 2023 | -22.00 Mn |
| Dec 31, 2022 | -27.00 Mn |
| Sep 30, 2022 | -6.00 Mn |
| Jun 30, 2022 | -11.00 Mn |
| Mar 31, 2022 | -25.00 Mn |
| Dec 31, 2021 | 6.00 Mn |
| Sep 30, 2021 | -10.00 Mn |
Diamondback Energy Other 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=other-financing-activities&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();