Arko (ARKO) EBT (QoQ) (2020 - 2026)
Analysis
Arko (ARKO) EBT (QoQ) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 301.89% |
| Mar 31, 2026 | -593.79% |
| Dec 31, 2025 | -89.59% |
| Sep 30, 2025 | -57.55% |
| Jun 30, 2025 | 245.12% |
| Mar 31, 2025 | -379.86% |
| Dec 31, 2024 | -129.75% |
| Sep 30, 2024 | -16.85% |
| Jun 30, 2024 | 394.70% |
| Mar 31, 2024 | -404.49% |
| Dec 31, 2023 | -91.85% |
| Sep 30, 2023 | 51.10% |
| Jun 30, 2023 | 519.88% |
| Mar 31, 2023 | -126.68% |
| Dec 31, 2022 | -62.07% |
| Sep 30, 2022 | 12.22% |
| Jun 30, 2022 | 1,135.21% |
| Mar 31, 2022 | -72.83% |
| Dec 31, 2021 | -69.73% |
| Sep 30, 2021 | 19.36% |
API Access
Arko EBT (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=ebt-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();