Arko (ARKO) Change in Inventory (2020 - 2026)
Arko (ARKO) posted Change in Inventory of $2.1 million for Q2 2026, down 86.31% on a QoQ basis from $15.6 million in Q1 2026, and up 115.9% year-over-year from $991204.4 in Q2 2025.
Arko (ARKO) Change in Inventory (2020 - 2026) Analysis & Trends
Arko has reported Change in Inventory for 7 years, with the latest figure at $2.1 million in Q2 2026.
- On a quarterly basis, Change in Inventory rose 115.9% year-over-year to $2.1 million in Q2 2026; TTM through Jun 2026 was $1.2 million, a 102.68% increase from a year earlier, with the FY2025 full-year figure at -$40.6 million, down 79.06% from the prior year.
- Change in Inventory was $2.1 million for Q2 2026 at Arko, down from $15.6 million in the prior quarter.
- The five-year high for Change in Inventory was $21.3 million in Q1 2022, with the low at -$21.4 million in Q3 2022.
- Average Change in Inventory over 5 years is -$2.0 million, with a median of -$3.4 million recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Change in Inventory sank 5525.0% in 2025, then jumped 247.78% in 2026.
- Over 5 years, Change in Inventory stood at -$7.7 million in 2022, then slumped by 99.13% to -$15.4 million in 2023, then surged by 65.77% to -$5.3 million in 2024, then sank by 135.82% to -$12.4 million in 2025, then jumped by 117.25% to $2.1 million in 2026.
- The last three Change in Inventory figures came in at $2.1 million (Q2 2026), $15.6 million (Q1 2026), and -$12.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 577,000.00 |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.14 Mn |
| Mar 31, 2026 | 15.63 Mn |
| Dec 31, 2025 | -12.41 Mn |
| Sep 30, 2025 | -4.18 Mn |
| Jun 30, 2025 | -13.46 Mn |
| Mar 31, 2025 | -10.58 Mn |
| Dec 31, 2024 | -5.26 Mn |
| Sep 30, 2024 | -14.66 Mn |
| Jun 30, 2024 | -2.58 Mn |
| Mar 31, 2024 | -188,000.00 |
| Dec 31, 2023 | -15.37 Mn |
| Sep 30, 2023 | 9.18 Mn |
| Jun 30, 2023 | 5.36 Mn |
| Mar 31, 2023 | 2.85 Mn |
| Dec 31, 2022 | -7.72 Mn |
| Sep 30, 2022 | -21.38 Mn |
| Jun 30, 2022 | 14.63 Mn |
| Mar 31, 2022 | 21.32 Mn |
| Dec 31, 2021 | 4.08 Mn |
| Sep 30, 2021 | 6.00 Mn |
Arko Change in Inventory 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=change-in-inventory&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();