Caseys General Stores (CASY) Cash & Equivalents Growth (5y) (2014 - 2026)
Analysis
Caseys General Stores (CASY) Cash & Equivalents 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 | 21.38% |
| Apr 30, 2026 | 9.22% |
| Jan 31, 2026 | 3.64% |
| Oct 31, 2025 | 3.99% |
| Jul 31, 2025 | 13.19% |
| Apr 30, 2025 | 33.07% |
| Jan 31, 2025 | 55.42% |
| Oct 31, 2024 | 51.56% |
| Jul 31, 2024 | 25.82% |
| Apr 30, 2024 | 26.68% |
| Jan 31, 2024 | 39.09% |
| Oct 31, 2023 | 51.19% |
| Jul 31, 2023 | 57.83% |
| Apr 30, 2023 | 47.82% |
| Jan 31, 2023 | 24.40% |
| Oct 31, 2022 | 7.78% |
| Jul 31, 2022 | 14.45% |
| Apr 30, 2022 | 15.67% |
| Jan 31, 2022 | 10.06% |
| Oct 31, 2021 | 11.86% |
API Access
Caseys General Stores Cash & Equivalents 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=cash-and-equivalents-growth-5y&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-5y&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();