Murphy USA (MUSA) Share-based Compensation Growth (1y) (2015 - 2026)
Analysis
Murphy USA (MUSA) Share-based Compensation Growth (1y) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 71.18% |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 1,750.00% |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 322.65% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1,750.00% |
| Mar 31, 2026 | 17.20% |
| Dec 31, 2025 | -73.08% |
| Sep 30, 2025 | 500.00% |
| Jun 30, 2025 | -85.37% |
| Mar 31, 2025 | -19.48% |
| Dec 31, 2024 | 420.00% |
| Sep 30, 2024 | -90.48% |
| Jun 30, 2024 | 412.50% |
| Mar 31, 2024 | 71.11% |
| Dec 31, 2023 | 150.00% |
| Sep 30, 2023 | 200.00% |
| Jun 30, 2023 | -84.91% |
| Mar 31, 2023 | 10.66% |
| Dec 31, 2022 | 100.00% |
| Sep 30, 2022 | 600.00% |
| Jun 30, 2022 | 960.00% |
| Mar 31, 2022 | 110.34% |
| Sep 30, 2021 | -94.12% |
| Mar 31, 2021 | 3.57% |
API Access
Murphy USA Share-based Compensation 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=share-based-compensation-growth-1y&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-1y&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();