Caseys General Stores (CASY) Dividends Paid - Common Growth (1y) (2010 - 2026)
Analysis
Caseys General Stores (CASY) Dividends Paid - Common Growth (1y) (2010 - 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 |
|---|---|
| Jul 31, 2026 | 13.37% |
| Apr 30, 2026 | 13.64% |
| Jan 31, 2026 | 14.05% |
| Oct 31, 2025 | 14.22% |
| Jul 31, 2025 | 18.33% |
| Apr 30, 2025 | 16.44% |
| Jan 31, 2025 | 16.13% |
| Oct 31, 2024 | 15.74% |
| Jul 31, 2024 | 11.15% |
| Apr 30, 2024 | 12.58% |
| Jan 31, 2024 | 12.87% |
| Oct 31, 2023 | 13.27% |
| Jul 31, 2023 | 13.84% |
| Apr 30, 2023 | 9.02% |
| Jan 31, 2023 | 9.05% |
| Oct 31, 2022 | 12.19% |
| Jul 31, 2022 | 4.12% |
| Apr 30, 2022 | 3.41% |
| Jan 31, 2022 | 9.90% |
| Oct 31, 2021 | 6.88% |
API Access
Caseys General Stores 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=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-1y", "ticker": "CASY", "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=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();