JD.com (JD) Share-based Compensation (2011 - 2024)
JD.com's (JD) quarterly Share-based Compensation came in at $106.1 million in Q1 2024, down 50.74% year-over-year from $215.5 million in Q2 2023, and down 50.74% quarter-over-quarter from $215.5 million in Q1 2023.
JD.com (JD) Share-based Compensation (2011 - 2024) Analysis & Trends
JD.com (JD) has reported Share-based Compensation for 12 consecutive years, with $106.1 million the latest figure, recorded in Q1 2024.
- On a quarterly basis, Share-based Compensation fell 50.74% year-over-year to $106.1 million in Q1 2024; TTM through Mar 2024 was $834.2 million, a 1.78% increase from a year earlier, with the FY2025 full-year figure at $2.3 billion, up 51.8% from the prior year.
- Share-based Compensation was $106.1 million for Q1 2024 at JD.com, down from $215.5 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $215.5 million in Q1 2023 and troughed at $106.1 million in Q1 2024.
- A 3-year average of $153.8 million and a median of $139.9 million in 2020 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation soared 52.88% in 2020 and sank 50.74% in 2024, its largest moves.
- Over 3 years, Share-based Compensation stood at $139.9 million in 2020, then jumped by 53.98% to $215.5 million in 2023, then slumped by 50.74% to $106.1 million in 2024.
- The last three Share-based Compensation figures came in at $106.1 million (Q1 2024), $215.5 million (Q1 2023), and $139.9 million (Q1 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 10.07 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 161.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 69.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 11.25 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 10.74 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 4.90 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 11.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 106.14 Mn |
| Mar 31, 2023 | 215.46 Mn |
| Mar 31, 2020 | 139.92 Mn |
| Sep 30, 2019 | 372.65 Mn |
| Mar 31, 2019 | 91.52 Mn |
| Dec 31, 2018 | 170.28 Mn |
| Sep 30, 2018 | 385.73 Mn |
| Dec 31, 2017 | 16.03 Mn |
| Dec 31, 2016 | 12.14 Mn |
| Dec 31, 2015 | 42.48 Mn |
| Dec 31, 2014 | 30.05 Mn |
| Dec 31, 2013 | 4.46 Mn |
| Dec 31, 2012 | 4.93 Mn |
| Dec 31, 2011 | 1.37 Mn |
JD.com Share-based Compensation 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=share-based-compensation&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();