Uxin (UXIN) Operating Expenses (2017 - 2026)
Uxin's (UXIN) quarterly Operating Expenses came in at -$20.6 million in Q1 2026, down 81.11% on a YoY basis from -$109.0 million in Q1 2025, and up 2.93% quarter-over-quarter from -$21.2 million in Q4 2025.
Uxin (UXIN) Operating Expenses (2017 - 2026) Analysis & Trends
Uxin (UXIN) has reported Operating Expenses for 10 consecutive years, with -$20.6 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Operating Expenses fell 81.11% year-over-year to -$20.6 million; the trailing twelve-month figure through Mar 2026 stood at -$55.3 million (up 15.77% YoY), and the FY2025 full-year result was -$64.5 million, down 6.9% from the prior year.
- Operating Expenses rose to -$20.6 million in Q1 2026 per UXIN's latest filing, from -$21.2 million in the prior quarter.
- Across five years, Operating Expenses topped out at -$12561.0 in Q3 2023 and bottomed at -$42.3 million in Q4 2024.
- Historically, Operating Expenses has averaged -$12.0 million across 5 years, with a median of -$12.1 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Operating Expenses soared 99.92% in 2022, then slumped 300661.24% in 2024.
- Over 5 years, Operating Expenses stood at -$15053.0 in 2022, then advanced by 6.62% to -$14056.0 in 2023, then plunged by 300661.24% to -$42.3 million in 2024, then surged by 49.8% to -$21.2 million in 2025, then advanced by 2.93% to -$20.6 million in 2026.
- According to Business Quant data, Operating Expenses over the past three periods registered -$20.6 million, -$21.2 million, and -$17333.0 for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 704.00 Mn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 1.02 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 635.18 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 1.01 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 856.30 Mn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | -20.60 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 449.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 506.40 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 625.60 Mn |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | 180.86 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -20.60 Mn |
| Dec 31, 2025 | -21.22 Mn |
| Sep 30, 2025 | -17,333.00 |
| Jun 30, 2025 | -13.50 Mn |
| Mar 31, 2025 | -11.37 Mn |
| Dec 31, 2024 | -42.28 Mn |
| Sep 30, 2024 | -12.02 Mn |
| Jun 30, 2024 | -30,900.00 |
| Mar 31, 2024 | -18.26 Mn |
| Dec 31, 2023 | -14,056.00 |
| Sep 30, 2023 | -12,561.00 |
| Jun 30, 2023 | -12.11 Mn |
| Mar 31, 2023 | -16.47 Mn |
| Dec 31, 2022 | -15,053.00 |
| Sep 30, 2022 | -16,373.00 |
| Jun 30, 2022 | -17.76 Mn |
| Mar 31, 2022 | -18.84 Mn |
| Dec 31, 2021 | -18.83 Mn |
| Sep 30, 2021 | -13.33 Mn |
| Jun 30, 2021 | -12.91 Mn |
Uxin Operating Expenses 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=operating-expenses&ticker=UXIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=UXIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();