Arko (ARKO) Share-based Compensation (2020 - 2026)
Arko (ARKO) posted Share-based Compensation of $26.2 million for Q2 2026, up 258.95% on a QoQ basis from $7.3 million in Q1 2026, and up 322.65% year-over-year from $6.2 million in Q2 2025.
Arko (ARKO) Share-based Compensation (2020 - 2026) Analysis & Trends
Arko has reported Share-based Compensation for 7 years, with the latest figure at $26.2 million in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 322.65% year-over-year to $26.2 million in Q2 2026; TTM through Jun 2026 was $26.2 million, a 322.65% increase from a year earlier, with the FY2025 full-year figure at $23.8 million, up 271.31% from the prior year.
- Share-based Compensation was $26.2 million for Q2 2026 at Arko, up from $7.3 million in the prior quarter.
- The five-year high for Share-based Compensation was $26.2 million in Q2 2026, with the low at -$18.2 million in Q1 2022.
- Average Share-based Compensation over 5 years is $7.7 million, with a median of $5.2 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Share-based Compensation sank 225.22% in 2024, then surged 26737.5% in 2025.
- Over 5 years, Share-based Compensation stood at $3.1 million in 2022, then sank by 69.46% to $957000.0 in 2023, then plunged by 98.33% to $16000.0 in 2024, then soared by 26737.5% to $4.3 million in 2025, then jumped by 510.15% to $26.2 million in 2026.
- The last three Share-based Compensation figures came in at $26.2 million (Q2 2026), $7.3 million (Q1 2026), and $4.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 78.56 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 11.10 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 26.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 26.20 Mn |
| Mar 31, 2026 | 7.30 Mn |
| Dec 31, 2025 | 4.29 Mn |
| Sep 30, 2025 | 6.10 Mn |
| Jun 30, 2025 | 6.20 Mn |
| Mar 31, 2025 | 6.70 Mn |
| Dec 31, 2024 | 16,000.00 |
| Sep 30, 2024 | 23.80 Mn |
| Jun 30, 2024 | 23.80 Mn |
| Mar 31, 2024 | -5.10 Mn |
| Dec 31, 2023 | 957,000.00 |
| Sep 30, 2023 | 1.90 Mn |
| Jun 30, 2023 | 2.30 Mn |
| Mar 31, 2023 | 4.07 Mn |
| Dec 31, 2022 | 3.13 Mn |
| Sep 30, 2022 | 20.60 Mn |
| Jun 30, 2022 | 23.70 Mn |
| Mar 31, 2022 | -18.22 Mn |
| Dec 31, 2021 | -4.24 Mn |
| Sep 30, 2021 | 12.30 Mn |
Arko Share-based Compensation 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&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();