Diamondback Energy (FANG) Non Operating Investment Income (2018 - 2020)
Diamondback Energy's (FANG) quarterly Non Operating Investment Income came in at -$2.0 million in Q3 2020, down 166.67% quarter-over-quarter from $3.0 million in Q2 2020.
Diamondback Energy (FANG) Non Operating Investment Income (2018 - 2020) Analysis & Trends
Diamondback Energy (FANG) has reported Non Operating Investment Income for 3 consecutive years, with -$2.0 million the latest figure, recorded in Q3 2020.
- For the quarter ending Q3 2020, Non Operating Investment Income changed N/A year-over-year to -$2.0 million; the trailing twelve-month figure through Mar 2021 stood at $1.0 million (up 111.11% YoY), and the FY2020 full-year result was -$9.0 million, down 280.0% from the prior year.
- Non Operating Investment Income fell to -$2.0 million in Q3 2020 per FANG's latest filing, from $3.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $4.0 million in Q2 2018 and bottomed at -$10.0 million in Q1 2020.
- Historically, Non Operating Investment Income has averaged -$625000.0 across 3 years, with a median of $1.0 million in 2018.
- The sharpest annual moves came in 2019 and 2020: Non Operating Investment Income surged 300.0% in 2019, then plunged 350.0% in 2020.
- Over 3 years, Non Operating Investment Income stood at -$6.0 million in 2018, then surged by 116.67% to $1.0 million in 2019, then plunged by 300.0% to -$2.0 million in 2020.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$2.0 million, $3.0 million, and -$10.0 million for Q3 2020, Q2 2020, and Q1 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | - |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | - |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | - |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2020 | -2.00 Mn |
| Jun 30, 2020 | 3.00 Mn |
| Mar 31, 2020 | -10.00 Mn |
| Dec 31, 2019 | 1.00 Mn |
| Mar 31, 2019 | 4.00 Mn |
| Dec 31, 2018 | -6.00 Mn |
| Jun 30, 2018 | 4.00 Mn |
| Mar 31, 2018 | 1.00 Mn |
Diamondback Energy Non Operating Investment Income 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=non-operating-investment-income&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();