Expand Energy (EXE) Non Operating Investment Income (2010 - 2011)
Expand Energy's (EXE) quarterly Non Operating Investment Income came in at $47.0 million in Q2 2011, up 74.07% year-over-year from $27.0 million in Q2 2010, and up 88.0% quarter-over-quarter from $25.0 million in Q1 2011.
Expand Energy (EXE) Non Operating Investment Income (2010 - 2011) Analysis & Trends
Expand Energy (EXE) has reported Non Operating Investment Income for 2 consecutive years, with $47.0 million the latest figure, recorded in Q2 2011.
- On a quarterly basis, Non Operating Investment Income rose 74.07% year-over-year to $47.0 million in Q2 2011; TTM through Jun 2011 was $112.0 million, a N/A change from a year earlier, with the FY2018 full-year figure at -$578.0 million, changed N/A from the prior year.
- Non Operating Investment Income was $47.0 million for Q2 2011 at Expand Energy, up from $25.0 million in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $47.0 million in Q2 2011 and troughed at $13.0 million in Q1 2010.
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 |
|---|---|
| Jun 30, 2011 | 47.00 Mn |
| Mar 31, 2011 | 25.00 Mn |
| Jun 30, 2010 | 27.00 Mn |
| Mar 31, 2010 | 13.00 Mn |
Expand 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=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-investment-income&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();