Yunji (YJ) Operating Expenses (2018 - 2025)
Yunji (YJ) posted Operating Expenses of -$29.3 million for Q4 2025, down 21.38% on a QoQ basis from -$24.2 million in Q4 2024, and down 21.38% year-over-year from -$37.3 million in Q4 2024.
Yunji (YJ) Operating Expenses (2018 - 2025) Analysis & Trends
Yunji has reported Operating Expenses for 8 years, with the latest figure at -$29.3 million in Q4 2025.
- On a quarterly basis, Operating Expenses fell 21.38% year-over-year to -$29.3 million in Q4 2025; TTM through Dec 2025 was -$87.6 million, a 12.69% decrease from a year earlier, with the FY2025 full-year figure at -$19.1 million, down 13.0% from the prior year.
- Operating Expenses was -$29.3 million for Q4 2025 at Yunji, down from -$24.2 million in the prior quarter.
- The five-year high for Operating Expenses was -$16.2 million in Q3 2024, with the low at -$108.7 million in Q1 2021.
- Average Operating Expenses over 5 years is -$43.3 million, with a median of -$29.3 million recorded in 2025.
- The sharpest annual moves came in 2021 and 2025: Operating Expenses jumped 63.67% in 2021, then retreated 21.38% in 2025.
- Over 5 years, Operating Expenses stood at -$75.4 million in 2021, then jumped by 37.85% to -$46.9 million in 2022, then surged by 43.07% to -$26.7 million in 2023, then climbed by 9.41% to -$24.2 million in 2024, then fell by 21.38% to -$29.3 million in 2025.
- The last three Operating Expenses figures came in at -$29.3 million (Q4 2025), -$24.2 million (Q4 2024), and -$16.2 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 330.81 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -3.06 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 9.41 Bn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 950.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 58.05 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 841.24 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 174.57 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | -25.40 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 152.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -29.34 Mn |
| Dec 31, 2024 | -24.17 Mn |
| Sep 30, 2024 | -16.20 Mn |
| Jun 30, 2024 | -17.86 Mn |
| Mar 31, 2024 | -19.48 Mn |
| Dec 31, 2023 | -26.68 Mn |
| Sep 30, 2023 | -24.13 Mn |
| Jun 30, 2023 | -26.42 Mn |
| Mar 31, 2023 | -26.02 Mn |
| Dec 31, 2022 | -46.87 Mn |
| Sep 30, 2022 | -36.47 Mn |
| Jun 30, 2022 | -48.57 Mn |
| Mar 31, 2022 | -54.62 Mn |
| Dec 31, 2021 | -75.41 Mn |
| Sep 30, 2021 | -68.66 Mn |
| Jun 30, 2021 | -86.33 Mn |
| Mar 31, 2021 | -108.69 Mn |
| Dec 31, 2020 | -207.58 Mn |
| Sep 30, 2020 | -161.32 Mn |
| Jun 30, 2020 | -218.02 Mn |
Yunji 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=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "ticker": "YJ", "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=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();