Arko (ARKO) Share-based Compensation Growth (1y) (2021 - 2026)
Analysis
Arko (ARKO) Share-based Compensation Growth (1y) (2021 - 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 | 322.65% |
| Mar 31, 2026 | 8.89% |
| Dec 31, 2025 | 26,737.50% |
| Sep 30, 2025 | -74.36% |
| Jun 30, 2025 | -73.95% |
| Mar 31, 2025 | 231.56% |
| Dec 31, 2024 | -98.33% |
| Sep 30, 2024 | 1,152.63% |
| Jun 30, 2024 | 934.78% |
| Mar 31, 2024 | -225.22% |
| Dec 31, 2023 | -69.46% |
| Sep 30, 2023 | -90.78% |
| Jun 30, 2023 | -90.30% |
| Mar 31, 2023 | 122.34% |
| Dec 31, 2022 | 173.85% |
| Sep 30, 2022 | 67.48% |
| Jun 30, 2022 | 71.74% |
| Mar 31, 2022 | -136.93% |
| Dec 31, 2021 | -448.73% |
| Sep 30, 2021 | 12,200.00% |
API Access
Arko 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=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "ARKO", "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=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();