Murphy USA (MUSA) Long-Term Investments (2013 - 2024)
Murphy USA's (MUSA) quarterly Long-Term Investments came in at $3.0 million in Q2 2024, down 59.46% year-over-year from $7.4 million in Q3 2023, and down 33.33% quarter-over-quarter from $4.5 million in Q1 2024.
Murphy USA (MUSA) Long-Term Investments (2013 - 2024) Analysis & Trends
Murphy USA has disclosed Long-Term Investments across 6 years of filings, most recently posting $3.0 million for Q2 2024.
- In Q2 2024, Long-Term Investments fell 59.46% year-over-year to $3.0 million; the TTM figure through Jun 2024 stood at $3.0 million (down 59.46% YoY), while the FY2023 annual figure was $4.4 million, changed 0.0% from the prior year.
- Long-Term Investments came in at $3.0 million for Q2 2024 at Murphy USA, down from $4.5 million in the prior quarter.
- In the past five years, Long-Term Investments ranged from a high of $7.4 million in Q2 2023 to a low of $3.0 million in Q2 2024.
- Average Long-Term Investments over 3 years is $5.1 million, with a median of $4.4 million recorded in 2022.
- The largest YoY upside for Long-Term Investments was 2.27% in 2024 against a maximum downside of 59.46% in 2024.
- Over 3 years, Long-Term Investments stood at $4.4 million in 2022, then changed by 0.0% to $4.4 million in 2023, then tumbled by 31.82% to $3.0 million in 2024.
- Per Business Quant data, the three most recent Long-Term Investments figures were $3.0 million in Q2 2024, $4.5 million in Q1 2024, and $4.4 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (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 | - | 70.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 3.00 Mn |
| Mar 31, 2024 | 4.50 Mn |
| Dec 31, 2023 | 4.40 Mn |
| Sep 30, 2023 | 7.40 Mn |
| Jun 30, 2023 | 7.40 Mn |
| Mar 31, 2023 | 4.40 Mn |
| Dec 31, 2022 | 4.40 Mn |
| Jun 30, 2015 | -1.81 Bn |
| Mar 31, 2015 | -1.78 Bn |
| Dec 31, 2014 | -1.76 Bn |
| Sep 30, 2014 | -1.66 Bn |
| Jun 30, 2014 | -1.59 Bn |
| Mar 31, 2014 | -1.49 Bn |
| Dec 31, 2013 | 1.23 Bn |
Murphy USA Long-Term Investments 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-investments&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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-investments&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();