JD.com (JD) Other Working Capital Changes (2018 - 2024)
JD.com's (JD) quarterly Other Working Capital Changes came in at -$203.6 million in Q1 2024, up 63.1% year-over-year from -$124.8 million in Q2 2023, and up 63.1% quarter-over-quarter from -$551.8 million in Q1 2023.
JD.com (JD) Other Working Capital Changes (2018 - 2024) Analysis & Trends
JD.com (JD) has reported Other Working Capital Changes for 5 consecutive years, with -$203.6 million the latest figure, recorded in Q1 2024.
- On a quarterly basis, Other Working Capital Changes rose 63.1% year-over-year to -$203.6 million in Q1 2024; TTM through Mar 2024 was -$556.8 million, a 122.19% decrease from a year earlier, with the FY2025 full-year figure at $490.0 million, up 410.42% from the prior year.
- Other Working Capital Changes was -$203.6 million for Q1 2024 at JD.com, up from -$551.8 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $108.7 million in Q1 2020 and troughed at -$161.2 million in Q1 2023.
- A 3-year average of -$23.3 million and a median of -$17.5 million in 2024 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes sank 89.72% in 2020 and surged 63.1% in 2024, its largest moves.
- Over 3 years, Other Working Capital Changes stood at $10.5 million in 2020, then tumbled by 5333.28% to -$551.8 million in 2023, then surged by 63.1% to -$203.6 million in 2024.
- The last three Other Working Capital Changes figures came in at -$203.6 million (Q1 2024), -$551.8 million (Q1 2023), and $10.5 million (Q1 2020), 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 |
|---|---|
| Mar 31, 2024 | -17.48 Mn |
| Mar 31, 2024 | -17.48 Mn |
| Mar 31, 2023 | -161.23 Mn |
| Mar 31, 2023 | -161.23 Mn |
| Mar 31, 2020 | 108.71 Mn |
| Mar 31, 2020 | 108.71 Mn |
| Sep 30, 2019 | 186.87 Mn |
| Sep 30, 2019 | 186.87 Mn |
| Mar 31, 2019 | -23.66 Mn |
| Mar 31, 2019 | -23.66 Mn |
| Sep 30, 2018 | -64.79 Mn |
| Sep 30, 2018 | -64.79 Mn |
JD.com Other Working Capital Changes 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=other-working-capital-changes&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();