Expand Energy (EXE) Interest & Investment Income (2009 - 2018)
Expand Energy's (EXE) quarterly Interest & Investment Income came in at -$127.0 million in Q3 2018, down 11.4% year-over-year from -$143.3 million in Q3 2017, and down 8.55% quarter-over-quarter from -$117.0 million in Q2 2018.
Expand Energy (EXE) Interest & Investment Income (2009 - 2018) Analysis & Trends
Expand Energy (EXE) has reported Interest & Investment Income for 8 consecutive years, with -$127.0 million the latest figure, recorded in Q3 2018.
- On a quarterly basis, Interest & Investment Income fell 11.4% year-over-year to -$127.0 million in Q3 2018; TTM through Sep 2018 was -$451.0 million, a 74.81% decrease from a year earlier, with the FY2013 full-year figure at -$226.0 million, down 296.52% from the prior year.
- Interest & Investment Income was -$127.0 million for Q3 2018 at Expand Energy, down from -$117.0 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at -$21.0 million in Q1 2014 and troughed at -$127.0 million in Q3 2018.
- A 3-year average of -$74.7 million and a median of -$93.0 million in 2017 frame the typical range for Interest & Investment Income.
- The widest YoY moves for Interest & Investment Income: up 43.24% in 2014, down 204.35% in 2014.
- Over 3 years, Interest & Investment Income stood at -$27.0 million in 2014, then sank by 322.22% to -$114.0 million in 2017, then declined by 11.4% to -$127.0 million in 2018.
- The last three Interest & Investment Income figures came in at -$127.0 million (Q3 2018), -$117.0 million (Q2 2018), and -$114.0 million (Q3 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (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 | -56.00 Mn |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | -125.00 Mn |
| 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 | -37.52 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | -127.00 Mn |
| Jun 30, 2018 | -117.00 Mn |
| Sep 30, 2017 | -114.00 Mn |
| Jun 30, 2017 | -93.00 Mn |
| Sep 30, 2014 | -27.00 Mn |
| Jun 30, 2014 | -24.00 Mn |
| Mar 31, 2014 | -21.00 Mn |
| Dec 31, 2013 | -190.00 Mn |
| Sep 30, 2013 | -22.00 Mn |
| Jun 30, 2013 | 23.00 Mn |
| Mar 31, 2013 | -37.00 Mn |
| Dec 31, 2012 | -16.00 Mn |
| Sep 30, 2012 | -23.00 Mn |
| Jun 30, 2012 | -59.00 Mn |
| Mar 31, 2012 | -5.00 Mn |
| Dec 31, 2011 | 56.00 Mn |
| Sep 30, 2011 | 28.00 Mn |
| Jun 30, 2011 | 47.00 Mn |
| Mar 31, 2011 | -205.00 Mn |
| Dec 31, 2010 | 752.00 Mn |
Expand Energy Interest & 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=interest-and-investment-income&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();