Caseys General Stores (CASY) Non-Current Debt (2010 - 2026)
Caseys General Stores (CASY) posted Non-Current Debt of $2.3 billion for Q3 2026, little changed quarter-over-quarter from $2.3 billion in Q2 2026, and down 1.97% YoY from $2.4 billion in Q3 2025.
Caseys General Stores (CASY) Non-Current Debt (2010 - 2026) Analysis & Trends
Caseys General Stores (CASY) has 17 years of Non-Current Debt data on file, last reported at $2.3 billion in Q3 2026.
- For the quarter ending Q3 2026, Non-Current Debt fell 1.97% year-over-year to $2.3 billion; the trailing twelve-month figure through Jul 2026 stood at $2.3 billion (down 1.97% YoY), and the FY2026 full-year result was $2.3 billion, down 3.45% from the prior year.
- Non-Current Debt was $2.3 billion for Q3 2026 at Caseys General Stores, roughly flat from $2.3 billion in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $2.5 billion in Q4 2024 to a low of $1.4 billion in Q3 2024.
- A 5-year average of $1.9 billion and a median of $1.7 billion in 2022 frame the typical range for Non-Current Debt.
- Across the five-year window, Non-Current Debt declined 12.5% in 2024 and jumped 69.66% in 2025, its largest moves.
- Caseys General Stores' Non-Current Debt stood at $1.6 billion in 2022, then slipped by 2.61% to $1.6 billion in 2023, then jumped by 54.18% to $2.5 billion in 2024, then dropped by 4.46% to $2.4 billion in 2025, then fell by 1.1% to $2.3 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Debt figures were $2.3 billion in Q3 2026, $2.3 billion in Q2 2026, and $2.3 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 2.33 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 2.17 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 658.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.33 Bn |
| Apr 30, 2026 | 2.33 Bn |
| Jan 31, 2026 | 2.33 Bn |
| Oct 31, 2025 | 2.35 Bn |
| Jul 31, 2025 | 2.37 Bn |
| Apr 30, 2025 | 2.41 Bn |
| Jan 31, 2025 | 2.44 Bn |
| Oct 31, 2024 | 2.46 Bn |
| Jul 31, 2024 | 1.40 Bn |
| Apr 30, 2024 | 1.58 Bn |
| Jan 31, 2024 | 1.58 Bn |
| Oct 31, 2023 | 1.60 Bn |
| Jul 31, 2023 | 1.60 Bn |
| Apr 30, 2023 | 1.62 Bn |
| Jan 31, 2023 | 1.63 Bn |
| Oct 31, 2022 | 1.64 Bn |
| Jul 31, 2022 | 1.64 Bn |
| Apr 30, 2022 | 1.66 Bn |
| Jan 31, 2022 | 1.77 Bn |
| Oct 31, 2021 | 1.68 Bn |
Caseys General Stores Non-Current Debt 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=non-current-debt&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();