Murphy USA (MUSA) Raw Materials (2012 - 2015)
Murphy USA's (MUSA) quarterly Raw Materials came in at $5.3 million in Q2 2015, up 4.81% year-over-year from $5.0 million in Q2 2014, and down 1.97% quarter-over-quarter from $5.4 million in Q1 2015.
Murphy USA (MUSA) Raw Materials (2012 - 2015) Analysis & Trends
Murphy USA has disclosed Raw Materials across 4 years of filings, most recently posting $5.3 million for Q2 2015.
- In Q2 2015, Raw Materials rose 4.81% year-over-year to $5.3 million; the TTM figure through Jun 2015 stood at $5.3 million (up 4.81% YoY), while the FY2014 annual figure was $5.4 million, up 14.26% from the prior year.
- Raw Materials came in at $5.3 million for Q2 2015 at Murphy USA, down from $5.4 million in the prior quarter.
- In the past five years, Raw Materials ranged from a high of $75.1 million in Q4 2012 to a low of $4.7 million in Q1 2014.
- Average Raw Materials over 4 years is $13.4 million, with a median of $5.3 million recorded in 2015.
- Year-over-year, Raw Materials slumped 93.71% in 2013 and rose 15.44% in 2015.
- Over 4 years, Raw Materials stood at $75.1 million in 2012, then tumbled by 93.71% to $4.7 million in 2013, then rose by 14.26% to $5.4 million in 2014, then retreated by 2.28% to $5.3 million in 2015.
- Per Business Quant data, the three most recent Raw Materials figures were $5.3 million in Q2 2015, $5.4 million in Q1 2015, and $5.4 million in Q4 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 |
|---|---|
| Jun 30, 2015 | 5.28 Mn |
| Mar 31, 2015 | 5.38 Mn |
| Dec 31, 2014 | 5.40 Mn |
| Sep 30, 2014 | 5.14 Mn |
| Jun 30, 2014 | 5.03 Mn |
| Mar 31, 2014 | 4.66 Mn |
| Dec 31, 2013 | 4.73 Mn |
| Sep 30, 2013 | 10.22 Mn |
| Dec 31, 2012 | 75.13 Mn |
Murphy USA Raw Materials 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=raw-materials&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();