Uxin (UXIN) Research & Development (2017 - 2026)
Uxin's (UXIN) quarterly Research & Development came in at -$16.8 million in Q1 2026, down 97.4% on a YoY basis from -$645.8 million in Q1 2025, and up 4.02% quarter-over-quarter from -$17.5 million in Q4 2025.
Uxin (UXIN) Research & Development (2017 - 2026) Analysis & Trends
Uxin (UXIN) has reported Research & Development for 10 consecutive years, with -$16.8 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Research & Development fell 97.4% year-over-year to -$16.8 million; the trailing twelve-month figure through Mar 2026 stood at -$44.6 million (down 9.48% YoY), and the FY2025 full-year result was -$50.0 million, down 59.95% from the prior year.
- Research & Development advanced to -$16.8 million in Q1 2026 per UXIN's latest filing, from -$17.5 million in the prior quarter.
- Across five years, Research & Development topped out at -$6640.0 in Q3 2023 and bottomed at -$24.3 million in Q4 2024.
- Historically, Research & Development has averaged -$7.5 million across 5 years, with a median of -$7.6 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Research & Development jumped 99.93% in 2022, then slumped 303945.59% in 2024.
- Over 5 years, Research & Development stood at -$7967.0 in 2022, then slipped by 0.21% to -$7984.0 in 2023, then plunged by 303945.59% to -$24.3 million in 2024, then gained by 27.96% to -$17.5 million in 2025, then advanced by 4.02% to -$16.8 million in 2026.
- According to Business Quant data, Research & Development over the past three periods registered -$16.8 million, -$17.5 million, and -$12810.0 for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | R&D (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | - |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | - |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | - |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | - |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | - |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | -16.79 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | - |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | - |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | - |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -16.79 Mn |
| Dec 31, 2025 | -17.49 Mn |
| Sep 30, 2025 | -12,810.00 |
| Jun 30, 2025 | -10.36 Mn |
| Mar 31, 2025 | -8.50 Mn |
| Dec 31, 2024 | -24.28 Mn |
| Sep 30, 2024 | -7.99 Mn |
| Jun 30, 2024 | -15,300.00 |
| Mar 31, 2024 | -7.04 Mn |
| Dec 31, 2023 | -7,984.00 |
| Sep 30, 2023 | -6,640.00 |
| Jun 30, 2023 | -6.42 Mn |
| Mar 31, 2023 | -7.63 Mn |
| Dec 31, 2022 | -7,967.00 |
| Sep 30, 2022 | -9,020.00 |
| Jun 30, 2022 | -9.67 Mn |
| Mar 31, 2022 | -10.70 Mn |
| Dec 31, 2021 | -10.67 Mn |
| Sep 30, 2021 | -6.85 Mn |
| Jun 30, 2021 | -6.53 Mn |
Uxin Research & Development 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=research-and-development&ticker=UXIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=UXIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();