Murphy USA (MUSA) Cash & Equivalents Growth (1y) (2013 - 2026)
Analysis
Murphy USA (MUSA) Cash & Equivalents Growth (1y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 14.41% |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 224.21% |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -16.39% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 224.21% |
| Mar 31, 2026 | 140.08% |
| Dec 31, 2025 | -38.51% |
| Sep 30, 2025 | -18.48% |
| Jun 30, 2025 | -32.21% |
| Mar 31, 2025 | -12.87% |
| Dec 31, 2024 | -60.10% |
| Sep 30, 2024 | -57.93% |
| Jun 30, 2024 | -14.10% |
| Mar 31, 2024 | -44.47% |
| Dec 31, 2023 | 94.71% |
| Sep 30, 2023 | -35.24% |
| Jun 30, 2023 | -61.36% |
| Mar 31, 2023 | -71.34% |
| Dec 31, 2022 | -76.40% |
| Sep 30, 2022 | -36.04% |
| Jun 30, 2022 | 45.70% |
| Mar 31, 2022 | 17.13% |
| Dec 31, 2021 | 56.72% |
| Sep 30, 2021 | -5.10% |
API Access
Murphy USA Cash & Equivalents Growth (1y) 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-1y&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-1y&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();