Caseys General Stores (CASY) Property, Plant & Equipment (Net) (QoQ) (2010 - 2026)
Analysis
Caseys General Stores (CASY) Property, Plant & Equipment (Net) (QoQ) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.27% |
| Apr 30, 2026 | 2.42% |
| Jan 31, 2026 | 0.83% |
| Oct 31, 2025 | 2.55% |
| Jul 31, 2025 | 0.28% |
| Apr 30, 2025 | 1.35% |
| Jan 31, 2025 | 12.76% |
| Oct 31, 2024 | 0.88% |
| Jul 31, 2024 | 0.56% |
| Apr 30, 2024 | 1.93% |
| Jan 31, 2024 | 4.29% |
| Oct 31, 2023 | 3.85% |
| Jul 31, 2023 | 0.36% |
| Apr 30, 2023 | 3.32% |
| Jan 31, 2023 | 1.82% |
| Oct 31, 2022 | 0.70% |
| Jul 31, 2022 | -0.05% |
| Apr 30, 2022 | 0.57% |
| Jan 31, 2022 | 2.68% |
| Oct 31, 2021 | 1.01% |
API Access
Caseys General Stores Property, Plant & Equipment (Net) (QoQ) 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=property-plant-and-equipment-net-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-qoq", "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=property-plant-and-equipment-net-qoq&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();