JD.com (JD) Liabilities from Discontinued Operations (2016 - 2025)
JD.com's (JD) quarterly Liabilities from Discontinued Operations came in at $3.0 million in Q2 2025, down 66.45% quarter-over-quarter from $8.9 million in Q1 2025.
JD.com (JD) Liabilities from Discontinued Operations (2016 - 2025) Analysis & Trends
JD.com (JD) has reported Liabilities from Discontinued Operations for 8 consecutive years, with $3.0 million the latest figure, recorded in Q2 2025.
- On a quarterly basis, Liabilities from Discontinued Operations changed N/A year-over-year to $3.0 million in Q2 2025; TTM through Jun 2025 was $3.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at $9.0 million, down 75.0% from the prior year.
- Liabilities from Discontinued Operations was $3.0 million for Q2 2025 at JD.com, down from $8.9 million in the prior quarter.
- Over five years, Liabilities from Discontinued Operations peaked at $70.3 million in Q4 2023 and troughed at $3.0 million in Q2 2025.
- A 5-year average of $22.8 million and a median of $14.1 million in 2024 frame the typical range for Liabilities from Discontinued Operations.
- Across the five-year window, Liabilities from Discontinued Operations soared 1344.46% in 2021 and slumped 87.57% in 2022, its largest moves.
- Over 5 years, Liabilities from Discontinued Operations stood at $28.1 million in 2021, then slumped by 63.92% to $10.1 million in 2022, then jumped by 594.2% to $70.3 million in 2023, then slumped by 79.99% to $14.1 million in 2024, then sank by 78.66% to $3.0 million in 2025.
- The last three Liabilities from Discontinued Operations figures came in at $3.0 million (Q2 2025), $8.9 million (Q1 2025), and $14.1 million (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Jun 30, 2025 | 3.00 Mn |
| Mar 31, 2025 | 8.94 Mn |
| Dec 31, 2024 | 14.06 Mn |
| Mar 31, 2024 | 36.64 Mn |
| Dec 31, 2023 | 70.28 Mn |
| Dec 31, 2022 | 10.12 Mn |
| Jun 30, 2022 | 3.49 Mn |
| Jun 30, 2021 | 28.06 Mn |
| Mar 31, 2021 | 30.50 Mn |
| Dec 31, 2020 | 54.32 Mn |
| Sep 30, 2020 | 27.39 Mn |
| Jun 30, 2020 | 8.33 Mn |
| Mar 31, 2020 | 2.11 Mn |
| Jun 30, 2019 | 53.04 Mn |
| Mar 31, 2019 | 56.43 Mn |
| Dec 31, 2016 | 3.48 Bn |
JD.com Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();