Diamondback Energy (FANG) Change in Cash (2011 - 2026)
Diamondback Energy's (FANG) quarterly Change in Cash came in at $288.0 million in Q2 2026, up 115.82% on a YoY basis from $133.4 million in Q2 2025, and up 311.43% quarter-over-quarter from $70.0 million in Q1 2026.
Diamondback Energy (FANG) Change in Cash (2011 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Change in Cash for 16 consecutive years, with $288.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 115.82% year-over-year to $288.0 million; the trailing twelve-month figure through Jun 2026 stood at $243.0 million (up 103.63% YoY), and the FY2025 full-year result was -$58.0 million, up 86.22% from the prior year.
- Change in Cash rose to $288.0 million in Q2 2026 per FANG's latest filing, from $70.0 million in the prior quarter.
- Across five years, Change in Cash topped out at $6.0 billion in Q2 2024 and bottomed at -$6.5 billion in Q3 2024.
- Historically, Change in Cash has averaged -$11.6 million across 5 years, with a median of -$28.5 million in 2022.
- The widest YoY moves for Change in Cash: up 18887.5% in 2024, down 908.16% in 2024.
- Over 5 years, Change in Cash stood at $130.0 million in 2022, then plunged by 288.46% to -$245.0 million in 2023, then grew by 14.69% to -$209.0 million in 2024, then tumbled by 113.4% to -$446.0 million in 2025, then surged by 164.57% to $288.0 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered $288.0 million, $70.0 million, and -$446.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 719.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 1.31 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.06 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 288.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -806.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.54 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -39.06 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 674.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 151.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 288.00 Mn |
| Mar 31, 2026 | 70.00 Mn |
| Dec 31, 2025 | -446.00 Mn |
| Sep 30, 2025 | 331.00 Mn |
| Jun 30, 2025 | -1.82 Bn |
| Mar 31, 2025 | 1.88 Bn |
| Dec 31, 2024 | -209.00 Mn |
| Sep 30, 2024 | -6.54 Bn |
| Jun 30, 2024 | 6.01 Bn |
| Mar 31, 2024 | 314.00 Mn |
| Dec 31, 2023 | -245.00 Mn |
| Sep 30, 2023 | 809.00 Mn |
| Jun 30, 2023 | -32.00 Mn |
| Mar 31, 2023 | -111.00 Mn |
| Dec 31, 2022 | 130.00 Mn |
| Sep 30, 2022 | -25.00 Mn |
| Jun 30, 2022 | -108.00 Mn |
| Mar 31, 2022 | -505.00 Mn |
| Dec 31, 2021 | 131.00 Mn |
| Sep 30, 2021 | 145.00 Mn |
Diamondback Energy Change in Cash 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=change-in-cash&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();