Eog Resources (EOG) Gains from Sales and Divestitures (2009 - 2017)
Eog Resources' (EOG) quarterly Gains from Sales and Divestitures came in at -$16.8 million in Q1 2017, down 283.21% year-over-year from $9.1 million in Q1 2016, and down 116.11% quarter-over-quarter from $104.0 million in Q4 2016.
Eog Resources (EOG) Gains from Sales and Divestitures (2009 - 2017) Analysis & Trends
Eog Resources has disclosed Gains from Sales and Divestitures across 9 years of filings, most recently posting -$16.8 million for Q1 2017.
- In Q1 2017, Gains from Sales and Divestitures fell 283.21% year-over-year to -$16.8 million; the TTM figure through Mar 2017 stood at $179.9 million (up 14402.86% YoY), while the FY2016 annual figure was $205.8 million, up 2439.57% from the prior year.
- Gains from Sales and Divestitures came in at -$16.8 million for Q1 2017 at Eog Resources, down from $104.0 million in the prior quarter.
- In the past five years, Gains from Sales and Divestitures ranged from a high of $431.9 million in Q4 2014 to a low of -$164.2 million in Q1 2013.
- Average Gains from Sales and Divestitures over 5 years is $52.1 million, with a median of $8.2 million recorded in 2013.
- Year-over-year, Gains from Sales and Divestitures soared 9231.14% in 2016 and tumbled 283.21% in 2017.
- Over 5 years, Gains from Sales and Divestitures stood at $12.0 million in 2013, then soared by 3500.28% to $431.9 million in 2014, then plunged by 100.85% to -$3.7 million in 2015, then surged by 2945.57% to $104.0 million in 2016, then sank by 116.11% to -$16.8 million in 2017.
- Per Business Quant data, the three most recent Gains from Sales and Divestitures figures were -$16.8 million in Q1 2017, $104.0 million in Q4 2016, and $108.2 million in Q3 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2017 | -16.76 Mn |
| Dec 31, 2016 | 104.03 Mn |
| Sep 30, 2016 | 108.20 Mn |
| Jun 30, 2016 | -15.55 Mn |
| Mar 31, 2016 | 9.15 Mn |
| Dec 31, 2015 | -3.66 Mn |
| Sep 30, 2015 | -1.19 Mn |
| Jun 30, 2015 | -5.56 Mn |
| Mar 31, 2015 | 1.61 Mn |
| Dec 31, 2014 | 431.89 Mn |
| Sep 30, 2014 | 60.35 Mn |
| Jun 30, 2014 | 3.86 Mn |
| Mar 31, 2014 | 11.50 Mn |
| Dec 31, 2013 | 12.00 Mn |
| Sep 30, 2013 | 8.18 Mn |
| Jun 30, 2013 | 341.62 Mn |
| Mar 31, 2013 | -164.23 Mn |
| Dec 31, 2012 | 440.79 Mn |
| Sep 30, 2012 | -67.38 Mn |
| Jun 30, 2012 | -113.29 Mn |
Eog Resources Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "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=gains-from-sales-and-divestitures&ticker=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();