Caseys General Stores (CASY) Share-based Compensation Growth (5y) (2014 - 2026)
Analysis
Caseys General Stores (CASY) Share-based Compensation Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 15.02% |
| Apr 30, 2026 | 10.75% |
| Jan 31, 2026 | -38.92% |
| Oct 31, 2025 | -47.88% |
| Jul 31, 2025 | 42.12% |
| Apr 30, 2025 | -136.25% |
| Jan 31, 2025 | 130.35% |
| Oct 31, 2024 | 15.03% |
| Jul 31, 2024 | 1.95% |
| Apr 30, 2024 | 31.50% |
| Jul 31, 2023 | -4.51% |
| Apr 30, 2023 | 38.36% |
| Jan 31, 2023 | 27.05% |
| Oct 31, 2022 | 20.01% |
| Jul 31, 2022 | 10.54% |
| Apr 30, 2022 | -70.81% |
| Jan 31, 2022 | 112.04% |
| Oct 31, 2021 | 77.55% |
| Jul 31, 2021 | 43.83% |
| Apr 30, 2021 | 43.85% |
API Access
Caseys General Stores Share-based Compensation Growth (5y) 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=share-based-compensation-growth-5y&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "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=share-based-compensation-growth-5y&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();