Alibaba Group Holding (BABA) Cash & Equivalents Growth (3y) (2016 - 2026)
Analysis
Alibaba Group Holding (BABA) Cash & Equivalents Growth (3y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | 27.01% |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | -18.71% |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | 5.89% |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | -12.30% |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | -0.84% |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | 5.64% |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | 63.75% |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | 51.61% |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | 35.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.30% |
| Mar 31, 2026 | -17.28% |
| Dec 31, 2025 | -13.49% |
| Sep 30, 2025 | -13.25% |
| Jun 30, 2025 | -1.05% |
| Mar 31, 2025 | -29.10% |
| Dec 31, 2024 | -21.44% |
| Sep 30, 2024 | -14.86% |
| Jun 30, 2024 | -12.61% |
| Mar 31, 2024 | -10.03% |
| Dec 31, 2023 | -11.74% |
| Sep 30, 2023 | -9.05% |
| Jun 30, 2023 | -10.65% |
| Mar 31, 2023 | -12.21% |
| Dec 31, 2022 | -17.47% |
| Sep 30, 2022 | -3.92% |
| Jun 30, 2022 | -4.89% |
| Mar 31, 2022 | 25.92% |
| Dec 31, 2021 | 18.68% |
| Sep 30, 2021 | 20.85% |
API Access
Alibaba Group Holding Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();