Caseys General Stores (CASY) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Caseys General Stores (CASY) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 6.07% |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 23.60% |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 3.71% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 6.07% |
| Apr 30, 2026 | 11.34% |
| Jan 31, 2026 | 4.02% |
| Oct 31, 2025 | 5.86% |
| Jul 31, 2025 | 13.61% |
| Apr 30, 2025 | 27.16% |
| Jan 31, 2025 | 28.31% |
| Oct 31, 2024 | 4.11% |
| Jul 31, 2024 | 15.31% |
| Apr 30, 2024 | -15.03% |
| Jan 31, 2024 | -22.95% |
| Oct 31, 2023 | 0.43% |
| Jul 31, 2023 | 21.22% |
| Apr 30, 2023 | 69.16% |
| Jan 31, 2023 | 111.72% |
| Oct 31, 2022 | 111.29% |
| Jul 31, 2022 | 47.81% |
| Apr 30, 2022 | 35.90% |
| Jan 31, 2022 | 76.20% |
| Oct 31, 2021 | 81.79% |
API Access
Caseys General Stores Cash & Equivalents Growth (3y) 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-3y&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-3y&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();