Arko (ARKO) Dividends Paid - Common Growth (1y) (2021 - 2026)
Analysis
Arko (ARKO) Dividends Paid - Common Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 13.37% |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 20.41% |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -1.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.46% |
| Mar 31, 2026 | -2.72% |
| Dec 31, 2025 | -4.35% |
| Sep 30, 2025 | -2.74% |
| Jun 30, 2025 | -1.67% |
| Mar 31, 2025 | -2.81% |
| Dec 31, 2024 | -1.48% |
| Sep 30, 2024 | -2.42% |
| Jun 30, 2024 | -3.71% |
| Mar 31, 2024 | -0.36% |
| Dec 31, 2023 | -2.14% |
| Sep 30, 2023 | 48.17% |
| Jun 30, 2023 | 49.36% |
| Mar 31, 2023 | 45.88% |
| Dec 31, 2022 | 5,903.33% |
| Sep 30, 2022 | 3,903.33% |
| Jun 30, 2022 | 3,925.00% |
| Mar 31, 2022 | 4,023.33% |
| Dec 31, 2021 | -96.29% |
| Sep 30, 2021 | -97.46% |
API Access
Arko Dividends Paid - Common 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=dividends-paid-common-growth-1y&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-growth-1y&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();