Eog Resources (EOG) Non Operating Investment Income (2009 - 2018)
Eog Resources' (EOG) quarterly Non Operating Investment Income came in at -$185.9 million in Q2 2018, down 2067.85% year-over-year from $9.4 million in Q2 2017, and down 210.99% quarter-over-quarter from -$59.8 million in Q1 2018.
Eog Resources (EOG) Non Operating Investment Income (2009 - 2018) Analysis & Trends
Eog Resources has disclosed Non Operating Investment Income across 10 years of filings, most recently posting -$185.9 million for Q2 2018.
- In Q2 2018, Non Operating Investment Income fell 2067.85% year-over-year to -$185.9 million; the TTM figure through Jun 2018 stood at -$297.1 million (down 2955.82% YoY), while the FY2017 annual figure was $20.0 million, up 120.0% from the prior year.
- Non Operating Investment Income came in at -$185.9 million for Q2 2018 at Eog Resources, down from -$59.8 million in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $469.1 million in Q3 2014 to a low of -$229.3 million in Q2 2014.
- Average Non Operating Investment Income over 5 years is -$10.6 million, with a median of -$6.6 million recorded in 2017.
- Year-over-year, Non Operating Investment Income soared 1041.12% in 2017 and slumped 2067.85% in 2018.
- Over 5 years, Non Operating Investment Income stood at $469.1 million in 2014, then sank by 98.92% to $5.0 million in 2015, then plunged by 1411.51% to -$66.2 million in 2016, then surged by 32.21% to -$44.9 million in 2017, then sank by 314.36% to -$185.9 million in 2018.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were -$185.9 million in Q2 2018, -$59.8 million in Q1 2018, and -$44.9 million in Q4 2017.
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, 2018 | -185.88 Mn |
| Mar 31, 2018 | -59.77 Mn |
| Dec 31, 2017 | -44.86 Mn |
| Sep 30, 2017 | -6.61 Mn |
| Jun 30, 2017 | 9.45 Mn |
| Mar 31, 2017 | 62.02 Mn |
| Dec 31, 2016 | -66.18 Mn |
| Sep 30, 2016 | 5.12 Mn |
| Jun 30, 2016 | -44.37 Mn |
| Mar 31, 2016 | 5.44 Mn |
| Dec 31, 2015 | 5.05 Mn |
| Sep 30, 2015 | 29.24 Mn |
| Jun 30, 2015 | -48.49 Mn |
| Mar 31, 2015 | 76.21 Mn |
| Sep 30, 2014 | 469.13 Mn |
| Jun 30, 2014 | -229.27 Mn |
| Mar 31, 2014 | -155.74 Mn |
| Sep 30, 2013 | -293.39 Mn |
| Jun 30, 2013 | 191.49 Mn |
| Mar 31, 2013 | -104.96 Mn |
Eog Resources 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=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "EOG", "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=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();