Arko (ARKO) Non-Current Deferred Tax Liability (2020 - 2022)
Arko (ARKO) posted Non-Current Deferred Tax Liability of $4.3 million for Q2 2022, up 93.2% on a QoQ basis from $2.2 million in Q1 2022, and up 14.1% year-over-year from $3.7 million in Q2 2021.
Arko (ARKO) Non-Current Deferred Tax Liability (2020 - 2022) Analysis & Trends
Arko has reported Non-Current Deferred Tax Liability for 3 years, with the latest figure at $4.3 million in Q2 2022.
- On a quarterly basis, Non-Current Deferred Tax Liability rose 14.1% year-over-year to $4.3 million in Q2 2022; TTM through Jun 2022 was $4.3 million, a 14.1% increase from a year earlier, with the FY2021 full-year figure at $2.5 million, down 9.59% from the prior year.
- Non-Current Deferred Tax Liability was $4.3 million for Q2 2022 at Arko, up from $2.2 million in the prior quarter.
- The five-year high for Non-Current Deferred Tax Liability was $4.3 million in Q2 2022, with the low at $356000.0 in Q3 2021.
- Average Non-Current Deferred Tax Liability over 3 years is $2.7 million, with a median of $2.7 million recorded in 2021.
- The largest YoY upside for Non-Current Deferred Tax Liability was 14.1% in 2022 against a maximum downside of 17.12% in 2022.
- Over 3 years, Non-Current Deferred Tax Liability stood at $2.8 million in 2020, then slipped by 9.59% to $2.5 million in 2021, then soared by 67.48% to $4.3 million in 2022.
- The last three Non-Current Deferred Tax Liability figures came in at $4.3 million (Q2 2022), $2.2 million (Q1 2022), and $2.5 million (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 4.26 Mn |
| Mar 31, 2022 | 2.21 Mn |
| Dec 31, 2021 | 2.55 Mn |
| Sep 30, 2021 | 356,000.00 |
| Jun 30, 2021 | 3.74 Mn |
| Mar 31, 2021 | 2.66 Mn |
| Dec 31, 2020 | 2.82 Mn |
Arko Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=ARKO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=ARKO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();