JD.com (JD) Receivables - Net (2013 - 2025)
JD.com's (JD) quarterly Receivables - Net came in at $4.1 billion in Q4 2025, up 7.72% year-over-year from $3.9 billion in Q4 2024, and up 7.72% quarter-over-quarter from $3.9 billion in Q4 2024.
JD.com (JD) Receivables - Net (2013 - 2025) Analysis & Trends
JD.com (JD) has reported Receivables - Net for 13 consecutive years, with $4.1 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Receivables - Net rose 7.72% year-over-year to $4.1 billion in Q4 2025; TTM through Dec 2025 was $4.1 billion, a 7.72% increase from a year earlier, with the FY2025 full-year figure at $3.9 billion, up 11.46% from the prior year.
- Receivables - Net was $4.1 billion for Q4 2025 at JD.com, up from $3.9 billion in the prior quarter.
- Over five years, Receivables - Net peaked at $4.1 billion in Q4 2025 and troughed at $2.0 billion in Q4 2021.
- A 5-year average of $3.1 billion and a median of $3.1 billion in 2022 frame the typical range for Receivables - Net.
- Across the five-year window, Receivables - Net soared 74.61% in 2021 and fell 1.08% in 2023, its largest moves.
- Over 5 years, Receivables - Net stood at $2.0 billion in 2021, then surged by 54.0% to $3.1 billion in 2022, then slipped by 1.08% to $3.1 billion in 2023, then advanced by 24.95% to $3.9 billion in 2024, then grew by 7.72% to $4.1 billion in 2025.
- The last three Receivables - Net figures came in at $4.1 billion (Q4 2025), $3.9 billion (Q4 2024), and $2.5 billion (Q1 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 |
|---|---|
| Dec 31, 2025 | 4.15 Bn |
| Dec 31, 2024 | 3.85 Bn |
| Mar 31, 2024 | 2.45 Bn |
| Dec 31, 2023 | 3.08 Bn |
| Dec 31, 2022 | 3.12 Bn |
| Dec 31, 2021 | 2.02 Bn |
| Dec 31, 2020 | 1.16 Bn |
| Mar 31, 2020 | 1.18 Bn |
| Dec 31, 2019 | 923.44 Mn |
| Sep 30, 2019 | 911.41 Mn |
| Dec 31, 2018 | 1.63 Bn |
| Dec 31, 2017 | 2.48 Bn |
| Dec 31, 2016 | 2.37 Bn |
| Mar 31, 2016 | 1.70 Bn |
| Dec 31, 2015 | 1.33 Bn |
| Sep 30, 2015 | 1.05 Bn |
| Jun 30, 2015 | 871.83 Mn |
| Mar 31, 2015 | 488.49 Mn |
| Dec 31, 2014 | 396.95 Mn |
| Sep 30, 2014 | 255.83 Mn |
JD.com Receivables - Net 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=receivables-net&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();