Arko (ARKO) Total Liabilities (2020 - 2026)
Arko (ARKO) posted Total Liabilities of $3.0 billion for Q2 2026, down 1.08% on a QoQ basis from $3.0 billion in Q1 2026, and down 7.95% year-over-year from $3.2 billion in Q2 2025.
Arko (ARKO) Total Liabilities (2020 - 2026) Analysis & Trends
Arko has reported Total Liabilities for 7 years, with the latest figure at $3.0 billion in Q2 2026.
- On a quarterly basis, Total Liabilities fell 7.95% year-over-year to $3.0 billion in Q2 2026; TTM through Jun 2026 was $3.0 billion, a 7.95% decrease from a year earlier, with the FY2025 full-year figure at $3.2 billion, down 2.35% from the prior year.
- Total Liabilities was $3.0 billion for Q2 2026 at Arko, down from $3.0 billion in the prior quarter.
- The five-year high for Total Liabilities was $3.3 billion in Q3 2023, with the low at $2.6 billion in Q1 2022.
- Average Total Liabilities over 5 years is $3.1 billion, with a median of $3.2 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Total Liabilities climbed 26.5% in 2023, then decreased 7.95% in 2026.
- Over 5 years, Total Liabilities stood at $2.9 billion in 2022, then climbed by 13.92% to $3.3 billion in 2023, then fell by 0.93% to $3.2 billion in 2024, then dropped by 2.35% to $3.2 billion in 2025, then dropped by 5.73% to $3.0 billion in 2026.
- The last three Total Liabilities figures came in at $3.0 billion (Q2 2026), $3.0 billion (Q1 2026), and $3.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 5.03 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 4.30 Bn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 2.99 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.99 Bn |
| Mar 31, 2026 | 3.02 Bn |
| Dec 31, 2025 | 3.17 Bn |
| Sep 30, 2025 | 3.21 Bn |
| Jun 30, 2025 | 3.24 Bn |
| Mar 31, 2025 | 3.25 Bn |
| Dec 31, 2024 | 3.24 Bn |
| Sep 30, 2024 | 3.31 Bn |
| Jun 30, 2024 | 3.33 Bn |
| Mar 31, 2024 | 3.26 Bn |
| Dec 31, 2023 | 3.27 Bn |
| Sep 30, 2023 | 3.33 Bn |
| Jun 30, 2023 | 3.29 Bn |
| Mar 31, 2023 | 3.22 Bn |
| Dec 31, 2022 | 2.87 Bn |
| Sep 30, 2022 | 2.72 Bn |
| Jun 30, 2022 | 2.60 Bn |
| Mar 31, 2022 | 2.60 Bn |
| Dec 31, 2021 | 2.59 Bn |
| Sep 30, 2021 | 2.47 Bn |
Arko Total Liabilities 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=total-liabilities&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();