Caseys General Stores (CASY) Current Taxes (2010 - 2026)
Caseys General Stores (CASY) posted Current Taxes of $28.6 million for Q3 2026, up 502.99% quarter-over-quarter from $4.7 million in Q3 2025, and up 502.99% YoY from $4.7 million in Q3 2025.
Caseys General Stores (CASY) Current Taxes (2010 - 2026) Analysis & Trends
Caseys General Stores (CASY) has 13 years of Current Taxes data on file, last reported at $28.6 million in Q3 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 28.62 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 55.60 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 28.62 Mn |
| Jul 31, 2025 | 4.75 Mn |
| Oct 31, 2024 | 1.28 Mn |
| Jul 31, 2024 | 32.59 Mn |
| Jul 31, 2023 | 15.00 Mn |
| Oct 31, 2022 | 1.31 Mn |
| Jan 31, 2021 | 1.88 Mn |
| Oct 31, 2020 | 6.74 Mn |
| Jul 31, 2020 | 11.45 Mn |
| Oct 31, 2015 | 12.72 Mn |
| Jul 31, 2015 | 6.43 Mn |
| Oct 31, 2014 | 13.30 Mn |
| Jul 31, 2014 | 16.12 Mn |
| Oct 31, 2013 | 1.47 Mn |
| Jul 31, 2013 | 18.45 Mn |
| Jul 31, 2012 | 3.00 Mn |
| Oct 31, 2011 | 1.24 Mn |
| Jul 31, 2011 | 5.19 Mn |
| Jul 31, 2010 | 11.46 Mn |
Caseys General Stores Current Taxes 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=current-taxes&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();