Caseys General Stores (CASY) Dividends Paid - Common Growth (3y) (2012 - 2026)
Analysis
Caseys General Stores (CASY) Dividends Paid - Common Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 14.24% |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 12.90% |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | -2.29% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 14.24% |
| Apr 30, 2026 | 14.21% |
| Jan 31, 2026 | 14.34% |
| Oct 31, 2025 | 14.40% |
| Jul 31, 2025 | 14.40% |
| Apr 30, 2025 | 12.64% |
| Jan 31, 2025 | 12.65% |
| Oct 31, 2024 | 13.72% |
| Jul 31, 2024 | 9.62% |
| Apr 30, 2024 | 8.27% |
| Jan 31, 2024 | 10.59% |
| Oct 31, 2023 | 10.74% |
| Jul 31, 2023 | 8.26% |
| Apr 30, 2023 | 6.35% |
| Jan 31, 2023 | 6.36% |
| Oct 31, 2022 | 6.36% |
| Jul 31, 2022 | 7.28% |
| Apr 30, 2022 | 6.94% |
| Jan 31, 2022 | 6.96% |
| Oct 31, 2021 | 6.00% |
API Access
Caseys General Stores Dividends Paid - Common Growth (3y) 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-3y&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-3y", "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-3y&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();