Caseys General Stores (CASY) Deferred Taxes (2009 - 2026)
Caseys General Stores (CASY) posted Deferred Taxes of -$32.8 million for Q3 2026, down 206.83% quarter-over-quarter from -$10.7 million in Q2 2026, and up 30.89% YoY from -$25.1 million in Q3 2025.
Caseys General Stores (CASY) Deferred Taxes (2009 - 2026) Analysis & Trends
Caseys General Stores (CASY) has 18 years of Deferred Taxes data on file, last reported at -$32.8 million in Q3 2026.
- For the quarter ending Q3 2026, Deferred Taxes rose 30.89% year-over-year to -$32.8 million; the trailing twelve-month figure through Jul 2026 stood at -$80.1 million (up 20.13% YoY), and the FY2026 full-year result was -$94.8 million, down 58.06% from the prior year.
- Deferred Taxes was -$32.8 million for Q3 2026 at Caseys General Stores, down from -$10.7 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $1.4 million in Q2 2023 to a low of -$47.5 million in Q3 2025.
- A 5-year average of -$15.2 million and a median of -$10.7 million in 2026 frame the typical range for Deferred Taxes.
- The largest YoY upside for Deferred Taxes was 105.4% in 2023 against a maximum downside of 4111.49% in 2023.
- Caseys General Stores' Deferred Taxes stood at -$557000.0 in 2022, then slumped by 4111.49% to -$23.5 million in 2023, then jumped by 78.94% to -$4.9 million in 2024, then tumbled by 374.7% to -$23.4 million in 2025, then tumbled by 39.86% to -$32.8 million in 2026.
- Per Business Quant data, the three most recent Deferred Taxes figures were -$32.8 million in Q3 2026, -$10.7 million in Q2 2026, and -$13.2 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | -32.80 Mn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 6.40 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 4.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -32.80 Mn |
| Apr 30, 2026 | -10.69 Mn |
| Jan 31, 2026 | -13.18 Mn |
| Oct 31, 2025 | -23.45 Mn |
| Jul 31, 2025 | -47.46 Mn |
| Apr 30, 2025 | -8.75 Mn |
| Jan 31, 2025 | -39.15 Mn |
| Oct 31, 2024 | -4.94 Mn |
| Jul 31, 2024 | -7.11 Mn |
| Apr 30, 2024 | -5.04 Mn |
| Jan 31, 2024 | -8.86 Mn |
| Oct 31, 2023 | -23.46 Mn |
| Jul 31, 2023 | -15.90 Mn |
| Apr 30, 2023 | 1.39 Mn |
| Jan 31, 2023 | 768,000.00 |
| Oct 31, 2022 | -557,000.00 |
| Jul 31, 2022 | -24.73 Mn |
| Apr 30, 2022 | -25.75 Mn |
| Jan 31, 2022 | 1.11 Mn |
| Oct 31, 2021 | -24.61 Mn |
Caseys General Stores Deferred 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=deferred-taxes&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-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=deferred-taxes&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();