JD.com (JD) Cash from Operations (2013 - 2026)
JD.com's (JD) quarterly Cash from Operations came in at $5.6 billion in Q2 2026, up 65.57% year-over-year from $3.4 billion in Q2 2025, and up 6951.25% quarter-over-quarter from $80.0 million in Q1 2026.
JD.com (JD) Cash from Operations (2013 - 2026) Analysis & Trends
JD.com (JD) has reported Cash from Operations for 14 consecutive years, with $5.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations rose 65.57% year-over-year to $5.6 billion in Q2 2026; TTM through Jun 2026 was $7.6 billion, a 16.11% decrease from a year earlier, with the FY2026 full-year figure at $7.5 billion, changed N/A from the prior year.
- Cash from Operations was $5.6 billion for Q2 2026 at JD.com, up from $80.0 million in the prior quarter.
- Over five years, Cash from Operations peaked at $7.0 billion in Q2 2024 and troughed at -$3.1 billion in Q1 2023.
- A 5-year average of $2.6 billion and a median of $3.2 billion in 2025 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations jumped 163.87% in 2022 and sank 473.04% in 2023, its largest moves.
- Over 5 years, Cash from Operations stood at $2.7 billion in 2022, then increased by 3.06% to $2.8 billion in 2023, then gained by 23.46% to $3.4 billion in 2024, then fell by 12.46% to $3.0 billion in 2025, then soared by 88.98% to $5.6 billion in 2026.
- The last three Cash from Operations figures came in at $5.6 billion (Q2 2026), $80.0 million (Q1 2026), and $3.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 71.42 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 5.64 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 367.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 360.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 48.44 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 14.69 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -8.21 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.77 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.64 Bn |
| Mar 31, 2026 | 80.00 Mn |
| Dec 31, 2025 | 2.99 Bn |
| Sep 30, 2025 | -1.13 Bn |
| Jun 30, 2025 | 3.41 Bn |
| Mar 31, 2025 | -2.52 Bn |
| Dec 31, 2024 | 3.41 Bn |
| Sep 30, 2024 | 4.73 Bn |
| Jun 30, 2024 | 6.98 Bn |
| Mar 31, 2024 | -1.57 Bn |
| Dec 31, 2023 | 2.76 Bn |
| Sep 30, 2023 | 5.47 Bn |
| Jun 30, 2023 | 6.41 Bn |
| Mar 31, 2023 | -3.15 Bn |
| Dec 31, 2022 | 2.68 Bn |
| Sep 30, 2022 | 5.53 Bn |
| Jun 30, 2022 | 5.03 Bn |
| Mar 31, 2022 | -549.00 Mn |
| Dec 31, 2021 | 1.02 Bn |
| Sep 30, 2021 | 5.56 Bn |
JD.com Cash from 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=cash-from-operations&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-operations&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();