Murphy USA (MUSA) Preferred Shares (2020)
Murphy USA's (MUSA) quarterly Preferred Shares came in at $20.0 million in Q2 2020, little changed quarter-over-quarter from $20.0 million in Q1 2020.
Murphy USA (MUSA) Preferred Shares (2020) Analysis & Trends
Murphy USA has disclosed Preferred Shares across 1 years of filings, most recently posting $20.0 million for Q2 2020.
- In Q2 2020, Preferred Shares changed N/A year-over-year to $20.0 million; the TTM figure through Jun 2020 stood at $20.0 million (changed N/A YoY), while the FY2019 annual figure was $20.0 million, changed N/A from the prior year.
- Preferred Shares came in at $20.0 million for Q2 2020 at Murphy USA, roughly flat from $20.0 million in the prior quarter.
- In the past five years, Preferred Shares ranged from a high of $20.0 million in Q1 2020 to a low of $20.0 million in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Shares (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 | - | - |
Murphy USA Preferred Shares 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=preferred-shares&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();