Diamondback Energy (FANG) Cash from Operations (2011 - 2026)
Diamondback Energy's (FANG) quarterly Cash from Operations came in at $3.6 billion in Q2 2026, up 114.01% on a YoY basis from $1.7 billion in Q2 2025, and up 96.33% quarter-over-quarter from $1.8 billion in Q1 2026.
Diamondback Energy (FANG) Cash from Operations (2011 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Cash from Operations for 16 consecutive years, with $3.6 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations rose 114.01% year-over-year to $3.6 billion; the trailing twelve-month figure through Jun 2026 stood at $10.1 billion (up 33.78% YoY), and the FY2025 full-year result was $8.8 billion, up 36.57% from the prior year.
- Cash from Operations advanced to $3.6 billion in Q2 2026 per FANG's latest filing, from $1.8 billion in the prior quarter.
- Across five years, Cash from Operations topped out at $3.6 billion in Q2 2026 and bottomed at $1.2 billion in Q3 2024.
- Historically, Cash from Operations has averaged $1.8 billion across 5 years, with a median of $1.7 billion in 2023.
- The sharpest annual moves came in 2023 and 2026: Cash from Operations slipped 29.45% in 2023, then soared 114.01% in 2026.
- Over 5 years, Cash from Operations stood at $1.4 billion in 2022, then grew by 12.7% to $1.6 billion in 2023, then surged by 44.15% to $2.3 billion in 2024, then advanced by 0.09% to $2.3 billion in 2025, then soared by 53.18% to $3.6 billion in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered $3.6 billion, $1.8 billion, and $2.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 7.43 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 4.93 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 4.67 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 3.59 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 3.67 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 1.10 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 1.51 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.63 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 1.71 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 438.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.59 Bn |
| Mar 31, 2026 | 1.83 Bn |
| Dec 31, 2025 | 2.34 Bn |
| Sep 30, 2025 | 2.38 Bn |
| Jun 30, 2025 | 1.68 Bn |
| Mar 31, 2025 | 2.36 Bn |
| Dec 31, 2024 | 2.34 Bn |
| Sep 30, 2024 | 1.21 Bn |
| Jun 30, 2024 | 1.53 Bn |
| Mar 31, 2024 | 1.33 Bn |
| Dec 31, 2023 | 1.62 Bn |
| Sep 30, 2023 | 1.36 Bn |
| Jun 30, 2023 | 1.51 Bn |
| Mar 31, 2023 | 1.43 Bn |
| Dec 31, 2022 | 1.44 Bn |
| Sep 30, 2022 | 1.93 Bn |
| Jun 30, 2022 | 1.71 Bn |
| Mar 31, 2022 | 1.25 Bn |
| Dec 31, 2021 | 1.17 Bn |
| Sep 30, 2021 | 1.20 Bn |
Diamondback Energy Cash from Operations 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-operations&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();