Yunji (YJ) Net Margin (2018 - 2025)
Yunji (YJ) posted Net Margin of 20.53% for Q4 2025, up 76.56% on a QoQ basis from 87.56% in Q4 2024, and up 6703.0% year-over-year from 0.3% in Q4 2024.
Analysis
Yunji (YJ) Net Margin (2018 - 2025) Analysis & Trends
Yunji has reported Net Margin for 8 years, with the latest figure at 20.53% in Q4 2025.
- On a quarterly basis, Net Margin rose 6703.0% year-over-year to 20.53% in Q4 2025; TTM through Dec 2025 was 35.31%, a 592.0% decrease from a year earlier, with the FY2025 full-year figure at 42.04%, up 1257.0% from the prior year.
- Net Margin was 20.53% for Q4 2025 at Yunji, up from 87.56% in the prior quarter.
- The five-year high for Net Margin was 13.89% in Q3 2021, with the low at 87.56% in Q4 2024.
- Average Net Margin over 5 years is 16.29%, with a median of 12.83% recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Net Margin plunged 4340 bps in 2024, then surged 6703 bps in 2025.
- Over 5 years, Net Margin stood at 12.29% in 2021, then sank by 208 bps to 13.24% in 2022, then tumbled by 234 bps to 44.16% in 2023, then tumbled by 98 bps to 87.56% in 2024, then soared by 77 bps to 20.53% in 2025.
- The last three Net Margin figures came in at 20.53% (Q4 2025), 87.56% (Q4 2024), and 34.64% (Q3 2024), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 24.31% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.85% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -6.44% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -0.03% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 10.28% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 3.14% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 5.36% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 50.07% |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -0.45% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -20.53% |
| Dec 31, 2024 | -87.56% |
| Sep 30, 2024 | -34.64% |
| Jun 30, 2024 | -11.23% |
| Mar 31, 2024 | 3.02% |
| Dec 31, 2023 | -44.16% |
| Sep 30, 2023 | -23.97% |
| Jun 30, 2023 | -24.86% |
| Mar 31, 2023 | -12.83% |
| Dec 31, 2022 | -13.24% |
| Sep 30, 2022 | -16.01% |
| Jun 30, 2022 | -8.88% |
| Mar 31, 2022 | -10.66% |
| Dec 31, 2021 | 12.29% |
| Sep 30, 2021 | 13.89% |
| Jun 30, 2021 | 2.98% |
| Mar 31, 2021 | -0.57% |
| Dec 31, 2020 | -5.94% |
| Sep 30, 2020 | -3.98% |
| Jun 30, 2020 | -0.80% |
API Access
Yunji Net Margin 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-margin&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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-margin&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();