Caseys General Stores (CASY) Share-based Compensation Growth (1y) (2010 - 2026)
Analysis
Caseys General Stores (CASY) Share-based Compensation Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 71.18% |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 1,750.00% |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 322.65% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 71.18% |
| Apr 30, 2026 | 106.22% |
| Jan 31, 2026 | -99.78% |
| Oct 31, 2025 | 42.13% |
| Jul 31, 2025 | 84.08% |
| Apr 30, 2025 | -2,322.71% |
| Jan 31, 2025 | 2,840.13% |
| Oct 31, 2024 | -88.26% |
| Jul 31, 2024 | 38.75% |
| Apr 30, 2024 | -2.06% |
| Jan 31, 2024 | 11.26% |
| Oct 31, 2023 | -84.36% |
| Jul 31, 2023 | 11.02% |
| Apr 30, 2023 | 129.32% |
| Jan 31, 2023 | -77.22% |
| Oct 31, 2022 | 403.90% |
| Jul 31, 2022 | -58.52% |
| Apr 30, 2022 | -519.88% |
| Jan 31, 2022 | 417.80% |
| Oct 31, 2021 | -70.75% |
API Access
Caseys General Stores Share-based Compensation 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=share-based-compensation-growth-1y&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-1y&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();