JD.com (JD) Non Operating Income (2018 - 2026)
JD.com's (JD) quarterly Non Operating Income came in at -$264.0 million in Q1 2026, down 69.23% year-over-year from -$858.0 million in Q1 2025, and up 32.13% quarter-over-quarter from -$389.0 million in Q4 2025.
JD.com (JD) Non Operating Income (2018 - 2026) Analysis & Trends
JD.com (JD) has reported Non Operating Income for 5 consecutive years, with -$264.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Non Operating Income fell 69.23% year-over-year to -$264.0 million in Q1 2026; TTM through Mar 2026 was -$1.4 billion, a 28.15% decrease from a year earlier, with the FY2025 full-year figure at -$1.0 billion, down 28.58% from the prior year.
- Non Operating Income was -$264.0 million for Q1 2026 at JD.com, up from -$389.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at -$156.0 million in Q1 2025 and troughed at -$637.0 million in Q3 2025.
- A 3-year average of -$345.5 million and a median of -$345.8 million in 2024 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income advanced 5.39% in 2025 and slumped 69.23% in 2026, its largest moves.
- Over 3 years, Non Operating Income stood at -$345.8 million in 2024, then decreased by 12.49% to -$389.0 million in 2025, then surged by 32.13% to -$264.0 million in 2026.
- The last three Non Operating Income figures came in at -$264.0 million (Q1 2026), -$389.0 million (Q4 2025), and -$637.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 69.38 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, 2026 | -264.00 Mn |
| Dec 31, 2025 | -389.00 Mn |
| Sep 30, 2025 | -637.00 Mn |
| Mar 31, 2025 | -156.00 Mn |
| Dec 31, 2024 | -345.81 Mn |
| Sep 30, 2024 | -461.70 Mn |
| Mar 31, 2024 | -164.88 Mn |
| Sep 30, 2019 | 170.38 Mn |
| Sep 30, 2018 | 606.35 Mn |
JD.com Non Operating 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=non-operating-income&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();