JD.com, Inc. has paid 5 recorded cash distributions, spanning 2022 to 2026.
The highest single cash dividend paid by JD.com, Inc. is $1.26. The latest distribution of $1.00 was recorded on Apr 29, 2026.
The most recently recorded trailing dividend yield for JD.com, Inc. stands at 0.00%, peaking at 344.21% on Jun 20, 2025, and averaging — across the selected range.
View 5 recorded historical distributions for JD.com, Inc., covering a time period spanning from 2022 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Apr 9, 2026 | $1.00 | Cash | Apr 29, 2026 |
| 2 | Apr 8, 2025 | $1.00 | Cash | Apr 29, 2025 |
| 3 | Apr 4, 2024 | $0.76 | Cash | Apr 29, 2024 |
| 4 | Apr 5, 2023 | $0.62 | Cash | May 4, 2023 |
| 5 | May 19, 2022 | $1.26 | Cash | Jun 14, 2022 |
Pull JD.com, Inc.'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=JD&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "JD", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=JD&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();