Arko (ARKO) Change in Accured Expenses (2020 - 2026)
Arko (ARKO) posted Change in Accured Expenses of -$8.7 million for Q2 2026, down 134.8% on a QoQ basis from $25.1 million in Q1 2026, and down 619.19% year-over-year from $1.7 million in Q2 2025.
Arko (ARKO) Change in Accured Expenses (2020 - 2026) Analysis & Trends
Arko has reported Change in Accured Expenses for 7 years, with the latest figure at -$8.7 million in Q2 2026.
- On a quarterly basis, Change in Accured Expenses fell 619.19% year-over-year to -$8.7 million in Q2 2026; TTM through Jun 2026 was $8.5 million, a 55.95% decrease from a year earlier, with the FY2025 full-year figure at $8.3 million, up 393.62% from the prior year.
- Change in Accured Expenses was -$8.7 million for Q2 2026 at Arko, down from $25.1 million in the prior quarter.
- The five-year high for Change in Accured Expenses was $25.1 million in Q1 2026, with the low at -$20.7 million in Q4 2024.
- Average Change in Accured Expenses over 5 years is $1.6 million, with a median of -$1.5 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Change in Accured Expenses sank 3169.29% in 2024, then surged 518.35% in 2025.
- Over 5 years, Change in Accured Expenses stood at -$747000.0 in 2022, then sank by 971.22% to -$8.0 million in 2023, then tumbled by 158.24% to -$20.7 million in 2024, then soared by 60.02% to -$8.3 million in 2025, then dropped by 5.68% to -$8.7 million in 2026.
- The last three Change in Accured Expenses figures came in at -$8.7 million (Q2 2026), $25.1 million (Q1 2026), and -$8.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | -50.26 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -8.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.73 Mn |
| Mar 31, 2026 | 25.09 Mn |
| Dec 31, 2025 | -8.26 Mn |
| Sep 30, 2025 | 386,000.00 |
| Jun 30, 2025 | -1.21 Mn |
| Mar 31, 2025 | 17.37 Mn |
| Dec 31, 2024 | -20.66 Mn |
| Sep 30, 2024 | 23.77 Mn |
| Jun 30, 2024 | -1.77 Mn |
| Mar 31, 2024 | -4.15 Mn |
| Dec 31, 2023 | -8.00 Mn |
| Sep 30, 2023 | 16.64 Mn |
| Jun 30, 2023 | -7.52 Mn |
| Mar 31, 2023 | -127,000.00 |
| Dec 31, 2022 | -747,000.00 |
| Sep 30, 2022 | 18.96 Mn |
| Jun 30, 2022 | -6.76 Mn |
| Mar 31, 2022 | -4.56 Mn |
| Dec 31, 2021 | 4.37 Mn |
| Sep 30, 2021 | 10.43 Mn |
Arko Change in Accured Expenses 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-accured-expenses&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();