Caseys General Stores (CASY) Cash from Operations (2009 - 2026)
Caseys General Stores (CASY) posted Cash from Operations of $384.1 million for Q3 2026, down 3.62% quarter-over-quarter from $398.5 million in Q2 2026, and up 3.13% YoY from $372.4 million in Q3 2025.
Caseys General Stores (CASY) Cash from Operations (2009 - 2026) Analysis & Trends
Caseys General Stores (CASY) has 18 years of Cash from Operations data on file, last reported at $384.1 million in Q3 2026.
- For the quarter ending Q3 2026, Cash from Operations rose 3.13% year-over-year to $384.1 million; the trailing twelve-month figure through Jul 2026 stood at $1.4 billion (up 17.54% YoY), and the FY2026 full-year result was $1.4 billion, up 26.28% from the prior year.
- Cash from Operations was $384.1 million for Q3 2026 at Caseys General Stores, down from $398.5 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $398.5 million in Q2 2026 to a low of $81.2 million in Q1 2022.
- A 5-year average of $261.1 million and a median of $259.5 million in 2026 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations retreated 26.96% in 2022 and soared 85.42% in 2023, its largest moves.
- Caseys General Stores' Cash from Operations stood at $209.9 million in 2022, then increased by 20.37% to $252.6 million in 2023, then climbed by 7.15% to $270.7 million in 2024, then grew by 28.21% to $347.1 million in 2025, then gained by 10.66% to $384.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $384.1 million in Q3 2026, $398.5 million in Q2 2026, and $259.5 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 384.07 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 235.00 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 42.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 384.07 Mn |
| Apr 30, 2026 | 398.51 Mn |
| Jan 31, 2026 | 259.54 Mn |
| Oct 31, 2025 | 347.07 Mn |
| Jul 31, 2025 | 372.42 Mn |
| Apr 30, 2025 | 333.86 Mn |
| Jan 31, 2025 | 204.94 Mn |
| Oct 31, 2024 | 270.70 Mn |
| Jul 31, 2024 | 281.35 Mn |
| Apr 30, 2024 | 288.35 Mn |
| Jan 31, 2024 | 122.82 Mn |
| Oct 31, 2023 | 252.65 Mn |
| Jul 31, 2023 | 229.13 Mn |
| Apr 30, 2023 | 245.36 Mn |
| Jan 31, 2023 | 150.49 Mn |
| Oct 31, 2022 | 209.89 Mn |
| Jul 31, 2022 | 276.21 Mn |
| Apr 30, 2022 | 252.20 Mn |
| Jan 31, 2022 | 81.16 Mn |
| Oct 31, 2021 | 213.82 Mn |
Caseys General Stores Cash from Operations 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-from-operations&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-from-operations&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();