Alibaba Group Holding Ltd has paid 4 recorded cash distributions, spanning 2024 to 2026.
The highest single cash dividend paid by Alibaba Group Holding Ltd is $1.05. The latest distribution of $1.05 was recorded on Jul 13, 2026.
The most recently recorded trailing dividend yield for Alibaba Group Holding Ltd stands at 0.00%, peaking at 3.52% on May 30, 2023, and averaging — across the selected range.
View 4 recorded historical distributions for Alibaba Group Holding Ltd, covering a time period spanning from 2024 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jun 11, 2026 | $1.05 | Cash | Jul 13, 2026 |
| 2 | Jun 12, 2025 | $1.05 | Cash | Jul 10, 2025 |
| 3 | Jun 13, 2024 | $1.00 | Cash | Jul 12, 2024 |
| 4 | Dec 20, 2023 | $1.00 | Cash | Jan 18, 2024 |
Pull Alibaba Group Holding Ltd's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=BABA&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "BABA", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=BABA&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();