Sunoco (SUN) Cash from Discontinued Operations (2016 - 2018)
Sunoco's (SUN) quarterly Cash from Discontinued Operations came in at -$4.0 million in Q4 2018, up 96.33% year-over-year from -$2.0 million in Q4 2017, and down 100.0% quarter-over-quarter from -$2.0 million in Q3 2018.
Sunoco (SUN) Cash from Discontinued Operations (2016 - 2018) Analysis & Trends
Sunoco (SUN) has reported Cash from Discontinued Operations for 3 consecutive years, with -$4.0 million the latest figure, recorded in Q4 2018.
- On a quarterly basis, Cash from Discontinued Operations rose 96.33% year-over-year to -$4.0 million in Q4 2018; TTM through Sep 2019 was -$4.0 million, a 99.32% increase from a year earlier, with the FY2018 full-year figure at -$484.0 million, down 455.88% from the prior year.
- Cash from Discontinued Operations was -$4.0 million for Q4 2018 at Sunoco, down from -$2.0 million in the prior quarter.
- Over five years, Cash from Discontinued Operations peaked at $142.0 million in Q1 2017 and troughed at -$485.0 million in Q1 2018.
- A 3-year average of -$39.4 million and a median of $2.5 million in 2018 frame the typical range for Cash from Discontinued Operations.
- Across the five-year window, Cash from Discontinued Operations soared 175.86% in 2017 and plunged 441.55% in 2018, its largest moves.
- Over 3 years, Cash from Discontinued Operations stood at -$75.0 million in 2016, then tumbled by 45.33% to -$109.0 million in 2017, then soared by 96.33% to -$4.0 million in 2018.
- The last three Cash from Discontinued Operations figures came in at -$4.0 million (Q4 2018), -$2.0 million (Q3 2018), and $7.0 million (Q2 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 |
|---|---|
| Dec 31, 2018 | -4.00 Mn |
| Sep 30, 2018 | -2.00 Mn |
| Jun 30, 2018 | 7.00 Mn |
| Mar 31, 2018 | -485.00 Mn |
| Dec 31, 2017 | -109.00 Mn |
| Sep 30, 2017 | 80.00 Mn |
| Jun 30, 2017 | 23.00 Mn |
| Mar 31, 2017 | 142.00 Mn |
| Dec 31, 2016 | -75.00 Mn |
| Sep 30, 2016 | 29.00 Mn |
Sunoco Cash 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=cash-from-discontinued-operations&ticker=SUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=SUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();