Arko (ARKO) Property, Plant & Equipment (Net) (QoQ) (2021 - 2026)
Analysis
Arko (ARKO) Property, Plant & Equipment (Net) (QoQ) (2021 - 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 |
|---|---|
| Jun 30, 2026 | 1.16% |
| Mar 31, 2026 | 1.49% |
| Dec 31, 2025 | 0.85% |
| Sep 30, 2025 | -0.59% |
| Jun 30, 2025 | -0.91% |
| Mar 31, 2025 | -0.40% |
| Dec 31, 2024 | 0.92% |
| Sep 30, 2024 | 0.10% |
| Jun 30, 2024 | -0.46% |
| Mar 31, 2024 | 0.11% |
| Dec 31, 2023 | -2.34% |
| Sep 30, 2023 | 1.56% |
| Jun 30, 2023 | -4.13% |
| Mar 31, 2023 | 20.93% |
| Dec 31, 2022 | 9.27% |
| Sep 30, 2022 | 5.17% |
| Jun 30, 2022 | 1.39% |
| Mar 31, 2022 | 0.96% |
| Dec 31, 2021 | 3.22% |
| Sep 30, 2021 | -2.47% |
API Access
Arko 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=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-qoq", "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-qoq&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();