Murphy USA (MUSA) Acquisitions (2021)
Murphy USA's (MUSA) quarterly Acquisitions came in at -$1.0 million in Q2 2021, down 100.16% quarter-over-quarter from $642.1 million in Q1 2021.
Murphy USA (MUSA) Acquisitions (2021) Analysis & Trends
Murphy USA has disclosed Acquisitions across 1 years of filings, most recently posting -$1.0 million for Q2 2021.
- In Q2 2021, Acquisitions changed N/A year-over-year to -$1.0 million; the TTM figure through Mar 2022 stood at -$1.0 million (down 100.16% YoY), while the FY2021 annual figure was $641.1 million, changed N/A from the prior year.
- Acquisitions came in at -$1.0 million for Q2 2021 at Murphy USA, down from $642.1 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of $642.1 million in Q1 2021 to a low of -$1.0 million in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 43.90 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | - |
Murphy USA Acquisitions 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=acquisitions&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();