Arko (ARKO) Invested Capital (2020 - 2026)
Arko (ARKO) posted Invested Capital of $1.1 billion for Q2 2026, down 1.65% on a QoQ basis from $1.2 billion in Q1 2026, and down 3.04% year-over-year from $1.2 billion in Q2 2025.
Arko (ARKO) Invested Capital (2020 - 2026) Analysis & Trends
Arko has reported Invested Capital for 7 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Invested Capital fell 3.04% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 3.04% decrease from a year earlier, with the FY2025 full-year figure at $1.2 billion, up 1.86% from the prior year.
- Invested Capital was $1.1 billion for Q2 2026 at Arko, down from $1.2 billion in the prior quarter.
- The five-year high for Invested Capital was $1.2 billion in Q3 2025, with the low at $960.3 million in Q2 2022.
- Average Invested Capital over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2026: Invested Capital increased 17.09% in 2022, then retreated 3.04% in 2026.
- Over 5 years, Invested Capital stood at $1.0 billion in 2022, then advanced by 8.59% to $1.1 billion in 2023, then increased by 3.24% to $1.2 billion in 2024, then increased by 1.86% to $1.2 billion in 2025, then slipped by 2.89% to $1.1 billion in 2026.
- The last three Invested Capital figures came in at $1.1 billion (Q2 2026), $1.2 billion (Q1 2026), and $1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 6.52 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 2.97 Bn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 1.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.15 Bn |
| Mar 31, 2026 | 1.16 Bn |
| Dec 31, 2025 | 1.18 Bn |
| Sep 30, 2025 | 1.18 Bn |
| Jun 30, 2025 | 1.18 Bn |
| Mar 31, 2025 | 1.14 Bn |
| Dec 31, 2024 | 1.16 Bn |
| Sep 30, 2024 | 1.16 Bn |
| Jun 30, 2024 | 1.16 Bn |
| Mar 31, 2024 | 1.15 Bn |
| Dec 31, 2023 | 1.12 Bn |
| Sep 30, 2023 | 1.11 Bn |
| Jun 30, 2023 | 1.10 Bn |
| Mar 31, 2023 | 1.08 Bn |
| Dec 31, 2022 | 1.03 Bn |
| Sep 30, 2022 | 1.00 Bn |
| Jun 30, 2022 | 960.28 Mn |
| Mar 31, 2022 | 999.42 Mn |
| Dec 31, 2021 | 970.94 Mn |
| Sep 30, 2021 | 930.17 Mn |
Arko Invested Capital 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=invested-capital&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();