Yunji (YJ) Non Operating Interest Expenses (2019 - 2025)
Yunji (YJ) posted Non Operating Interest Expenses of $782000.0 for Q4 2025, up 168.0% on a QoQ basis from -$1.1 million in Q4 2024, and up 168.0% year-over-year from $291786.0 in Q4 2024.
Yunji (YJ) Non Operating Interest Expenses (2019 - 2025) Analysis & Trends
Yunji has reported Non Operating Interest Expenses for 5 years, with the latest figure at $782000.0 in Q4 2025.
- On a quarterly basis, Non Operating Interest Expenses rose 168.0% year-over-year to $782000.0 in Q4 2025; TTM through Dec 2025 was $1.4 million, a 50.94% decrease from a year earlier, with the FY2025 full-year figure at $1.3 million, down 43.62% from the prior year.
- Non Operating Interest Expenses was $782000.0 for Q4 2025 at Yunji, up from -$1.1 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $3.1 million in Q1 2021, with the low at -$1.1 million in Q4 2024.
- Average Non Operating Interest Expenses over 3 years is $919692.7, with a median of $782000.0 recorded in 2025.
- The sharpest annual moves came in 2021 and 2025: Non Operating Interest Expenses soared 325.94% in 2021, then surged 168.0% in 2025.
- Over 3 years, Non Operating Interest Expenses stood at $3.1 million in 2021, then tumbled by 136.77% to -$1.1 million in 2024, then soared by 168.0% to $782000.0 in 2025.
- The last three Non Operating Interest Expenses figures came in at $782000.0 (Q4 2025), -$1.1 million (Q4 2024), and $3.1 million (Q1 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 2.11 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -205.00 Mn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 25.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 392.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 106,000.00 |
| 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 | -320,000.00 |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 782,000.00 |
| Dec 31, 2024 | -1.15 Mn |
| Mar 31, 2021 | 3.13 Mn |
| Mar 31, 2020 | -1.38 Mn |
| Mar 31, 2019 | 2.21 Mn |
Yunji Non Operating Interest 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=non-operating-interest-expenses&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-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=non-operating-interest-expenses&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();