Diamondback Energy (FANG) Cash from Financing Activities (2011 - 2026)
Diamondback Energy's (FANG) quarterly Cash from Financing Activities came in at -$1.9 billion in Q2 2026, down 495.44% on a YoY basis from $482.0 million in Q2 2025, and down 73.27% quarter-over-quarter from -$1.1 billion in Q1 2026.
Diamondback Energy (FANG) Cash from Financing Activities (2011 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Cash from Financing Activities for 16 consecutive years, with -$1.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 495.44% year-over-year to -$1.9 billion; the trailing twelve-month figure through Jun 2026 stood at -$5.7 billion (down 510.57% YoY), and the FY2025 full-year result was -$1.0 billion, down 122.95% from the prior year.
- Cash from Financing Activities retreated to -$1.9 billion in Q2 2026 per FANG's latest filing, from -$1.1 billion in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $4.9 billion in Q2 2024 and bottomed at -$2.7 billion in Q4 2025.
- Historically, Cash from Financing Activities has averaged -$294.7 million across 5 years, with a median of -$484.5 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Cash from Financing Activities slumped 3689.66% in 2022, then soared 619.16% in 2024.
- Over 5 years, Cash from Financing Activities stood at $67.0 million in 2022, then slumped by 704.48% to -$405.0 million in 2023, then plunged by 71.6% to -$695.0 million in 2024, then plunged by 284.32% to -$2.7 billion in 2025, then gained by 28.64% to -$1.9 billion in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$1.9 billion, -$1.1 billion, and -$2.7 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
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.91 Bn |
| Mar 31, 2026 | -1.10 Bn |
| Dec 31, 2025 | -2.67 Bn |
| Sep 30, 2025 | 7.00 Mn |
| Jun 30, 2025 | 482.00 Mn |
| Mar 31, 2025 | 1.18 Bn |
| Dec 31, 2024 | -695.00 Mn |
| Sep 30, 2024 | 419.00 Mn |
| Jun 30, 2024 | 4.93 Bn |
| Mar 31, 2024 | -269.00 Mn |
| Dec 31, 2023 | -405.00 Mn |
| Sep 30, 2023 | -564.00 Mn |
| Jun 30, 2023 | -950.00 Mn |
| Mar 31, 2023 | -257.00 Mn |
| Dec 31, 2022 | 67.00 Mn |
| Sep 30, 2022 | -1.23 Bn |
| Jun 30, 2022 | -1.30 Bn |
| Mar 31, 2022 | -1.04 Bn |
| Dec 31, 2021 | -820.00 Mn |
| Sep 30, 2021 | -629.00 Mn |
Diamondback 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=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-financing-activities&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();