Murphy USA (MUSA) Cash from Discontinued Operations (2013 - 2015)
Murphy USA's (MUSA) quarterly Cash from Discontinued Operations came in at -$28.8 million in Q4 2015, down 1034.68% year-over-year from $3.1 million in Q4 2014, and down 1498.39% quarter-over-quarter from -$1.8 million in Q3 2015.
Murphy USA (MUSA) Cash from Discontinued Operations (2013 - 2015) Analysis & Trends
Murphy USA has disclosed Cash from Discontinued Operations across 3 years of filings, most recently posting -$28.8 million for Q4 2015.
- In Q4 2015, Cash from Discontinued Operations fell 1034.68% year-over-year to -$28.8 million; the TTM figure through Sep 2016 stood at -$28.8 million (down 305.47% YoY), while the FY2015 annual figure was -$17.9 million, down 161.94% from the prior year.
- Cash from Discontinued Operations came in at -$28.8 million for Q4 2015 at Murphy USA, down from -$1.8 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $44.5 million in Q4 2013 to a low of -$28.8 million in Q4 2015.
- Average Cash from Discontinued Operations over 3 years is $7.0 million, with a median of $4.3 million recorded in 2015.
- The largest YoY upside for Cash from Discontinued Operations was 3102.24% in 2015 against a maximum downside of 1034.68% in 2015.
- Over 3 years, Cash from Discontinued Operations stood at $44.5 million in 2013, then sank by 93.07% to $3.1 million in 2014, then plunged by 1034.68% to -$28.8 million in 2015.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were -$28.8 million in Q4 2015, -$1.8 million in Q3 2015, and $8.5 million in Q2 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discontinued Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | - |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -28.84 Mn |
| Sep 30, 2015 | -1.80 Mn |
| Jun 30, 2015 | 8.46 Mn |
| Mar 31, 2015 | 4.29 Mn |
| Dec 31, 2014 | 3.09 Mn |
| Sep 30, 2014 | 10.56 Mn |
| Mar 31, 2014 | 134,000.00 |
| Dec 31, 2013 | 44.53 Mn |
| Sep 30, 2013 | 29.23 Mn |
| Jun 30, 2013 | 8.14 Mn |
| Mar 31, 2013 | -1.34 Mn |
Murphy USA 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=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "MUSA", "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=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();