Yunji (YJ) Other Operating Expenses (2018 - 2025)
Yunji (YJ) posted Other Operating Expenses of -$17.0 million for Q4 2025, down 65.48% on a QoQ basis from -$10.3 million in Q4 2024, and down 65.48% year-over-year from -$49.3 million in Q4 2024.
Yunji (YJ) Other Operating Expenses (2018 - 2025) Analysis & Trends
Yunji has reported Other Operating Expenses for 8 years, with the latest figure at -$17.0 million in Q4 2025.
- On a quarterly basis, Other Operating Expenses fell 65.48% year-over-year to -$17.0 million in Q4 2025; TTM through Dec 2025 was -$49.2 million, a 6.59% decrease from a year earlier, with the FY2025 full-year figure at $13.4 million, down 6.23% from the prior year.
- Other Operating Expenses was -$17.0 million for Q4 2025 at Yunji, down from -$10.3 million in the prior quarter.
- The five-year high for Other Operating Expenses was -$9.6 million in Q3 2024, with the low at -$82.7 million in Q1 2021.
- Average Other Operating Expenses over 5 years is -$30.9 million, with a median of -$19.6 million recorded in 2023.
- The sharpest annual moves came in 2021 and 2025: Other Operating Expenses soared 67.37% in 2021, then sank 65.48% in 2025.
- Over 5 years, Other Operating Expenses stood at -$56.2 million in 2021, then soared by 43.36% to -$31.8 million in 2022, then surged by 48.42% to -$16.4 million in 2023, then soared by 37.29% to -$10.3 million in 2024, then tumbled by 65.48% to -$17.0 million in 2025.
- The last three Other Operating Expenses figures came in at -$17.0 million (Q4 2025), -$10.3 million (Q4 2024), and -$9.6 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -17.03 Mn |
| Dec 31, 2024 | -10.29 Mn |
| Sep 30, 2024 | -9.56 Mn |
| Jun 30, 2024 | -12.35 Mn |
| Mar 31, 2024 | -13.98 Mn |
| Dec 31, 2023 | -16.41 Mn |
| Sep 30, 2023 | -16.36 Mn |
| Jun 30, 2023 | -17.84 Mn |
| Mar 31, 2023 | -19.58 Mn |
| Dec 31, 2022 | -31.81 Mn |
| Sep 30, 2022 | -24.53 Mn |
| Jun 30, 2022 | -35.70 Mn |
| Mar 31, 2022 | -41.65 Mn |
| Dec 31, 2021 | -56.15 Mn |
| Sep 30, 2021 | -49.11 Mn |
| Jun 30, 2021 | -70.17 Mn |
| Mar 31, 2021 | -82.68 Mn |
| Dec 31, 2020 | -172.11 Mn |
| Sep 30, 2020 | -127.80 Mn |
| Jun 30, 2020 | -175.19 Mn |
Yunji Other 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=other-operating-expenses&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-operating-expenses&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();