Murphy USA (MUSA) Divestments (2013 - 2015)
Murphy USA's (MUSA) quarterly Divestments came in at $93.8 million in Q4 2015, up 8447.4% quarter-over-quarter from $1.1 million in Q1 2014.
Murphy USA (MUSA) Divestments (2013 - 2015) Analysis & Trends
Murphy USA has disclosed Divestments across 3 years of filings, most recently posting $93.8 million for Q4 2015.
- In Q4 2015, Divestments changed N/A year-over-year to $93.8 million; the TTM figure through Jun 2016 stood at $93.8 million (changed N/A YoY), while the FY2015 annual figure was $93.8 million, up 8447.4% from the prior year.
- Divestments came in at $93.8 million for Q4 2015 at Murphy USA, up from $1.1 million in the prior quarter.
- In the past five years, Divestments ranged from a high of $170.0 million in Q4 2013 to a low of $1.1 million in Q1 2014.
- Average Divestments over 3 years is $88.3 million, with a median of $93.8 million recorded in 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 93.77 Mn |
| Mar 31, 2014 | 1.10 Mn |
| Dec 31, 2013 | 170.00 Mn |
Murphy USA Divestments 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=divestments&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();