Diamondback Energy (FANG) Net Equity Issued and Repurchased (2012 - 2025)
Diamondback Energy's (FANG) quarterly Net Equity Issued and Repurchased came in at $1.2 billion in Q1 2025, up 158.82% quarter-over-quarter from $476.0 million in Q3 2024.
Diamondback Energy (FANG) Net Equity Issued and Repurchased (2012 - 2025) Analysis & Trends
Diamondback Energy (FANG) has reported Net Equity Issued and Repurchased for 10 consecutive years, with $1.2 billion the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Net Equity Issued and Repurchased changed N/A year-over-year to $1.2 billion; the trailing twelve-month figure through Dec 2025 stood at $1.2 billion (up 158.82% YoY), and the FY2025 full-year result was $1.2 billion, up 158.82% from the prior year.
- Net Equity Issued and Repurchased climbed to $1.2 billion in Q1 2025 per FANG's latest filing, from $476.0 million in the prior quarter.
- Across five years, Net Equity Issued and Repurchased topped out at $1.2 billion in Q1 2025 and bottomed at $476.0 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -4.00 Mn |
| 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 |
|---|---|
| Mar 31, 2025 | 1.23 Bn |
| Sep 30, 2024 | 476.00 Mn |
| Jun 30, 2019 | 765.00 Mn |
| Mar 31, 2019 | 341.00 Mn |
| Dec 31, 2018 | -1.00 Mn |
| Sep 30, 2018 | 306.00 Mn |
| Dec 31, 2017 | -344,000.00 |
| Sep 30, 2017 | 222.62 Mn |
| Mar 31, 2017 | 147.73 Mn |
| Dec 31, 2016 | 1.15 Bn |
| Sep 30, 2016 | 646.16 Mn |
| Mar 31, 2016 | 254.52 Mn |
| Sep 30, 2015 | 197.63 Mn |
| Jun 30, 2015 | 333.64 Mn |
| Mar 31, 2015 | 119.42 Mn |
| Sep 30, 2014 | 580.75 Mn |
| Jun 30, 2014 | 139.04 Mn |
| Mar 31, 2014 | 208.64 Mn |
| Sep 30, 2013 | 177.74 Mn |
| Jun 30, 2013 | 144.94 Mn |
Diamondback Energy Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();