Arko (ARKO) Total Non-Current Liabilities (2020 - 2026)
Arko (ARKO) posted Total Non-Current Liabilities of $2.8 billion for Q2 2026, down 1.18% on a QoQ basis from $2.8 billion in Q1 2026, and down 8.69% year-over-year from $3.1 billion in Q2 2025.
Arko (ARKO) Total Non-Current Liabilities (2020 - 2026) Analysis & Trends
Arko has reported Total Non-Current Liabilities for 7 years, with the latest figure at $2.8 billion in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities fell 8.69% year-over-year to $2.8 billion in Q2 2026; TTM through Jun 2026 was $2.8 billion, a 8.69% decrease from a year earlier, with the FY2025 full-year figure at $3.0 billion, down 1.61% from the prior year.
- Total Non-Current Liabilities was $2.8 billion for Q2 2026 at Arko, down from $2.8 billion in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $3.2 billion in Q4 2023, with the low at $2.5 billion in Q1 2022.
- Average Total Non-Current Liabilities over 5 years is $2.9 billion, with a median of $3.0 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Total Non-Current Liabilities grew 21.81% in 2023, then retreated 8.69% in 2026.
- Over 5 years, Total Non-Current Liabilities stood at $2.8 billion in 2022, then gained by 13.52% to $3.2 billion in 2023, then slipped by 5.29% to $3.0 billion in 2024, then declined by 1.61% to $3.0 billion in 2025, then decreased by 6.27% to $2.8 billion in 2026.
- The last three Total Non-Current Liabilities figures came in at $2.8 billion (Q2 2026), $2.8 billion (Q1 2026), and $3.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 21.62 Bn | 21.09 Bn | 1.24 Bn | 4.95 Bn |
| 2 | Murphy USA | 9.34 Bn | 9.16 Bn | 746.50 Mn | 4.25 Bn |
| 3 | Arko | 488.01 Mn | 296.14 Mn | - | 2.79 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.79 Bn |
| Mar 31, 2026 | 2.82 Bn |
| Dec 31, 2025 | 2.97 Bn |
| Sep 30, 2025 | 3.02 Bn |
| Jun 30, 2025 | 3.05 Bn |
| Mar 31, 2025 | 3.02 Bn |
| Dec 31, 2024 | 3.02 Bn |
| Sep 30, 2024 | 3.07 Bn |
| Jun 30, 2024 | 3.09 Bn |
| Mar 31, 2024 | 3.02 Bn |
| Dec 31, 2023 | 3.19 Bn |
| Sep 30, 2023 | 3.06 Bn |
| Jun 30, 2023 | 3.02 Bn |
| Mar 31, 2023 | 2.97 Bn |
| Dec 31, 2022 | 2.81 Bn |
| Sep 30, 2022 | 2.59 Bn |
| Jun 30, 2022 | 2.48 Bn |
| Mar 31, 2022 | 2.46 Bn |
| Dec 31, 2021 | 2.53 Bn |
| Sep 30, 2021 | 2.32 Bn |
Arko Total Non-Current 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-non-current-liabilities&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-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-non-current-liabilities&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();