Caseys General Stores (CASY) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Caseys General Stores (CASY) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 14.41% |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 224.21% |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | -16.39% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 14.41% |
| Apr 30, 2026 | 60.10% |
| Jan 31, 2026 | 17.78% |
| Oct 31, 2025 | 39.89% |
| Jul 31, 2025 | 50.19% |
| Apr 30, 2025 | 58.20% |
| Jan 31, 2025 | 121.95% |
| Oct 31, 2024 | -14.19% |
| Jul 31, 2024 | -30.54% |
| Apr 30, 2024 | -45.50% |
| Jan 31, 2024 | -56.95% |
| Oct 31, 2023 | -1.18% |
| Jul 31, 2023 | 40.58% |
| Apr 30, 2023 | 138.47% |
| Jan 31, 2023 | 121.06% |
| Oct 31, 2022 | 33.08% |
| Jul 31, 2022 | 57.02% |
| Apr 30, 2022 | -52.79% |
| Jan 31, 2022 | -51.94% |
| Oct 31, 2021 | -22.98% |
API Access
Caseys General Stores Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-1y&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();