Caseys General Stores (CASY) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
Caseys General Stores (CASY) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 5.88 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 3.04 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 759.33 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 5.88 Bn |
| Apr 30, 2026 | 5.75 Bn |
| Jan 31, 2026 | 5.61 Bn |
| Oct 31, 2025 | 5.57 Bn |
| Jul 31, 2025 | 5.43 Bn |
| Apr 30, 2025 | 5.41 Bn |
| Jan 31, 2025 | 5.34 Bn |
| Oct 31, 2024 | 4.74 Bn |
| Jul 31, 2024 | 4.70 Bn |
| Apr 30, 2024 | 4.67 Bn |
| Jan 31, 2024 | 4.58 Bn |
| Oct 31, 2023 | 4.39 Bn |
| Jul 31, 2023 | 4.23 Bn |
| Apr 30, 2023 | 4.21 Bn |
| Jan 31, 2023 | 4.08 Bn |
| Oct 31, 2022 | 4.01 Bn |
| Jul 31, 2022 | 3.98 Bn |
| Apr 30, 2022 | 3.98 Bn |
| Jan 31, 2022 | 3.96 Bn |
| Oct 31, 2021 | 3.85 Bn |
API Access
Caseys General Stores Property, Plant & Equipment (Net) 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&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();