Yunji (YJ) Net Income towards Common Stockholders (2018 - 2025)
Yunji (YJ) posted Net Income towards Common Stockholders of -$4.7 million for Q4 2025, up 60.02% on a QoQ basis from -$11.7 million in Q4 2024, and up 60.02% year-over-year from -$2.9 million in Q4 2024.
Yunji (YJ) Net Income towards Common Stockholders (2018 - 2025) Analysis & Trends
Yunji has reported Net Income towards Common Stockholders for 8 years, with the latest figure at -$4.7 million in Q4 2025.
- On a quarterly basis, Net Income towards Common Stockholders rose 60.02% year-over-year to -$4.7 million in Q4 2025; TTM through Dec 2025 was -$22.2 million, a 30.49% decrease from a year earlier, with the FY2025 full-year figure at $19.1 million, up 13.02% from the prior year.
- Net Income towards Common Stockholders was -$4.7 million for Q4 2025 at Yunji, up from -$11.7 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $9.4 million in Q3 2021, with the low at -$11.7 million in Q4 2024.
- Average Net Income towards Common Stockholders over 5 years is -$2.6 million, with a median of -$4.3 million recorded in 2024.
- The sharpest annual moves came in 2021 and 2022: Net Income towards Common Stockholders surged 255.82% in 2021, then slumped 887.65% in 2022.
- Over 5 years, Net Income towards Common Stockholders stood at $9.1 million in 2021, then sank by 160.95% to -$5.5 million in 2022, then tumbled by 67.41% to -$9.3 million in 2023, then slipped by 25.6% to -$11.7 million in 2024, then soared by 60.02% to -$4.7 million in 2025.
- The last three Net Income towards Common Stockholders figures came in at -$4.7 million (Q4 2025), -$11.7 million (Q4 2024), and -$4.3 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.89 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.80 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -570.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 42.34 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 27.50 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 18.62 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 30.60 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -4.66 Mn |
| Dec 31, 2024 | -11.65 Mn |
| Sep 30, 2024 | -4.28 Mn |
| Jun 30, 2024 | -1.64 Mn |
| Mar 31, 2024 | 535,000.00 |
| Dec 31, 2023 | -9.28 Mn |
| Sep 30, 2023 | -4.77 Mn |
| Jun 30, 2023 | -5.73 Mn |
| Mar 31, 2023 | -3.34 Mn |
| Dec 31, 2022 | -5.54 Mn |
| Sep 30, 2022 | -5.38 Mn |
| Jun 30, 2022 | -3.77 Mn |
| Mar 31, 2022 | -5.76 Mn |
| Dec 31, 2021 | 9.09 Mn |
| Sep 30, 2021 | 9.44 Mn |
| Jun 30, 2021 | 2.64 Mn |
| Mar 31, 2021 | -583,000.00 |
| Dec 31, 2020 | -12.09 Mn |
| Sep 30, 2020 | -6.25 Mn |
| Jun 30, 2020 | -1.69 Mn |
Yunji Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();