Caseys General Stores (CASY) Share-based Compensation (QoQ) (2009 - 2026)
Analysis
Caseys General Stores (CASY) Share-based Compensation (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 | 372.70% |
| Apr 30, 2026 | 2,500.94% |
| Jan 31, 2026 | 152.57% |
| Oct 31, 2025 | -99.45% |
| Jul 31, 2025 | 117.16% |
| Apr 30, 2025 | -192.20% |
| Jan 31, 2025 | 162,829.21% |
| Oct 31, 2024 | -99.29% |
| Jul 31, 2024 | 107.25% |
| Apr 30, 2024 | 21.96% |
| Jan 31, 2024 | 550.66% |
| Oct 31, 2023 | -91.56% |
| Jul 31, 2023 | 46.29% |
| Apr 30, 2023 | 38.54% |
| Jan 31, 2023 | -8.50% |
| Oct 31, 2022 | -40.13% |
| Jul 31, 2022 | 138.64% |
| Apr 30, 2022 | -207.63% |
| Jan 31, 2022 | 1,924.08% |
| Oct 31, 2021 | -95.07% |
API Access
Caseys General Stores Share-based Compensation (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=share-based-compensation-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();