Diamondback Energy (FANG) Dividends Paid - Common Growth (3y) (2017 - 2026)
Analysis
Diamondback Energy (FANG) Dividends Paid - Common Growth (3y) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 18.24% |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -8.59% |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 4.00% |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 27.23% |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -7.47% |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -4.81% |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 59.98% |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 0.81% |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 4.55% |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -38.61% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 27.23% |
| Mar 31, 2026 | -18.28% |
| Dec 31, 2025 | -10.37% |
| Sep 30, 2025 | -18.22% |
| Jun 30, 2025 | -18.84% |
| Mar 31, 2025 | 39.15% |
| Dec 31, 2024 | 41.92% |
| Sep 30, 2024 | 71.55% |
| Jun 30, 2024 | 68.65% |
| Mar 31, 2024 | 100.00% |
| Dec 31, 2023 | 117.49% |
| Sep 30, 2023 | 36.79% |
| Jun 30, 2023 | 36.79% |
| Mar 31, 2023 | 109.95% |
| Dec 31, 2022 | 115.44% |
| Sep 30, 2022 | 157.94% |
| Jun 30, 2022 | 179.86% |
| Mar 31, 2022 | 60.75% |
| Dec 31, 2021 | 46.94% |
| Sep 30, 2021 | 38.86% |
API Access
Diamondback Energy Dividends Paid - Common Growth (3y) 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=dividends-paid-common-growth-3y&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-3y", "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=dividends-paid-common-growth-3y&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();