Alibaba Group Holding (BABA) Non Operating Interest Expenses (2013 - 2026)
Alibaba Group Holding's (BABA) quarterly Non Operating Interest Expenses came in at -$346.0 million in Q2 2026, little changed year-over-year from -$346.0 million in Q2 2025, and down 6.46% quarter-over-quarter from -$325.0 million in Q1 2026.
Alibaba Group Holding (BABA) Non Operating Interest Expenses (2013 - 2026) Analysis & Trends
Alibaba Group Holding has disclosed Non Operating Interest Expenses across 14 years of filings, most recently posting -$346.0 million for Q2 2026.
- In Q2 2026, Non Operating Interest Expenses changed 0.0% year-over-year to -$346.0 million; the TTM figure through Jun 2026 stood at -$1.4 billion (down 1.09% YoY), while the FY2026 annual figure was -$1.4 billion, down 7.33% from the prior year.
- Non Operating Interest Expenses came in at -$346.0 million for Q2 2026 at Alibaba Group Holding, down from -$325.0 million in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of -$186.0 million in Q2 2022 to a low of -$366.0 million in Q4 2025.
- Average Non Operating Interest Expenses over 5 years is -$289.8 million, with a median of -$301.0 million recorded in 2023.
- Year-over-year, Non Operating Interest Expenses tumbled 36.22% in 2024 and grew 5.52% in 2026.
- Over 5 years, Non Operating Interest Expenses stood at -$225.0 million in 2022, then sank by 33.78% to -$301.0 million in 2023, then dropped by 12.96% to -$340.0 million in 2024, then declined by 7.65% to -$366.0 million in 2025, then increased by 5.46% to -$346.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were -$346.0 million in Q2 2026, -$325.0 million in Q1 2026, and -$366.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (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 | 175.69 Mn |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | -346.00 Mn |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | 127.00 Mn |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | 300.00 Mn |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | - |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | 51.16 Mn |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | -24.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -346.00 Mn |
| Mar 31, 2026 | -325.00 Mn |
| Dec 31, 2025 | -366.00 Mn |
| Sep 30, 2025 | -354.00 Mn |
| Jun 30, 2025 | -346.00 Mn |
| Mar 31, 2025 | -344.00 Mn |
| Dec 31, 2024 | -340.00 Mn |
| Sep 30, 2024 | -346.00 Mn |
| Jun 30, 2024 | -301.00 Mn |
| Mar 31, 2024 | -301.00 Mn |
| Dec 31, 2023 | -301.00 Mn |
| Sep 30, 2023 | -254.00 Mn |
| Jun 30, 2023 | -246.00 Mn |
| Mar 31, 2023 | -253.00 Mn |
| Dec 31, 2022 | -225.00 Mn |
| Sep 30, 2022 | -195.00 Mn |
| Jun 30, 2022 | -186.00 Mn |
| Mar 31, 2022 | -188.00 Mn |
| Dec 31, 2021 | -186.00 Mn |
| Sep 30, 2021 | -197.00 Mn |
Alibaba Group Holding Non Operating Interest Expenses 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-operating-interest-expenses&ticker=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();