JD.com (JD) Net Income (2013 - 2026)
JD.com's (JD) quarterly Net Income came in at $3.1 billion in Q2 2026, up 0.87% year-over-year from $3.1 billion in Q2 2025, and up 154.44% quarter-over-quarter from $1.2 billion in Q1 2026.
JD.com (JD) Net Income (2013 - 2026) Analysis & Trends
JD.com (JD) has reported Net Income for 14 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income rose 0.87% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $8.2 billion, a 39.32% decrease from a year earlier, with the FY2025 full-year figure at $1.84, down 50.0% from the prior year.
- Net Income was $3.1 billion for Q2 2026 at JD.com, up from $1.2 billion in the prior quarter.
- Over five years, Net Income peaked at $6.6 billion in Q3 2024 and troughed at -$365.0 million in Q1 2022.
- A 5-year average of $2.2 billion and a median of $1.8 billion in 2022 frame the typical range for Net Income.
- The widest YoY moves for Net Income: up 1449.12% in 2022, down 151.97% in 2022.
- Over 5 years, Net Income stood at $640.0 million in 2022, then climbed by 3.28% to $661.0 million in 2023, then soared by 156.28% to $1.7 billion in 2024, then slumped by 112.46% to -$211.0 million in 2025, then jumped by 1560.32% to $3.1 billion in 2026.
- The last three Net Income figures came in at $3.1 billion (Q2 2026), $1.2 billion (Q1 2026), and -$211.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.89 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 3.08 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -570.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 42.34 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 27.50 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 18.62 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 30.60 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.08 Bn |
| Mar 31, 2026 | 1.21 Bn |
| Dec 31, 2025 | -211.00 Mn |
| Sep 30, 2025 | 4.07 Bn |
| Jun 30, 2025 | 3.05 Bn |
| Mar 31, 2025 | 2.12 Bn |
| Dec 31, 2024 | 1.69 Bn |
| Sep 30, 2024 | 6.56 Bn |
| Jun 30, 2024 | 3.91 Bn |
| Mar 31, 2024 | 1.49 Bn |
| Dec 31, 2023 | 661.00 Mn |
| Sep 30, 2023 | 4.84 Bn |
| Jun 30, 2023 | 3.03 Bn |
| Mar 31, 2023 | 1.37 Bn |
| Dec 31, 2022 | 640.00 Mn |
| Sep 30, 2022 | 1.92 Bn |
| Jun 30, 2022 | 1.06 Bn |
| Mar 31, 2022 | -365.00 Mn |
| Dec 31, 2021 | -776.49 Mn |
| Sep 30, 2021 | -142.02 Mn |
JD.com Net Income 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=net-income&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();