Arko (ARKO) Asset Utilization Ratio (2021 - 2026)
Arko (ARKO) posted Asset Utilization Ratio of 2.22 for Q2 2026, up 4.26% on a QoQ basis from 2.13 in Q1 2026, and down 1.02% year-over-year from 2.25 in Q2 2025.
Arko (ARKO) Asset Utilization Ratio (2021 - 2026) Analysis & Trends
Arko has reported Asset Utilization Ratio for 6 years, with the latest figure at 2.22 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 1.02% year-over-year to 2.22 in Q2 2026; TTM through Jun 2026 was 2.22, a 1.02% decrease from a year earlier, with the FY2025 full-year figure at 2.14, down 11.05% from the prior year.
- Asset Utilization Ratio was 2.22 for Q2 2026 at Arko, up from 2.13 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 2.96 in Q3 2022, with the low at 2.13 in Q1 2026.
- Average Asset Utilization Ratio over 5 years is 2.5, with a median of 2.53 recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Asset Utilization Ratio jumped 57.65% in 2022, then fell 14.56% in 2023.
- Over 5 years, Asset Utilization Ratio stood at 2.88 in 2022, then slipped by 11.37% to 2.55 in 2023, then retreated by 6.46% to 2.39 in 2024, then dropped by 10.17% to 2.15 in 2025, then climbed by 3.59% to 2.22 in 2026.
- The last three Asset Utilization Ratio figures came in at 2.22 (Q2 2026), 2.13 (Q1 2026), and 2.15 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 2.07 |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 4.32 |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.22 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.22 |
| Mar 31, 2026 | 2.13 |
| Dec 31, 2025 | 2.15 |
| Sep 30, 2025 | 2.18 |
| Jun 30, 2025 | 2.25 |
| Mar 31, 2025 | 2.35 |
| Dec 31, 2024 | 2.39 |
| Sep 30, 2024 | 2.43 |
| Jun 30, 2024 | 2.55 |
| Mar 31, 2024 | 2.58 |
| Dec 31, 2023 | 2.55 |
| Sep 30, 2023 | 2.53 |
| Jun 30, 2023 | 2.53 |
| Mar 31, 2023 | 2.70 |
| Dec 31, 2022 | 2.88 |
| Sep 30, 2022 | 2.96 |
| Jun 30, 2022 | 2.90 |
| Mar 31, 2022 | 2.69 |
| Dec 31, 2021 | 2.58 |
| Sep 30, 2021 | 2.43 |
Arko Asset Utilization Ratio 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=asset-utilization-ratio&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();