Arko (ARKO) Non-Current Assets (2020 - 2026)
Arko (ARKO) posted Non-Current Assets of $2.8 billion for Q2 2026, little changed on a QoQ basis from $2.8 billion in Q1 2026, and down 1.85% year-over-year from $2.9 billion in Q2 2025.
Arko (ARKO) Non-Current Assets (2020 - 2026) Analysis & Trends
Arko has reported Non-Current Assets for 7 years, with the latest figure at $2.8 billion in Q2 2026.
- On a quarterly basis, Non-Current Assets fell 1.85% year-over-year to $2.8 billion in Q2 2026; TTM through Jun 2026 was $11.3 billion, a 2.45% decrease from a year earlier, with the FY2025 full-year figure at $2.8 billion, down 2.81% from the prior year.
- Non-Current Assets was $2.8 billion for Q2 2026 at Arko, roughly flat from $2.8 billion in the prior quarter.
- The five-year high for Non-Current Assets was $2.9 billion in Q2 2023, with the low at $2.2 billion in Q2 2022.
- Average Non-Current Assets over 5 years is $2.8 billion, with a median of $2.9 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Non-Current Assets surged 31.07% in 2023, then declined 2.81% in 2025.
- Over 5 years, Non-Current Assets stood at $2.5 billion in 2022, then rose by 15.68% to $2.9 billion in 2023, then declined by 0.1% to $2.9 billion in 2024, then slipped by 2.81% to $2.8 billion in 2025, then decreased by 0.16% to $2.8 billion in 2026.
- The last three Non-Current Assets figures came in at $2.8 billion (Q2 2026), $2.8 billion (Q1 2026), and $2.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 7.73 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 4.08 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.81 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.81 Bn |
| Mar 31, 2026 | 2.81 Bn |
| Dec 31, 2025 | 2.82 Bn |
| Sep 30, 2025 | 2.83 Bn |
| Jun 30, 2025 | 2.87 Bn |
| Mar 31, 2025 | 2.88 Bn |
| Dec 31, 2024 | 2.90 Bn |
| Sep 30, 2024 | 2.91 Bn |
| Jun 30, 2024 | 2.93 Bn |
| Mar 31, 2024 | 2.89 Bn |
| Dec 31, 2023 | 2.90 Bn |
| Sep 30, 2023 | 2.93 Bn |
| Jun 30, 2023 | 2.94 Bn |
| Mar 31, 2023 | 2.85 Bn |
| Dec 31, 2022 | 2.51 Bn |
| Sep 30, 2022 | 2.34 Bn |
| Jun 30, 2022 | 2.24 Bn |
| Mar 31, 2022 | 2.25 Bn |
| Dec 31, 2021 | 2.26 Bn |
| Sep 30, 2021 | 2.17 Bn |
Arko Non-Current Assets 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=non-current-assets&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();