Arko (ARKO) Property, Plant & Equipment (Net) (2020 - 2026)
Analysis
Arko (ARKO) Property, Plant & Equipment (Net) (2020 - 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 |
|---|---|
| Jun 30, 2026 | 759.33 Mn |
| Mar 31, 2026 | 750.62 Mn |
| Dec 31, 2025 | 739.57 Mn |
| Sep 30, 2025 | 733.37 Mn |
| Jun 30, 2025 | 737.74 Mn |
| Mar 31, 2025 | 744.52 Mn |
| Dec 31, 2024 | 747.55 Mn |
| Sep 30, 2024 | 740.76 Mn |
| Jun 30, 2024 | 740.00 Mn |
| Mar 31, 2024 | 743.39 Mn |
| Dec 31, 2023 | 742.61 Mn |
| Sep 30, 2023 | 760.39 Mn |
| Jun 30, 2023 | 748.70 Mn |
| Mar 31, 2023 | 780.95 Mn |
| Dec 31, 2022 | 645.81 Mn |
| Sep 30, 2022 | 591.02 Mn |
| Jun 30, 2022 | 561.98 Mn |
| Mar 31, 2022 | 554.25 Mn |
| Dec 31, 2021 | 548.97 Mn |
| Sep 30, 2021 | 531.86 Mn |
API Access
Arko 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=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "ARKO", "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=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();