Murphy USA (MUSA) Cash & Equivalents Growth (5y) (2017 - 2026)
Analysis
Murphy USA (MUSA) Cash & Equivalents Growth (5y) (2017 - 2026) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.23% |
| Mar 31, 2026 | -17.17% |
| Dec 31, 2025 | -29.30% |
| Sep 30, 2025 | -33.02% |
| Jun 30, 2025 | -33.10% |
| Mar 31, 2025 | -24.42% |
| Dec 31, 2024 | -30.03% |
| Sep 30, 2024 | -26.68% |
| Jun 30, 2024 | -14.88% |
| Mar 31, 2024 | -20.66% |
| Dec 31, 2023 | -8.58% |
| Sep 30, 2023 | 10.60% |
| Jun 30, 2023 | 5.26% |
| Mar 31, 2023 | -6.66% |
| Dec 31, 2022 | -18.67% |
| Sep 30, 2022 | 2.66% |
| Jun 30, 2022 | 4.05% |
| Mar 31, 2022 | 57.89% |
| Dec 31, 2021 | 10.76% |
| Sep 30, 2021 | 7.83% |
API Access
Murphy USA Cash & Equivalents Growth (5y) 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=cash-and-equivalents-growth-5y&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-5y", "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=cash-and-equivalents-growth-5y&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();