Caseys General Stores (CASY) Cash & Equivalents (QoQ) (2009 - 2026)
Analysis
Caseys General Stores (CASY) Cash & Equivalents (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 | 0.20% |
| Apr 30, 2026 | 12.47% |
| Jan 31, 2026 | -5.49% |
| Oct 31, 2025 | 7.41% |
| Jul 31, 2025 | 40.23% |
| Apr 30, 2025 | -17.26% |
| Jan 31, 2025 | 12.25% |
| Oct 31, 2024 | 15.32% |
| Jul 31, 2024 | 47.71% |
| Apr 30, 2024 | 16.08% |
| Jan 31, 2024 | -56.60% |
| Oct 31, 2023 | -6.65% |
| Jul 31, 2023 | 15.90% |
| Apr 30, 2023 | -8.31% |
| Jan 31, 2023 | -0.39% |
| Oct 31, 2022 | 32.79% |
| Jul 31, 2022 | 96.61% |
| Apr 30, 2022 | -15.00% |
| Jan 31, 2022 | -40.03% |
| Oct 31, 2021 | 56.69% |
API Access
Caseys General Stores Cash & Equivalents (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=cash-and-equivalents-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();