Murphy USA (MUSA) Change in Receivables (2012 - 2015)
Murphy USA's (MUSA) quarterly Change in Receivables came in at $7.5 million in Q2 2015, down 83.24% year-over-year from $44.8 million in Q2 2014, and down 71.69% quarter-over-quarter from $26.5 million in Q1 2015.
Murphy USA (MUSA) Change in Receivables (2012 - 2015) Analysis & Trends
Murphy USA has disclosed Change in Receivables across 4 years of filings, most recently posting $7.5 million for Q2 2015.
- In Q2 2015, Change in Receivables fell 83.24% year-over-year to $7.5 million; the TTM figure through Jun 2015 stood at -$89.1 million (up 30.35% YoY), while the FY2014 annual figure was -$59.2 million, up 82.16% from the prior year.
- Change in Receivables came in at $7.5 million for Q2 2015 at Murphy USA, down from $26.5 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $44.8 million in Q2 2014 to a low of -$164.8 million in Q3 2013.
- Average Change in Receivables over 4 years is -$33.3 million, with a median of -$9.2 million recorded in 2012.
- Year-over-year, Change in Receivables sank 195.74% in 2013 and soared 5022.74% in 2014.
- Over 4 years, Change in Receivables stood at -$9.2 million in 2012, then slumped by 195.74% to -$27.1 million in 2013, then plunged by 169.36% to -$72.9 million in 2014, then jumped by 110.3% to $7.5 million in 2015.
- Per Business Quant data, the three most recent Change in Receivables figures were $7.5 million in Q2 2015, $26.5 million in Q1 2015, and -$72.9 million in Q4 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 7.30 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -8.93 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | 7.51 Mn |
| Mar 31, 2015 | 26.54 Mn |
| Dec 31, 2014 | -72.95 Mn |
| Sep 30, 2014 | -50.21 Mn |
| Jun 30, 2014 | 44.82 Mn |
| Mar 31, 2014 | 19.16 Mn |
| Dec 31, 2013 | -27.08 Mn |
| Sep 30, 2013 | -164.83 Mn |
| Jun 30, 2013 | 875,000.00 |
| Mar 31, 2013 | -140.64 Mn |
| Dec 31, 2012 | -9.16 Mn |
Murphy USA Change in Receivables 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=change-in-receivables&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();