JD.com (JD) Net Shares Issued and Repurchased (2012 - 2025)
JD.com's (JD) quarterly Net Shares Issued and Repurchased came in at -$3.0 billion in Q4 2025, up 16.24% year-over-year from -$2.6 billion in Q4 2024, and up 16.24% quarter-over-quarter from -$3.6 billion in Q4 2024.
JD.com (JD) Net Shares Issued and Repurchased (2012 - 2025) Analysis & Trends
JD.com (JD) has reported Net Shares Issued and Repurchased for 14 consecutive years, with -$3.0 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Net Shares Issued and Repurchased rose 16.24% year-over-year to -$3.0 billion in Q4 2025; TTM through Dec 2025 was -$3.0 billion, a 16.24% increase from a year earlier, with the FY2025 full-year figure at -$3.1 billion, up 13.69% from the prior year.
- Net Shares Issued and Repurchased was -$3.0 billion for Q4 2025 at JD.com, up from -$3.6 billion in the prior quarter.
- Over five years, Net Shares Issued and Repurchased peaked at -$153.8 million in Q1 2023 and troughed at -$3.6 billion in Q4 2024.
- A 5-year average of -$1.3 billion and a median of -$820.5 million in 2021 frame the typical range for Net Shares Issued and Repurchased.
- Across the five-year window, Net Shares Issued and Repurchased sank 1642.88% in 2021 and jumped 68.76% in 2022, its largest moves.
- Over 5 years, Net Shares Issued and Repurchased stood at -$820.5 million in 2021, then jumped by 68.76% to -$256.3 million in 2022, then sank by 35.3% to -$346.8 million in 2023, then sank by 940.18% to -$3.6 billion in 2024, then grew by 16.24% to -$3.0 billion in 2025.
- The last three Net Shares Issued and Repurchased figures came in at -$3.0 billion (Q4 2025), -$3.6 billion (Q4 2024), and -$1.2 billion (Q1 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued and Repurchased (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | - |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | - |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | - |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | - |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | - |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 49,504.00 |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.02 Bn |
| Dec 31, 2024 | -3.61 Bn |
| Mar 31, 2024 | -1.17 Bn |
| Dec 31, 2023 | -346.80 Mn |
| Mar 31, 2023 | -153.77 Mn |
| Dec 31, 2022 | -256.32 Mn |
| Dec 31, 2021 | -820.52 Mn |
| Dec 31, 2020 | -47.08 Mn |
| Mar 31, 2020 | -44.67 Mn |
| Dec 31, 2019 | -18.59 Mn |
| Sep 30, 2019 | -18.69 Mn |
| Mar 31, 2019 | -19.40 Mn |
| Dec 31, 2018 | -29.78 Bn |
| Dec 31, 2017 | 944,098.86 |
| Dec 31, 2016 | 1.04 Mn |
| Dec 31, 2015 | 885,938.00 |
| Dec 31, 2014 | 594,677.94 |
| Dec 31, 2013 | 727,201.92 |
| Dec 31, 2012 | 495,968.25 |
JD.com Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "ticker": "JD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-shares-issued-and-repurchased&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();