Uxin (UXIN) Retained Earnings (2017 - 2026)
Uxin's (UXIN) quarterly Retained Earnings came in at -$2.9 billion in Q1 2026, down 6.93% on a YoY basis from -$3.1 billion in Q1 2025, and down 3.33% quarter-over-quarter from -$2.8 billion in Q4 2025.
Uxin (UXIN) Retained Earnings (2017 - 2026) Analysis & Trends
Uxin (UXIN) has reported Retained Earnings for 10 consecutive years, with -$2.9 billion the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Retained Earnings fell 6.93% year-over-year to -$2.9 billion; the trailing twelve-month figure through Mar 2026 stood at -$2.9 billion (down 6.93% YoY), and the FY2025 full-year result was -$2.8 billion, down 5.86% from the prior year.
- Retained Earnings retreated to -$2.9 billion in Q1 2026 per UXIN's latest filing, from -$2.8 billion in the prior quarter.
- Across five years, Retained Earnings topped out at $2.1 billion in Q4 2022 and bottomed at -$2.9 billion in Q1 2026.
- Historically, Retained Earnings has averaged -$2.3 billion across 5 years, with a median of -$2.7 billion in 2024.
- The sharpest annual moves came in 2022 and 2023: Retained Earnings jumped 182.66% in 2022, then tumbled 213.85% in 2023.
- Over 5 years, Retained Earnings stood at $2.1 billion in 2022, then sank by 213.85% to -$2.4 billion in 2023, then retreated by 12.47% to -$2.7 billion in 2024, then slipped by 2.71% to -$2.8 billion in 2025, then decreased by 3.33% to -$2.9 billion in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$2.9 billion, -$2.8 billion, and -$2.8 billion for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 3.48 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 6.03 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 4.23 Bn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 6.36 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 6.35 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | -2.89 Bn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 1.57 Bn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 3.66 Bn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 4.64 Bn |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | 751.22 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.89 Bn |
| Dec 31, 2025 | -2.80 Bn |
| Sep 30, 2025 | -2.78 Bn |
| Jun 30, 2025 | -2.75 Bn |
| Mar 31, 2025 | -2.71 Bn |
| Dec 31, 2024 | -2.73 Bn |
| Sep 30, 2024 | -2.78 Bn |
| Jun 30, 2024 | -2.67 Bn |
| Mar 31, 2024 | -2.71 Bn |
| Dec 31, 2023 | -2.42 Bn |
| Jun 30, 2023 | -2.35 Bn |
| Mar 31, 2023 | -2.48 Bn |
| Dec 31, 2022 | 2.13 Bn |
| Sep 30, 2022 | -2.25 Bn |
| Jun 30, 2022 | -2.37 Bn |
| Mar 31, 2022 | -2.53 Bn |
| Dec 31, 2021 | -2.58 Bn |
| Sep 30, 2021 | -2.75 Bn |
| Jun 30, 2021 | -2.47 Bn |
| Mar 31, 2021 | -2.45 Bn |
Uxin Retained Earnings 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=retained-earnings&ticker=UXIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=UXIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();