Murphy USA (MUSA) Receivables - Other (2013 - 2014)
Murphy USA's (MUSA) quarterly Receivables - Other came in at $1.7 million in Q4 2014, down 48.32% year-over-year from $3.4 million in Q4 2013, and up 1602.94% quarter-over-quarter from $102000.0 in Q3 2014.
Murphy USA (MUSA) Receivables - Other (2013 - 2014) Analysis & Trends
Murphy USA has disclosed Receivables - Other across 2 years of filings, most recently posting $1.7 million for Q4 2014.
- In Q4 2014, Receivables - Other fell 48.32% year-over-year to $1.7 million; the TTM figure through Dec 2014 stood at $1.7 million (down 48.32% YoY), while the FY2014 annual figure was $1.7 million, down 48.32% from the prior year.
- Receivables - Other came in at $1.7 million for Q4 2014 at Murphy USA, up from $102000.0 in the prior quarter.
- In the past five years, Receivables - Other ranged from a high of $3.4 million in Q4 2013 to a low of $70000.0 in Q2 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2014 | 1.74 Mn |
| Sep 30, 2014 | 102,000.00 |
| Jun 30, 2014 | 70,000.00 |
| Mar 31, 2014 | 164,000.00 |
| Dec 31, 2013 | 3.36 Mn |
| Sep 30, 2013 | 455,000.00 |
Murphy USA Receivables - Other 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=receivables-other&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();