Murphy USA (MUSA) Long-Term Deferred Tax (2014 - 2015)
Murphy USA's (MUSA) quarterly Long-Term Deferred Tax came in at $19.2 million in Q2 2015, up 474.97% year-over-year from $3.3 million in Q2 2014, and down 0.62% quarter-over-quarter from $19.3 million in Q1 2015.
Murphy USA (MUSA) Long-Term Deferred Tax (2014 - 2015) Analysis & Trends
Murphy USA has disclosed Long-Term Deferred Tax across 2 years of filings, most recently posting $19.2 million for Q2 2015.
- In Q2 2015, Long-Term Deferred Tax rose 474.97% year-over-year to $19.2 million; the TTM figure through Jun 2015 stood at $19.2 million (up 474.97% YoY), while the FY2014 annual figure was $19.3 million, changed N/A from the prior year.
- Long-Term Deferred Tax came in at $19.2 million for Q2 2015 at Murphy USA, down from $19.3 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $19.3 million in Q1 2015 to a low of -$5.1 million 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 |
|---|---|
| Jun 30, 2015 | 19.20 Mn |
| Mar 31, 2015 | 19.32 Mn |
| Dec 31, 2014 | 19.27 Mn |
| Sep 30, 2014 | -91,000.00 |
| Jun 30, 2014 | -5.12 Mn |
Murphy USA Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();