Arko (ARKO) Change in Receivables (2020 - 2026)
Arko (ARKO) posted Change in Receivables of -$8.9 million for Q2 2026, down 112.18% on a QoQ basis from $73.3 million in Q1 2026, and down 440.21% year-over-year from $2.6 million in Q2 2025.
Arko (ARKO) Change in Receivables (2020 - 2026) Analysis & Trends
Arko has reported Change in Receivables for 7 years, with the latest figure at -$8.9 million in Q2 2026.
- On a quarterly basis, Change in Receivables fell 440.21% year-over-year to -$8.9 million in Q2 2026; TTM through Jun 2026 was $39.6 million, a 193.11% increase from a year earlier, with the FY2025 full-year figure at -$7.7 million, up 79.65% from the prior year.
- Change in Receivables was -$8.9 million for Q2 2026 at Arko, down from $73.3 million in the prior quarter.
- The five-year high for Change in Receivables was $73.3 million in Q1 2026, with the low at -$44.6 million in Q4 2023.
- Average Change in Receivables over 5 years is $4.8 million, with a median of $4.8 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: Change in Receivables surged 2112.48% in 2022, then slumped 440.21% in 2026.
- Over 5 years, Change in Receivables stood at -$9.6 million in 2022, then sank by 362.23% to -$44.6 million in 2023, then soared by 50.74% to -$21.9 million in 2024, then retreated by 14.26% to -$25.1 million in 2025, then jumped by 64.4% to -$8.9 million in 2026.
- The last three Change in Receivables figures came in at -$8.9 million (Q2 2026), $73.3 million (Q1 2026), and -$25.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 7.30 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | - |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | -8.93 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.93 Mn |
| Mar 31, 2026 | 73.29 Mn |
| Dec 31, 2025 | -25.08 Mn |
| Sep 30, 2025 | 275,000.00 |
| Jun 30, 2025 | 2.62 Mn |
| Mar 31, 2025 | 14.43 Mn |
| Dec 31, 2024 | -21.95 Mn |
| Sep 30, 2024 | -37.60 Mn |
| Jun 30, 2024 | -2.82 Mn |
| Mar 31, 2024 | 24.30 Mn |
| Dec 31, 2023 | -44.55 Mn |
| Sep 30, 2023 | 44.31 Mn |
| Jun 30, 2023 | 6.99 Mn |
| Mar 31, 2023 | 11.18 Mn |
| Dec 31, 2022 | -9.64 Mn |
| Sep 30, 2022 | 28.38 Mn |
| Jun 30, 2022 | 18.61 Mn |
| Mar 31, 2022 | 12.89 Mn |
| Dec 31, 2021 | -3.69 Mn |
| Sep 30, 2021 | -1.41 Mn |
Arko Change in Receivables 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-receivables&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();