Arko (ARKO) Share-based Compensation (QoQ) (2020 - 2026)
Analysis
Arko (ARKO) Share-based Compensation (QoQ) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 258.95% |
| Mar 31, 2026 | 69.98% |
| Dec 31, 2025 | -29.63% |
| Sep 30, 2025 | -1.56% |
| Jun 30, 2025 | -7.52% |
| Mar 31, 2025 | 41,793.75% |
| Dec 31, 2024 | -99.93% |
| Sep 30, 2024 | 0.00% |
| Jun 30, 2024 | 567.12% |
| Mar 31, 2024 | -632.39% |
| Dec 31, 2023 | -49.63% |
| Sep 30, 2023 | -17.39% |
| Jun 30, 2023 | -43.48% |
| Mar 31, 2023 | 29.83% |
| Dec 31, 2022 | -84.79% |
| Sep 30, 2022 | -13.08% |
| Jun 30, 2022 | 230.11% |
| Mar 31, 2022 | -329.19% |
| Dec 31, 2021 | -134.50% |
| Sep 30, 2021 | -10.87% |
API Access
Arko Share-based Compensation (QoQ) 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-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-qoq", "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-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();