Arko (ARKO) Cash from Investing Activities (2020 - 2026)
Arko (ARKO) posted Cash from Investing Activities of -$28.3 million for Q2 2026, up 3.56% on a QoQ basis from -$29.4 million in Q1 2026, and up 34.96% year-over-year from -$21.0 million in Q2 2025.
Arko (ARKO) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Arko has reported Cash from Investing Activities for 7 years, with the latest figure at -$28.3 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 34.96% year-over-year to -$28.3 million in Q2 2026; TTM through Jun 2026 was -$107.0 million, a 19.32% increase from a year earlier, with the FY2025 full-year figure at -$119.8 million, down 4.3% from the prior year.
- Cash from Investing Activities was -$28.3 million for Q2 2026 at Arko, up from -$29.4 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $1.3 million in Q2 2022, with the low at -$153.3 million in Q1 2023.
- Average Cash from Investing Activities over 5 years is -$42.5 million, with a median of -$28.3 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities surged 101.71% in 2022, then tumbled 6603.02% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$110.7 million in 2022, then surged by 69.85% to -$33.4 million in 2023, then declined by 1.64% to -$33.9 million in 2024, then advanced by 23.16% to -$26.1 million in 2025, then decreased by 8.6% to -$28.3 million in 2026.
- The last three Cash from Investing Activities figures came in at -$28.3 million (Q2 2026), -$29.4 million (Q1 2026), and -$26.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | -234.72 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | -101.30 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -28.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.31 Mn |
| Mar 31, 2026 | -29.35 Mn |
| Dec 31, 2025 | -26.07 Mn |
| Sep 30, 2025 | -23.29 Mn |
| Jun 30, 2025 | -43.53 Mn |
| Mar 31, 2025 | -26.90 Mn |
| Dec 31, 2024 | -33.92 Mn |
| Sep 30, 2024 | -28.29 Mn |
| Jun 30, 2024 | -24.47 Mn |
| Mar 31, 2024 | -28.18 Mn |
| Dec 31, 2023 | -33.38 Mn |
| Sep 30, 2023 | -28.22 Mn |
| Jun 30, 2023 | -81.94 Mn |
| Mar 31, 2023 | -153.29 Mn |
| Dec 31, 2022 | -110.70 Mn |
| Sep 30, 2022 | -42.19 Mn |
| Jun 30, 2022 | 1.26 Mn |
| Mar 31, 2022 | -23.86 Mn |
| Dec 31, 2021 | -66.59 Mn |
| Sep 30, 2021 | -14.91 Mn |
Arko Cash from Investing Activities 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=cash-from-investing-activities&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();