Yunji (YJ) EBIT (2018 - 2025)
Yunji (YJ) posted EBIT of -$6.2 million for Q4 2025, up 42.16% on a QoQ basis from -$10.6 million in Q4 2024, and up 42.16% year-over-year from -$4.3 million in Q4 2024.
Yunji (YJ) EBIT (2018 - 2025) Analysis & Trends
Yunji has reported EBIT for 8 years, with the latest figure at -$6.2 million in Q4 2025.
- On a quarterly basis, EBIT rose 42.16% year-over-year to -$6.2 million in Q4 2025; TTM through Dec 2025 was -$23.6 million, a 25.8% decrease from a year earlier, with the FY2025 full-year figure at -$20.0 million, down 6.88% from the prior year.
- EBIT was -$6.2 million for Q4 2025 at Yunji, up from -$10.6 million in the prior quarter.
- The five-year high for EBIT was $2.7 million in Q3 2021, with the low at -$10.6 million in Q4 2024.
- Average EBIT over 5 years is -$2.6 million, with a median of -$3.0 million recorded in 2021.
- The sharpest annual moves came in 2021 and 2024: EBIT jumped 177.22% in 2021, then plunged 1026.15% in 2024.
- Over 5 years, EBIT stood at $558000.0 in 2021, then plunged by 960.93% to -$4.8 million in 2022, then dropped by 15.86% to -$5.6 million in 2023, then tumbled by 91.12% to -$10.6 million in 2024, then jumped by 42.16% to -$6.2 million in 2025.
- The last three EBIT figures came in at -$6.2 million (Q4 2025), -$10.6 million (Q4 2024), and -$3.7 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 51.31 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.23 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -556.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 104.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 47.51 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 35.54 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 22.10 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 26.18 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -4.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -6.15 Mn |
| Dec 31, 2024 | -10.64 Mn |
| Sep 30, 2024 | -3.66 Mn |
| Jun 30, 2024 | -3.19 Mn |
| Mar 31, 2024 | -1.31 Mn |
| Dec 31, 2023 | -5.57 Mn |
| Sep 30, 2023 | -4.19 Mn |
| Jun 30, 2023 | -1.68 Mn |
| Mar 31, 2023 | 140,910.83 |
| Dec 31, 2022 | -4.80 Mn |
| Sep 30, 2022 | -2.52 Mn |
| Jun 30, 2022 | -4.55 Mn |
| Mar 31, 2022 | 385,077.52 |
| Dec 31, 2021 | 558,000.00 |
| Sep 30, 2021 | 2.72 Mn |
| Jun 30, 2021 | 2.47 Mn |
| Mar 31, 2021 | -3.02 Mn |
| Dec 31, 2020 | -3.34 Mn |
| Sep 30, 2020 | -3.52 Mn |
| Jun 30, 2020 | -6.37 Mn |
Yunji EBIT 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=ebit&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();