Valero Energy (VLO) Income from Discontinued Operations (2009 - 2014)
Valero Energy (VLO) posted Income from Discontinued Operations of -$63.0 million for Q2 2014, down 6200.0% on a QoQ basis from -$1.0 million in Q1 2014, and down 2200.0% year-over-year from $3.0 million in Q2 2013.
Valero Energy (VLO) Income from Discontinued Operations (2009 - 2014) Analysis & Trends
Valero Energy has reported Income from Discontinued Operations for 6 years, with the latest figure at -$63.0 million in Q2 2014.
- On a quarterly basis, Income from Discontinued Operations fell 2200.0% year-over-year to -$63.0 million in Q2 2014; TTM through Mar 2015 was -$63.0 million, a 3250.0% decrease from a year earlier, with the FY2014 full-year figure at -$64.0 million, down 1166.67% from the prior year.
- Income from Discontinued Operations was -$63.0 million for Q2 2014 at Valero Energy, down from -$1.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $63.0 million in Q2 2010, with the low at -$1.0 billion in Q4 2012.
- Average Income from Discontinued Operations over 5 years is -$170.1 million, with a median of -$8.5 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2014: Income from Discontinued Operations soared 200.0% in 2010, then plunged 2200.0% in 2014.
- Over 5 years, Income from Discontinued Operations stood at -$618.0 million in 2010, then jumped by 99.84% to -$1.0 million in 2011, then slumped by 103300.0% to -$1.0 billion in 2012, then soared by 100.29% to $3.0 million in 2013, then slumped by 2200.0% to -$63.0 million in 2014.
- The last three Income from Discontinued Operations figures came in at -$63.0 million (Q2 2014), -$1.0 million (Q1 2014), and $3.0 million (Q2 2013), 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 |
|---|---|
| Jun 30, 2014 | -63.00 Mn |
| Mar 31, 2014 | -1.00 Mn |
| Jun 30, 2013 | 3.00 Mn |
| Dec 31, 2012 | -1.03 Bn |
| Jun 30, 2011 | -1.00 Mn |
| Mar 31, 2011 | -6.00 Mn |
| Dec 31, 2010 | -618.00 Mn |
| Sep 30, 2010 | -11.00 Mn |
| Jun 30, 2010 | 63.00 Mn |
| Mar 31, 2010 | -33.00 Mn |
| Dec 31, 2009 | -1.31 Bn |
| Sep 30, 2009 | -286.00 Mn |
| Jun 30, 2009 | -63.00 Mn |
| Mar 31, 2009 | -55.00 Mn |
Valero Energy 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=VLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "VLO", "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=VLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();