JD.com (JD) Long-Term Debt Repayments (2020 - 2024)
JD.com's (JD) quarterly Long-Term Debt Repayments came in at -$47.7 million in Q1 2024, up 96.04% year-over-year from -$24.3 million in Q2 2023, and up 96.04% quarter-over-quarter from -$1.2 billion in Q1 2023.
JD.com (JD) Long-Term Debt Repayments (2020 - 2024) Analysis & Trends
JD.com (JD) has reported Long-Term Debt Repayments for 3 consecutive years, with -$47.7 million the latest figure, recorded in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Repayment (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,749.45 Bn | 2,626.46 Bn | 198.88 Bn | 2.75 Bn |
| 2 | Home Depot | 304.78 Bn | 302.69 Bn | 16.12 Bn | 1.62 Bn |
| 3 | Tjx Companies | 144.03 Bn | 138.03 Bn | 5.07 Bn | - |
| 4 | Lowes Companies | 110.04 Bn | 106.63 Bn | 8.58 Bn | - |
| 5 | Ross Stores | 74.33 Bn | 70.04 Bn | 2.12 Bn | - |
| 6 | Target | 72.24 Bn | 66.83 Bn | 8.94 Bn | 38.00 Mn |
| 7 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | - |
| 8 | O Reilly Automotive | 70.04 Bn | 69.78 Bn | 2.52 Bn | - |
| 9 | Autozone | 47.18 Bn | 46.93 Bn | 2.52 Bn | - |
| 10 | JD.com | 33.22 Bn | 9.95 Bn | 16.50 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | -47.69 Mn |
| Mar 31, 2023 | -1.20 Bn |
| Mar 31, 2020 | -1.59 Mn |
JD.com Long-Term Debt Repayments 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=long-term-debt-repayments&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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=long-term-debt-repayments&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();