Murphy USA (MUSA) Share-based Compensation Growth (3y) (2017 - 2026)
Analysis
Murphy USA (MUSA) Share-based Compensation Growth (3y) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 63.52% |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 140.29% |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 125.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 140.29% |
| Mar 31, 2026 | 17.32% |
| Dec 31, 2025 | 51.83% |
| Sep 30, 2025 | 19.68% |
| Jun 30, 2025 | -51.62% |
| Mar 31, 2025 | 15.09% |
| Dec 31, 2024 | 196.25% |
| Sep 30, 2024 | 25.99% |
| Jun 30, 2024 | 101.65% |
| Mar 31, 2024 | 58.51% |
| Sep 30, 2023 | 7.30% |
| Mar 31, 2023 | 34.09% |
| Dec 31, 2022 | 25.99% |
| Sep 30, 2022 | 175.89% |
| Jun 30, 2022 | 160.45% |
| Mar 31, 2022 | 45.02% |
| Dec 31, 2021 | -58.51% |
| Sep 30, 2021 | -59.75% |
| Jun 30, 2021 | 0.00% |
| Mar 31, 2021 | 25.99% |
API Access
Murphy USA Share-based Compensation Growth (3y) 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-3y&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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-3y&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();