Murphy USA (MUSA) Liabilities from Discontinued Operations (2014 - 2015)
Murphy USA's (MUSA) quarterly Liabilities from Discontinued Operations came in at $15.2 million in Q3 2015, up 17.66% quarter-over-quarter from $12.9 million in Q4 2014.
Murphy USA (MUSA) Liabilities from Discontinued Operations (2014 - 2015) Analysis & Trends
Murphy USA has disclosed Liabilities from Discontinued Operations across 2 years of filings, most recently posting $15.2 million for Q3 2015.
- In Q3 2015, Liabilities from Discontinued Operations changed N/A year-over-year to $15.2 million; the TTM figure through Sep 2015 stood at $15.2 million (changed N/A YoY), while the FY2014 annual figure was $12.9 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations came in at $15.2 million for Q3 2015 at Murphy USA, up from $12.9 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $15.2 million in Q3 2015 to a low of $12.9 million in Q4 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - |
Murphy USA Liabilities 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=liabilities-from-discontinued-operations&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-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=liabilities-from-discontinued-operations&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();