Arko (ARKO) Cash from Financing Activities (2020 - 2026)
Arko (ARKO) posted Cash from Financing Activities of -$42.4 million for Q2 2026, down 77.53% on a QoQ basis from -$23.9 million in Q1 2026, and down 378.03% year-over-year from $15.3 million in Q2 2025.
Arko (ARKO) Cash from Financing Activities (2020 - 2026) Analysis & Trends
Arko has reported Cash from Financing Activities for 7 years, with the latest figure at -$42.4 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 378.03% year-over-year to -$42.4 million in Q2 2026; TTM through Jun 2026 was -$103.7 million, a 219.77% decrease from a year earlier, with the FY2025 full-year figure at -$41.5 million, up 25.87% from the prior year.
- Cash from Financing Activities was -$42.4 million for Q2 2026 at Arko, down from -$23.9 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $92.3 million in Q1 2023, with the low at -$42.4 million in Q2 2026.
- Average Cash from Financing Activities over 5 years is -$3.8 million, with a median of -$16.2 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Cash from Financing Activities soared 2207.28% in 2022, then slumped 408.1% in 2024.
- Over 5 years, Cash from Financing Activities stood at $60.4 million in 2022, then slumped by 105.03% to -$3.0 million in 2023, then plunged by 408.1% to -$15.4 million in 2024, then tumbled by 32.99% to -$20.5 million in 2025, then slumped by 106.8% to -$42.4 million in 2026.
- The last three Cash from Financing Activities figures came in at -$42.4 million (Q2 2026), -$23.9 million (Q1 2026), and -$20.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | -148.28 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | -76.90 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -42.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.42 Mn |
| Mar 31, 2026 | -23.90 Mn |
| Dec 31, 2025 | -20.52 Mn |
| Sep 30, 2025 | -16.89 Mn |
| Jun 30, 2025 | 15.26 Mn |
| Mar 31, 2025 | -19.37 Mn |
| Dec 31, 2024 | -15.43 Mn |
| Sep 30, 2024 | -12.91 Mn |
| Jun 30, 2024 | -7.40 Mn |
| Mar 31, 2024 | -20.27 Mn |
| Dec 31, 2023 | -3.04 Mn |
| Sep 30, 2023 | -19.38 Mn |
| Jun 30, 2023 | 15.51 Mn |
| Mar 31, 2023 | 92.26 Mn |
| Dec 31, 2022 | 60.39 Mn |
| Sep 30, 2022 | 9.55 Mn |
| Jun 30, 2022 | -37.54 Mn |
| Mar 31, 2022 | -21.85 Mn |
| Dec 31, 2021 | 9.41 Mn |
| Sep 30, 2021 | -453,000.00 |
Arko Cash from Financing 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-financing-activities&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();