Expand Energy (EXE) Income from Non-Controlling Interests (2009 - 2020)
Expand Energy's (EXE) quarterly Income from Non-Controlling Interests came in at -$16.0 million in Q1 2020, down 1700.0% quarter-over-quarter from $1.0 million in Q4 2018.
Expand Energy (EXE) Income from Non-Controlling Interests (2009 - 2020) Analysis & Trends
Expand Energy (EXE) has reported Income from Non-Controlling Interests for 9 consecutive years, with -$16.0 million the latest figure, recorded in Q1 2020.
- On a quarterly basis, Income from Non-Controlling Interests changed N/A year-over-year to -$16.0 million in Q1 2020; TTM through Dec 2020 was -$16.0 million, a N/A change from a year earlier, with the FY2020 full-year figure at -$16.0 million, changed N/A from the prior year.
- Income from Non-Controlling Interests was -$16.0 million for Q1 2020 at Expand Energy, down from $1.0 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $1.0 million in Q3 2016 and troughed at -$16.0 million in Q1 2020.
- A 4-year average of -$2.5 million and a median of $1.0 million in 2016 frame the typical range for Income from Non-Controlling Interests.
- The widest YoY moves for Income from Non-Controlling Interests: up 91.53% in 2016, down 92.31% in 2016.
- Over 4 years, Income from Non-Controlling Interests stood at -$10.0 million in 2016, then jumped by 110.0% to $1.0 million in 2017, then changed by 0.0% to $1.0 million in 2018, then slumped by 1700.0% to -$16.0 million in 2020.
- The last three Income from Non-Controlling Interests figures came in at -$16.0 million (Q1 2020), $1.0 million (Q4 2018), and $1.0 million (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | -141.69 Mn |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | 173.00 Mn |
| 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 | 4.00 Mn |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | 80.00 Mn |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | 7.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | -16.00 Mn |
| Dec 31, 2018 | 1.00 Mn |
| Mar 31, 2018 | 1.00 Mn |
| Sep 30, 2017 | 1.00 Mn |
| Jun 30, 2017 | 1.00 Mn |
| Mar 31, 2017 | 1.00 Mn |
| Dec 31, 2016 | -10.00 Mn |
| Sep 30, 2016 | 1.00 Mn |
| Dec 31, 2015 | -118.00 Mn |
| Sep 30, 2015 | 13.00 Mn |
| Jun 30, 2015 | 18.00 Mn |
| Mar 31, 2015 | 19.00 Mn |
| Dec 31, 2014 | 29.00 Mn |
| Sep 30, 2014 | 30.00 Mn |
| Jun 30, 2014 | 39.00 Mn |
| Mar 31, 2014 | 41.00 Mn |
| Dec 31, 2013 | 43.00 Mn |
| Sep 30, 2013 | 38.00 Mn |
| Jun 30, 2013 | 45.00 Mn |
| Mar 31, 2013 | 44.00 Mn |
Expand Energy Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "EXE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();