Murphy USA (MUSA) Share-based Compensation Growth (5y) (2019 - 2026)
Analysis
Murphy USA (MUSA) Share-based Compensation Growth (5y) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 85.90% |
| Mar 31, 2026 | 30.32% |
| Sep 30, 2025 | -6.73% |
| Mar 31, 2025 | 27.13% |
| Dec 31, 2024 | 91.86% |
| Sep 30, 2024 | 43.10% |
| Jun 30, 2024 | 68.71% |
| Mar 31, 2024 | 42.01% |
| Dec 31, 2023 | -18.61% |
| Sep 30, 2023 | 6.49% |
| Jun 30, 2023 | 9.86% |
| Mar 31, 2023 | 36.02% |
| Dec 31, 2022 | -12.94% |
| Jun 30, 2022 | 121.24% |
| Mar 31, 2022 | 19.06% |
| Dec 31, 2021 | 15.82% |
| Sep 30, 2021 | -23.67% |
| Jun 30, 2021 | 35.87% |
| Mar 31, 2021 | 7.03% |
| Sep 30, 2020 | 285.38% |
API Access
Murphy USA Share-based Compensation 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=share-based-compensation-growth-5y&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-5y&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();