JD.com (JD) Exchange Rate Effect (2013 - 2026)
JD.com's (JD) quarterly Exchange Rate Effect came in at -$401.0 million in Q2 2026, down 568.33% year-over-year from $85.6 million in Q2 2025, and down 83.11% quarter-over-quarter from -$219.0 million in Q1 2026.
JD.com (JD) Exchange Rate Effect (2013 - 2026) Analysis & Trends
JD.com (JD) has reported Exchange Rate Effect for 14 consecutive years, with -$401.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 568.33% year-over-year to -$401.0 million in Q2 2026; TTM through Jun 2026 was -$643.0 million, a 530.39% decrease from a year earlier, with the FY2025 full-year figure at -$27.0 million, down 307.69% from the prior year.
- Exchange Rate Effect was -$401.0 million for Q2 2026 at JD.com, down from -$219.0 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $628.0 million in Q3 2022 and troughed at -$401.0 million in Q2 2026.
- A 5-year average of $5.3 million and a median of -$53.5 million in 2025 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect surged 1203.63% in 2022 and plunged 568.33% in 2026, its largest moves.
- Over 5 years, Exchange Rate Effect stood at -$142.0 million in 2022, then surged by 79.58% to -$29.0 million in 2023, then soared by 634.48% to $155.0 million in 2024, then slipped by 18.06% to $127.0 million in 2025, then plunged by 415.75% to -$401.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$401.0 million (Q2 2026), -$219.0 million (Q1 2026), and $127.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -54.00 Mn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -401.00 Mn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -94.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 | 132,000.00 |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 127,000.00 |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -75,000.00 |
| 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 |
|---|---|
| Jun 30, 2026 | -401.00 Mn |
| Mar 31, 2026 | -219.00 Mn |
| Dec 31, 2025 | 127.00 Mn |
| Sep 30, 2025 | -150.00 Mn |
| Jun 30, 2025 | -60.00 Mn |
| Mar 31, 2025 | -47.00 Mn |
| Dec 31, 2024 | 155.00 Mn |
| Sep 30, 2024 | -150.00 Mn |
| Jun 30, 2024 | -33.00 Mn |
| Mar 31, 2024 | -18.00 Mn |
| Dec 31, 2023 | -29.00 Mn |
| Sep 30, 2023 | -104.00 Mn |
| Jun 30, 2023 | 252.00 Mn |
| Mar 31, 2023 | -106.00 Mn |
| Dec 31, 2022 | -142.00 Mn |
| Sep 30, 2022 | 628.00 Mn |
| Jun 30, 2022 | 466.00 Mn |
| Mar 31, 2022 | -73.00 Mn |
| Dec 31, 2021 | -225.67 Mn |
| Sep 30, 2021 | 48.17 Mn |
JD.com Exchange Rate Effect 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=exchange-rate-effect&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();