Yunji (YJ) Interest & Investment Income (2019 - 2023)
Yunji (YJ) posted Interest & Investment Income of -$3.3 million for Q4 2023, down 1179.07% on a QoQ basis from -$258000.0 in Q3 2023, and down 372.5% year-over-year from $1.2 million in Q4 2022.
Yunji (YJ) Interest & Investment Income (2019 - 2023) Analysis & Trends
Yunji has reported Interest & Investment Income for 5 years, with the latest figure at -$3.3 million in Q4 2023.
- On a quarterly basis, Interest & Investment Income fell 372.5% year-over-year to -$3.3 million in Q4 2023; TTM through Dec 2023 was -$4.1 million, a 65.48% decrease from a year earlier, with the FY2025 full-year figure at $341898.6, down 36.21% from the prior year.
- Interest & Investment Income was -$3.3 million for Q4 2023 at Yunji, down from -$258000.0 in the prior quarter.
- The five-year high for Interest & Investment Income was $12.8 million in Q4 2021, with the low at -$5.6 million in Q1 2022.
- Average Interest & Investment Income over 5 years is $1.3 million, with a median of $625236.8 recorded in 2021.
- The sharpest annual moves came in 2021 and 2023: Interest & Investment Income jumped 1227.86% in 2021, then sank 684.34% in 2023.
- Over 5 years, Interest & Investment Income stood at $5.5 million in 2019, then plunged by 120.76% to -$1.1 million in 2020, then surged by 1227.86% to $12.8 million in 2021, then plunged by 90.54% to $1.2 million in 2022, then tumbled by 372.5% to -$3.3 million in 2023.
- The last three Interest & Investment Income figures came in at -$3.3 million (Q4 2023), -$258000.0 (Q3 2023), and -$1.8 million (Q2 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 2.43 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 42.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -39.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 3.06 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 2.20 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 | 434,000.00 |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 2.12 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -3.30 Mn |
| Sep 30, 2023 | -258,000.00 |
| Jun 30, 2023 | -1.76 Mn |
| Dec 31, 2022 | 1.21 Mn |
| Sep 30, 2022 | 44,152.66 |
| Jun 30, 2022 | 1.83 Mn |
| Mar 31, 2022 | -5.56 Mn |
| Dec 31, 2021 | 12.80 Mn |
| Jun 30, 2021 | 1.21 Mn |
| Mar 31, 2021 | 3.16 Mn |
| Dec 31, 2020 | -1.14 Mn |
| Sep 30, 2020 | -2.89 Mn |
| Dec 31, 2019 | 5.47 Mn |
| Sep 30, 2019 | 7.40 Mn |
Yunji Interest & Investment Income 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=interest-and-investment-income&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();