Caseys General Stores (CASY) Dividends Paid - Common (QoQ) (2009 - 2026)
Analysis
Caseys General Stores (CASY) Dividends Paid - Common (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 5.62% |
| Apr 30, 2026 | -0.37% |
| Jan 31, 2026 | -0.16% |
| Oct 31, 2025 | 7.91% |
| Jul 31, 2025 | 5.88% |
| Apr 30, 2025 | -0.01% |
| Jan 31, 2025 | -0.01% |
| Oct 31, 2024 | 11.78% |
| Jul 31, 2024 | 4.19% |
| Apr 30, 2024 | -0.28% |
| Jan 31, 2024 | -0.35% |
| Oct 31, 2023 | 7.35% |
| Jul 31, 2023 | 5.54% |
| Apr 30, 2023 | -0.02% |
| Jan 31, 2023 | 0.00% |
| Oct 31, 2022 | 7.89% |
| Jul 31, 2022 | 1.07% |
| Apr 30, 2022 | 0.00% |
| Jan 31, 2022 | 2.88% |
| Oct 31, 2021 | 0.13% |
API Access
Caseys General Stores Dividends Paid - Common (QoQ) 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-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-qoq", "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-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();