Diamondback Energy (FANG) Cash from Investing Activities (2011 - 2026)
Diamondback Energy's (FANG) quarterly Cash from Investing Activities came in at -$1.4 billion in Q2 2026, up 64.94% on a YoY basis from -$845.8 million in Q2 2025, and down 112.01% quarter-over-quarter from -$658.0 million in Q1 2026.
Diamondback Energy (FANG) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Cash from Investing Activities for 16 consecutive years, with -$1.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 64.94% year-over-year to -$1.4 billion; the trailing twelve-month figure through Jun 2026 stood at -$4.2 billion (up 72.98% YoY), and the FY2025 full-year result was -$7.8 billion, up 30.41% from the prior year.
- Cash from Investing Activities declined to -$1.4 billion in Q2 2026 per FANG's latest filing, from -$658.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $15.0 million in Q3 2023 and bottomed at -$8.2 billion in Q3 2024.
- Historically, Cash from Investing Activities has averaged -$1.5 billion across 5 years, with a median of -$1.0 billion in 2023.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities jumped 102.08% in 2023, then plunged 54540.0% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$1.4 billion in 2022, then fell by 6.24% to -$1.5 billion in 2023, then decreased by 26.71% to -$1.9 billion in 2024, then surged by 93.64% to -$118.0 million in 2025, then sank by 1082.2% to -$1.4 billion in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$1.4 billion, -$658.0 million, and -$118.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.51 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.78 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.78 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.40 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -3.38 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -698.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -852.26 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 2.22 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -591.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -341.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.40 Bn |
| Mar 31, 2026 | -658.00 Mn |
| Dec 31, 2025 | -118.00 Mn |
| Sep 30, 2025 | -2.06 Bn |
| Jun 30, 2025 | -3.98 Bn |
| Mar 31, 2025 | -1.65 Bn |
| Dec 31, 2024 | -1.86 Bn |
| Sep 30, 2024 | -8.17 Bn |
| Jun 30, 2024 | -449.00 Mn |
| Mar 31, 2024 | -751.00 Mn |
| Dec 31, 2023 | -1.46 Bn |
| Sep 30, 2023 | 15.00 Mn |
| Jun 30, 2023 | -595.00 Mn |
| Mar 31, 2023 | -1.28 Bn |
| Dec 31, 2022 | -1.38 Bn |
| Sep 30, 2022 | -720.00 Mn |
| Jun 30, 2022 | -516.00 Mn |
| Mar 31, 2022 | -716.00 Mn |
| Dec 31, 2021 | -216.00 Mn |
| Sep 30, 2021 | -425.00 Mn |
Diamondback Energy Cash from Investing 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-investing-activities&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();