Arko (ARKO) EBIT (QoQ) (2020 - 2026)
Analysis
Arko (ARKO) EBIT (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 | 202.68% |
| Mar 31, 2026 | -53.21% |
| Dec 31, 2025 | -40.29% |
| Sep 30, 2025 | -36.63% |
| Jun 30, 2025 | 581.89% |
| Mar 31, 2025 | -181.84% |
| Dec 31, 2024 | -65.42% |
| Sep 30, 2024 | -3.21% |
| Jun 30, 2024 | 982.61% |
| Mar 31, 2024 | -119.23% |
| Dec 31, 2023 | -42.58% |
| Sep 30, 2023 | 11.07% |
| Jun 30, 2023 | 343.20% |
| Mar 31, 2023 | -73.45% |
| Dec 31, 2022 | -48.70% |
| Sep 30, 2022 | 36.16% |
| Jun 30, 2022 | 150.27% |
| Mar 31, 2022 | -31.99% |
| Dec 31, 2021 | -48.17% |
| Sep 30, 2021 | 19.60% |
API Access
Arko EBIT (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=ebit-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();