Uxin (UXIN) Long-Term Debt Issuances (2020 - 2024)
Uxin's (UXIN) quarterly Long-Term Debt Issuances came in at $22.6 million in Q4 2024, down 59.7% quarter-over-quarter from $56.2 million in Q2 2024.
Uxin (UXIN) Long-Term Debt Issuances (2020 - 2024) Analysis & Trends
Uxin (UXIN) has reported Long-Term Debt Issuances for 2 consecutive years, with $22.6 million the latest figure, recorded in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 55.00 Mn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 949.50 Mn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 3.26 Bn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 525.60 Mn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 1.04 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 40.00 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 19.20 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 115.60 Mn |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 22.63 Mn |
| Jun 30, 2024 | 56.17 Mn |
| Sep 30, 2020 | 13.73 Mn |
Uxin Long-Term Debt Issuances 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-issuances&ticker=UXIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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-issuances&ticker=UXIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();