JD.com (JD) Divestments (2016 - 2019)
JD.com's (JD) quarterly Divestments came in at $459.4 million in Q3 2019, up 94.49% year-over-year from $236.2 million in Q3 2018, and up 94.49% quarter-over-quarter from $236.2 million in Q3 2018.
JD.com (JD) Divestments (2016 - 2019) Analysis & Trends
JD.com (JD) has reported Divestments for 4 consecutive years, with $459.4 million the latest figure, recorded in Q3 2019.
- On a quarterly basis, Divestments rose 94.49% year-over-year to $459.4 million in Q3 2019; TTM through Sep 2019 was $3.4 billion, a 29.04% decrease from a year earlier, with the FY2025 full-year figure at $412.0 million, up 421.52% from the prior year.
- Divestments was $459.4 million for Q3 2019 at JD.com, up from $236.2 million in the prior quarter.
- Over five years, Divestments peaked at $2.7 billion in Q4 2017 and troughed at -$1.6 billion in Q3 2016.
- A 4-year average of $208.4 million and a median of -$14.7 million in 2016 frame the typical range for Divestments.
- Across the five-year window, Divestments jumped 800.85% in 2017 and jumped 94.49% in 2019, its largest moves.
- Over 4 years, Divestments stood at -$1.3 billion in 2016, then soared by 303.25% to $2.7 billion in 2017, then slumped by 91.35% to $236.2 million in 2018, then soared by 94.49% to $459.4 million in 2019.
- The last three Divestments figures came in at $459.4 million (Q3 2019), $236.2 million (Q3 2018), and $2.7 billion (Q4 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | - |
| 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 |
|---|---|
| Sep 30, 2019 | 459.45 Mn |
| Sep 30, 2018 | 236.23 Mn |
| Dec 31, 2017 | 2.73 Bn |
| Jun 30, 2017 | 1.86 Bn |
| Mar 31, 2017 | -364.05 Mn |
| Dec 31, 2016 | -1.34 Bn |
| Sep 30, 2016 | -1.65 Bn |
| Jun 30, 2016 | -265.72 Mn |
JD.com Divestments 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=divestments&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();