Alibaba Group Holding (BABA) Amortization - Intangibles (2013 - 2026)
Alibaba Group Holding's (BABA) quarterly Amortization - Intangibles came in at -$98.0 million in Q2 2026, up 13.27% year-over-year from -$86.5 million in Q2 2025, and up 74.07% quarter-over-quarter from -$378.0 million in Q1 2026.
Alibaba Group Holding (BABA) Amortization - Intangibles (2013 - 2026) Analysis & Trends
Alibaba Group Holding has disclosed Amortization - Intangibles across 14 years of filings, most recently posting -$98.0 million for Q2 2026.
- In Q2 2026, Amortization - Intangibles rose 13.27% year-over-year to -$98.0 million; the TTM figure through Jun 2026 stood at -$712.0 million (up 4.43% YoY), while the FY2026 annual figure was -$736.0 million, up 15.56% from the prior year.
- Amortization - Intangibles came in at -$98.0 million for Q2 2026 at Alibaba Group Holding, up from -$378.0 million in the prior quarter.
- In the past five years, Amortization - Intangibles ranged from a high of -$98.0 million in Q2 2026 to a low of -$2.1 billion in Q4 2023.
- Average Amortization - Intangibles over 5 years is -$396.1 million, with a median of -$310.5 million recorded in 2023.
- Year-over-year, Amortization - Intangibles surged 86.28% in 2024 and tumbled 228.7% in 2026.
- Over 5 years, Amortization - Intangibles stood at -$801.0 million in 2022, then plunged by 156.68% to -$2.1 billion in 2023, then surged by 86.28% to -$282.0 million in 2024, then soared by 57.45% to -$120.0 million in 2025, then rose by 18.33% to -$98.0 million in 2026.
- Per Business Quant data, the three most recent Amortization - Intangibles figures were -$98.0 million in Q2 2026, -$378.0 million in Q1 2026, and -$120.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -98.00 Mn |
| Mar 31, 2026 | -378.00 Mn |
| Dec 31, 2025 | -120.00 Mn |
| Sep 30, 2025 | -116.00 Mn |
| Jun 30, 2025 | -113.00 Mn |
| Mar 31, 2025 | -115.00 Mn |
| Dec 31, 2024 | -282.00 Mn |
| Sep 30, 2024 | -235.00 Mn |
| Jun 30, 2024 | -247.00 Mn |
| Mar 31, 2024 | -288.00 Mn |
| Dec 31, 2023 | -2.06 Bn |
| Sep 30, 2023 | -333.00 Mn |
| Jun 30, 2023 | -342.00 Mn |
| Mar 31, 2023 | -363.00 Mn |
| Dec 31, 2022 | -801.00 Mn |
| Sep 30, 2022 | -384.00 Mn |
| Jun 30, 2022 | -411.00 Mn |
| Mar 31, 2022 | -447.00 Mn |
| Dec 31, 2021 | -445.00 Mn |
| Sep 30, 2021 | -451.00 Mn |
Alibaba Group Holding Amortization - Intangibles 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=amortization-intangibles&ticker=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-intangibles", "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=amortization-intangibles&ticker=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();