Arko (ARKO) Selling, General & Administrative (2020 - 2026)
Analysis
Arko (ARKO) Selling, General & Administrative (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (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 | 60.50 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 43.72 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 43.72 Mn |
| Mar 31, 2026 | 40.00 Mn |
| Dec 31, 2025 | 43.31 Mn |
| Sep 30, 2025 | 40.05 Mn |
| Jun 30, 2025 | 40.74 Mn |
| Mar 31, 2025 | 41.61 Mn |
| Dec 31, 2024 | 39.69 Mn |
| Sep 30, 2024 | 38.64 Mn |
| Jun 30, 2024 | 42.44 Mn |
| Mar 31, 2024 | 42.16 Mn |
| Dec 31, 2023 | 38.10 Mn |
| Sep 30, 2023 | 44.12 Mn |
| Jun 30, 2023 | 42.66 Mn |
| Mar 31, 2023 | 40.42 Mn |
| Dec 31, 2022 | 39.27 Mn |
| Sep 30, 2022 | 35.95 Mn |
| Jun 30, 2022 | 32.96 Mn |
| Mar 31, 2022 | 31.79 Mn |
| Dec 31, 2021 | 33.40 Mn |
| Sep 30, 2021 | 32.70 Mn |
API Access
Arko Selling, General & Administrative 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=selling-general-and-administrative&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();