Yunji (YJ) Operating Margin (2018 - 2025)
Yunji (YJ) posted Operating Margin of 27.12% for Q4 2025, up 66.08% on a QoQ basis from 79.95% in Q4 2024, and up 5283.0% year-over-year from 0.5% in Q4 2024.
Yunji (YJ) Operating Margin (2018 - 2025) Analysis & Trends
Yunji has reported Operating Margin for 8 years, with the latest figure at 27.12% in Q4 2025.
- On a quarterly basis, Operating Margin rose 5283.0% year-over-year to 27.12% in Q4 2025; TTM through Dec 2025 was 37.67%, a 515.0% decrease from a year earlier, with the FY2025 full-year figure at 45.24%, down 1261.0% from the prior year.
- Operating Margin was 27.12% for Q4 2025 at Yunji, up from 79.95% in the prior quarter.
- The five-year high for Operating Margin was 4.02% in Q3 2021, with the low at 79.95% in Q4 2024.
- Average Operating Margin over 5 years is 14.38%, with a median of 7.49% recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Operating Margin slumped 5345 bps in 2024, then jumped 5283 bps in 2025.
- Over 5 years, Operating Margin stood at 0.75% in 2021, then tumbled by 1621 bps to 11.48% in 2022, then sank by 131 bps to 26.5% in 2023, then plunged by 202 bps to 79.95% in 2024, then soared by 66 bps to 27.12% in 2025.
- The last three Operating Margin figures came in at 27.12% (Q4 2025), 79.95% (Q4 2024), and 30.27% (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Operating Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 13.43% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.26% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -6.28% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 2.96% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 11.54% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 4.05% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 6.36% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 43.00% |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.18% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -27.12% |
| Dec 31, 2024 | -79.95% |
| Sep 30, 2024 | -30.27% |
| Jun 30, 2024 | -21.79% |
| Mar 31, 2024 | -7.30% |
| Dec 31, 2023 | -26.50% |
| Sep 30, 2023 | -20.86% |
| Jun 30, 2023 | -7.05% |
| Mar 31, 2023 | 0.54% |
| Dec 31, 2022 | -11.48% |
| Sep 30, 2022 | -7.49% |
| Jun 30, 2022 | -10.56% |
| Mar 31, 2022 | 0.71% |
| Dec 31, 2021 | 0.75% |
| Sep 30, 2021 | 4.02% |
| Jun 30, 2021 | 2.80% |
| Mar 31, 2021 | -2.93% |
| Dec 31, 2020 | -1.64% |
| Sep 30, 2020 | -2.29% |
| Jun 30, 2020 | -3.04% |
Yunji Operating 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=operating-margin&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-margin&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();