Murphy USA (MUSA) Change in Inventory (2012 - 2015)
Murphy USA's (MUSA) quarterly Change in Inventory came in at $22.6 million in Q2 2015, down 70.69% year-over-year from $77.1 million in Q2 2014, and up 998.2% quarter-over-quarter from $2.1 million in Q1 2015.
Murphy USA (MUSA) Change in Inventory (2012 - 2015) Analysis & Trends
Murphy USA has disclosed Change in Inventory across 4 years of filings, most recently posting $22.6 million for Q2 2015.
- In Q2 2015, Change in Inventory fell 70.69% year-over-year to $22.6 million; the TTM figure through Jun 2015 stood at $41.5 million (up 443.6% YoY), while the FY2014 annual figure was $3.9 million, up 118.79% from the prior year.
- Change in Inventory came in at $22.6 million for Q2 2015 at Murphy USA, up from $2.1 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $77.1 million in Q2 2014 to a low of -$90.2 million in Q1 2014.
- Average Change in Inventory over 4 years is $2.9 million, with a median of $22.6 million recorded in 2015.
- Year-over-year, Change in Inventory surged 202.44% in 2013 and slumped 70.69% in 2015.
- Over 4 years, Change in Inventory stood at $24.2 million in 2012, then surged by 202.44% to $73.2 million in 2013, then sank by 49.31% to $37.1 million in 2014, then plunged by 39.04% to $22.6 million in 2015.
- Per Business Quant data, the three most recent Change in Inventory figures were $22.6 million in Q2 2015, $2.1 million in Q1 2015, and $37.1 million in Q4 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 577,000.00 |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | 22.61 Mn |
| Mar 31, 2015 | 2.06 Mn |
| Dec 31, 2014 | 37.10 Mn |
| Sep 30, 2014 | -20.22 Mn |
| Jun 30, 2014 | 77.14 Mn |
| Mar 31, 2014 | -90.16 Mn |
| Dec 31, 2013 | 73.18 Mn |
| Sep 30, 2013 | -72.26 Mn |
| Jun 30, 2013 | 36.34 Mn |
| Mar 31, 2013 | -57.80 Mn |
| Dec 31, 2012 | 24.20 Mn |
Murphy USA Change in Inventory 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-inventory&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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-inventory&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();