Uxin (UXIN) Cash from Operations (2019 - 2024)
Uxin's (UXIN) quarterly Cash from Operations came in at -$26.6 million in Q4 2024, down 52.62% quarter-over-quarter from -$17.4 million in Q2 2024.
Uxin (UXIN) Cash from Operations (2019 - 2024) Analysis & Trends
Uxin (UXIN) has reported Cash from Operations for 3 consecutive years, with -$26.6 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Cash from Operations changed N/A year-over-year to -$26.6 million; the trailing twelve-month figure through Dec 2024 stood at -$137.7 million (changed N/A YoY), and the FY2025 full-year result was -$72.1 million, changed N/A from the prior year.
- Cash from Operations slipped to -$26.6 million in Q4 2024 per UXIN's latest filing, from -$17.4 million in the prior quarter.
- Across five years, Cash from Operations topped out at -$17.4 million in Q2 2024 and bottomed at -$121.5 million in Q3 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 238.00 Mn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 204.10 Mn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 17.59 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | -65.70 Mn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | -71.10 Mn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | -100.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 129.40 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 62.60 Mn |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | 85.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -26.58 Mn |
| Jun 30, 2024 | -17.41 Mn |
| Sep 30, 2020 | -121.54 Mn |
| Mar 31, 2019 | 27.85 Mn |
Uxin Cash from Operations 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=cash-from-operations&ticker=UXIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=UXIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();