Uxin (UXIN) Long-Term Debt Repayments (2020 - 2024)
Uxin's (UXIN) quarterly Long-Term Debt Repayments came in at -$2.0 million in Q4 2024, up 96.0% quarter-over-quarter from -$49.5 million in Q2 2024.
Uxin (UXIN) Long-Term Debt Repayments (2020 - 2024) Analysis & Trends
Uxin (UXIN) has reported Long-Term Debt Repayments for 3 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Long-Term Debt Repayments changed N/A year-over-year to -$2.0 million; the trailing twelve-month figure through Dec 2024 stood at -$64.5 million (changed N/A YoY), and the FY2025 full-year result was -$13.8 million, changed N/A from the prior year.
- Long-Term Debt Repayments advanced to -$2.0 million in Q4 2024 per UXIN's latest filing, from -$49.5 million in the prior quarter.
- Across five years, Long-Term Debt Repayments topped out at $713876.0 in Q2 2023 and bottomed at -$49.5 million in Q2 2024.
- Historically, Long-Term Debt Repayments has averaged -$16.1 million across 3 years, with a median of -$7.9 million in 2020.
- The widest YoY moves for Long-Term Debt Repayments: up 7031.38% in 2024, down 7031.38% in 2024.
- Over 3 years, Long-Term Debt Repayments stood at -$13.7 million in 2020, then jumped by 105.2% to $713876.0 in 2023, then slumped by 376.94% to -$2.0 million in 2024.
- According to Business Quant data, Long-Term Debt Repayments over the past three periods registered -$2.0 million, -$49.5 million, and $713876.0 for Q4 2024, Q2 2024, and Q2 2023 respectively.
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 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -1.98 Mn |
| Jun 30, 2024 | -49.48 Mn |
| Jun 30, 2023 | 713,876.02 |
| Sep 30, 2020 | -13.73 Mn |
Uxin 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=UXIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "ticker": "UXIN", "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=UXIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();