Caseys General Stores (CASY) Asset Utilization Ratio (2010 - 2026)
Caseys General Stores (CASY) posted Asset Utilization Ratio of 2.07 for Q3 2026, up 3.17% quarter-over-quarter from 2.0 in Q2 2026, and up 4.47% YoY from 1.98 in Q3 2025.
Caseys General Stores (CASY) Asset Utilization Ratio (2010 - 2026) Analysis & Trends
Caseys General Stores (CASY) has 17 years of Asset Utilization Ratio data on file, last reported at 2.07 in Q3 2026.
- For the quarter ending Q3 2026, Asset Utilization Ratio rose 4.47% year-over-year to 2.07; the trailing twelve-month figure through Jul 2026 stood at 2.07 (up 4.47% YoY), and the FY2026 full-year result was 2.05, down 6.47% from the prior year.
- Asset Utilization Ratio was 2.07 for Q3 2026 at Caseys General Stores, up from 2.0 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 2.62 in Q1 2023 to a low of 1.94 in Q2 2025.
- A 5-year average of 2.25 and a median of 2.35 in 2024 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio advanced 24.21% in 2022 and declined 18.04% in 2025, its largest moves.
- Caseys General Stores' Asset Utilization Ratio stood at 2.61 in 2022, then slipped by 8.83% to 2.38 in 2023, then fell by 11.34% to 2.11 in 2024, then slipped by 4.95% to 2.0 in 2025, then rose by 3.32% to 2.07 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 2.07 in Q3 2026, 2.0 in Q2 2026, and 1.98 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 2.07 |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 4.32 |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 2.22 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.07 |
| Apr 30, 2026 | 2.00 |
| Jan 31, 2026 | 1.98 |
| Oct 31, 2025 | 2.00 |
| Jul 31, 2025 | 1.98 |
| Apr 30, 2025 | 1.94 |
| Jan 31, 2025 | 1.95 |
| Oct 31, 2024 | 2.11 |
| Jul 31, 2024 | 2.35 |
| Apr 30, 2024 | 2.37 |
| Jan 31, 2024 | 2.35 |
| Oct 31, 2023 | 2.38 |
| Jul 31, 2023 | 2.42 |
| Apr 30, 2023 | 2.56 |
| Jan 31, 2023 | 2.62 |
| Oct 31, 2022 | 2.61 |
| Jul 31, 2022 | 2.54 |
| Apr 30, 2022 | 2.37 |
| Jan 31, 2022 | 2.23 |
| Oct 31, 2021 | 2.10 |
Caseys General Stores Asset Utilization Ratio 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=asset-utilization-ratio&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();