Arko (ARKO) EPS (Basic) (2020 - 2026)
Arko (ARKO) posted EPS (Basic) of $0.04 for Q2 2026, up 157.65% on a QoQ basis from -$0.07 in Q1 2026, and down 74.51% year-over-year from $0.16 in Q2 2025.
Arko (ARKO) EPS (Basic) (2020 - 2026) Analysis & Trends
Arko has reported EPS (Basic) for 7 years, with the latest figure at $0.04 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 74.51% year-over-year to $0.04 in Q2 2026; TTM through Jun 2026 was $0.08, a 1.43% increase from a year earlier, with the FY2025 full-year figure at $0.15, up 15.39% from the prior year.
- EPS (Basic) was $0.04 for Q2 2026 at Arko, up from -$0.07 in the prior quarter.
- The five-year high for EPS (Basic) was $0.25 in Q2 2022, with the low at -$0.12 in Q1 2025.
- Average EPS (Basic) over 5 years is $0.06, with a median of $0.06 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: EPS (Basic) tumbled 931.85% in 2024, then jumped 111.23% in 2025.
- Over 5 years, EPS (Basic) stood at $0.09 in 2022, then tumbled by 103.34% to -$0.0 in 2023, then sank by 931.85% to -$0.03 in 2024, then surged by 111.23% to $0.0 in 2025, then jumped by 1053.41% to $0.04 in 2026.
- The last three EPS (Basic) figures came in at $0.04 (Q2 2026), -$0.07 (Q1 2026), and $0.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 7.40 |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 11.34 |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 0.04 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.04 |
| Mar 31, 2026 | -0.07 |
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.11 |
| Jun 30, 2025 | 0.16 |
| Mar 31, 2025 | -0.12 |
| Dec 31, 2024 | -0.03 |
| Sep 30, 2024 | 0.07 |
| Jun 30, 2024 | 0.11 |
| Mar 31, 2024 | -0.02 |
| Dec 31, 2023 | 0.00 |
| Sep 30, 2023 | 0.17 |
| Jun 30, 2023 | 0.11 |
| Mar 31, 2023 | -0.03 |
| Dec 31, 2022 | 0.09 |
| Sep 30, 2022 | 0.20 |
| Jun 30, 2022 | 0.25 |
| Mar 31, 2022 | 0.01 |
| Dec 31, 2021 | 0.09 |
| Sep 30, 2021 | 0.27 |
Arko EPS (Basic) 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=eps-basic&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();