Alibaba Group Holding (BABA) Curent Deferred Tax Liability (2016 - 2017)
Alibaba Group Holding's (BABA) quarterly Curent Deferred Tax Liability came in at -$30.1 million in Q1 2017, down 2080.9% year-over-year from $1.5 million in Q1 2016, and down 2080.9% quarter-over-quarter from -$1.4 million in Q1 2016.
Alibaba Group Holding (BABA) Curent Deferred Tax Liability (2016 - 2017) Analysis & Trends
Alibaba Group Holding has disclosed Curent Deferred Tax Liability across 2 years of filings, most recently posting -$30.1 million for Q1 2017.
- In Q1 2017, Curent Deferred Tax Liability fell 2080.9% year-over-year to -$30.1 million; the TTM figure through Mar 2017 stood at -$30.1 million (down 2080.9% YoY), while the FY2017 annual figure was -$30.8 million, down 2072.0% from the prior year.
- Curent Deferred Tax Liability came in at -$30.1 million for Q1 2017 at Alibaba Group Holding, down from -$1.4 million in the prior quarter.
- In the past five years, Curent Deferred Tax Liability ranged from a high of -$1.4 million in Q1 2016 to a low of -$30.1 million in Q1 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Curent Deferred Tax (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | - |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | - |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | - |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | - |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | - |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | - |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | - |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | - |
Alibaba Group Holding Curent 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=curent-deferred-tax-liability&ticker=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "curent-deferred-tax-liability", "ticker": "BABA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=curent-deferred-tax-liability&ticker=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();