Arko (ARKO) EBT (2020 - 2026)
Arko (ARKO) posted EBT of $16.4 million for Q2 2026, up 301.89% on a QoQ basis from -$8.1 million in Q1 2026, and down 55.96% year-over-year from $37.2 million in Q2 2025.
Arko (ARKO) EBT (2020 - 2026) Analysis & Trends
Arko has reported EBT for 7 years, with the latest figure at $16.4 million in Q2 2026.
- On a quarterly basis, EBT fell 55.96% year-over-year to $16.4 million in Q2 2026; TTM through Jun 2026 was $25.7 million, a 6.28% increase from a year earlier, with the FY2025 full-year figure at $29.0 million, up 7.87% from the prior year.
- EBT was $16.4 million for Q2 2026 at Arko, up from -$8.1 million in the prior quarter.
- The five-year high for EBT was $45.9 million in Q3 2022, with the low at -$25.6 million in Q1 2025.
- Average EBT over 5 years is $12.1 million, with a median of $16.1 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: EBT tumbled 321.95% in 2024, then surged 130.76% in 2025.
- Over 5 years, EBT stood at $17.4 million in 2022, then tumbled by 86.2% to $2.4 million in 2023, then sank by 321.95% to -$5.3 million in 2024, then soared by 130.76% to $1.6 million in 2025, then surged by 896.89% to $16.4 million in 2026.
- The last three EBT figures came in at $16.4 million (Q2 2026), -$8.1 million (Q1 2026), and $1.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 347.03 Mn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 277.60 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 16.37 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.37 Mn |
| Mar 31, 2026 | -8.11 Mn |
| Dec 31, 2025 | 1.64 Mn |
| Sep 30, 2025 | 15.78 Mn |
| Jun 30, 2025 | 37.17 Mn |
| Mar 31, 2025 | -25.62 Mn |
| Dec 31, 2024 | -5.34 Mn |
| Sep 30, 2024 | 17.95 Mn |
| Jun 30, 2024 | 21.58 Mn |
| Mar 31, 2024 | -7.32 Mn |
| Dec 31, 2023 | 2.41 Mn |
| Sep 30, 2023 | 29.50 Mn |
| Jun 30, 2023 | 19.52 Mn |
| Mar 31, 2023 | -4.65 Mn |
| Dec 31, 2022 | 17.42 Mn |
| Sep 30, 2022 | 45.94 Mn |
| Jun 30, 2022 | 40.94 Mn |
| Mar 31, 2022 | 3.31 Mn |
| Dec 31, 2021 | 12.20 Mn |
| Sep 30, 2021 | 40.30 Mn |
Arko EBT 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&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();