Sunoco (SUN) Income from Discontinued Operations (2016 - 2018)
Sunoco's (SUN) quarterly Income from Discontinued Operations came in at -$2.0 million in Q3 2018, down 111.76% year-over-year from $17.0 million in Q3 2017, and up 92.31% quarter-over-quarter from -$26.0 million in Q2 2018.
Sunoco (SUN) Income from Discontinued Operations (2016 - 2018) Analysis & Trends
Sunoco (SUN) has reported Income from Discontinued Operations for 3 consecutive years, with -$2.0 million the latest figure, recorded in Q3 2018.
- On a quarterly basis, Income from Discontinued Operations fell 111.76% year-over-year to -$2.0 million in Q3 2018; TTM through Jun 2019 was -$2.0 million, a 99.15% increase from a year earlier, with the FY2018 full-year figure at -$265.0 million, down 49.72% from the prior year.
- Income from Discontinued Operations was -$2.0 million for Q3 2018 at Sunoco, up from -$26.0 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $17.0 million in Q3 2017 and troughed at -$486.0 million in Q4 2016.
- A 3-year average of -$90.1 million and a median of -$6.5 million in 2017 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations jumped 102.06% in 2017 and tumbled 2054.55% in 2018, its largest moves.
- Over 3 years, Income from Discontinued Operations stood at -$486.0 million in 2016, then jumped by 102.06% to $10.0 million in 2017, then slumped by 120.0% to -$2.0 million in 2018.
- The last three Income from Discontinued Operations figures came in at -$2.0 million (Q3 2018), -$26.0 million (Q2 2018), and -$237.0 million (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | - |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | - |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | - |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | - |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | - |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | - |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | - |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | - |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | - |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | -2.00 Mn |
| Jun 30, 2018 | -26.00 Mn |
| Mar 31, 2018 | -237.00 Mn |
| Dec 31, 2017 | 10.00 Mn |
| Sep 30, 2017 | 17.00 Mn |
| Jun 30, 2017 | -193.00 Mn |
| Mar 31, 2017 | -11.00 Mn |
| Dec 31, 2016 | -486.00 Mn |
| Sep 30, 2016 | 12.00 Mn |
| Jun 30, 2016 | 15.00 Mn |
Sunoco Income from Discontinued Operations 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-discontinued-operations&ticker=SUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "SUN", "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-discontinued-operations&ticker=SUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();