Arko (ARKO) Cash & Equivalents Growth (1y) (2021 - 2026)
Analysis
Arko (ARKO) Cash & Equivalents Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 14.41% |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 224.21% |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | -16.39% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.39% |
| Mar 31, 2026 | 2.52% |
| Dec 31, 2025 | 16.52% |
| Sep 30, 2025 | 5.22% |
| Jun 30, 2025 | 26.78% |
| Mar 31, 2025 | 43.87% |
| Dec 31, 2024 | 20.01% |
| Sep 30, 2024 | 42.82% |
| Jun 30, 2024 | 5.23% |
| Mar 31, 2024 | -27.90% |
| Dec 31, 2023 | -26.94% |
| Sep 30, 2023 | -27.93% |
| Jun 30, 2023 | -11.42% |
| Mar 31, 2023 | 6.07% |
| Dec 31, 2022 | 18.40% |
| Sep 30, 2022 | 2.98% |
| Jun 30, 2022 | 8.33% |
| Mar 31, 2022 | 17.68% |
| Dec 31, 2021 | -14.14% |
| Sep 30, 2021 | 65.99% |
API Access
Arko Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-and-equivalents-growth-1y&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();