Yunji (YJ) Non Operating Income (2018 - 2021)
Yunji (YJ) posted Non Operating Income of $1.2 million for Q2 2021, down 69.79% on a QoQ basis from $4.0 million in Q2 2020, and down 69.79% year-over-year from $4.0 million in Q2 2020.
Yunji (YJ) Non Operating Income (2018 - 2021) Analysis & Trends
Yunji has reported Non Operating Income for 4 years, with the latest figure at $1.2 million in Q2 2021.
- On a quarterly basis, Non Operating Income fell 69.79% year-over-year to $1.2 million in Q2 2021; TTM through Jun 2021 was $18.0 million, a 5.9% decrease from a year earlier, with the FY2019 full-year figure at $17.4 million, up 149.92% from the prior year.
- Non Operating Income was $1.2 million for Q2 2021 at Yunji, down from $4.0 million in the prior quarter.
- The five-year high for Non Operating Income was $7.3 million in Q3 2019, with the low at $1.1 million in Q3 2018.
- Average Non Operating Income over 4 years is $3.0 million, with a median of $2.3 million recorded in 2018.
- The sharpest annual moves came in 2019 and 2021: Non Operating Income jumped 535.11% in 2019, then slumped 69.79% in 2021.
- Over 4 years, Non Operating Income stood at $2.3 million in 2018, then jumped by 143.3% to $5.5 million in 2019, then retreated by 27.79% to $4.0 million in 2020, then plunged by 69.79% to $1.2 million in 2021.
- The last three Non Operating Income figures came in at $1.2 million (Q2 2021), $4.0 million (Q2 2020), and $5.5 million (Q4 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 69.38 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | - |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | - |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | - |
| 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 | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 1.21 Mn |
| Jun 30, 2020 | 4.00 Mn |
| Dec 31, 2019 | 5.53 Mn |
| Sep 30, 2019 | 7.26 Mn |
| Jun 30, 2019 | 2.34 Mn |
| Mar 31, 2019 | 2.22 Mn |
| Dec 31, 2018 | 2.27 Mn |
| Sep 30, 2018 | 1.14 Mn |
| Jun 30, 2018 | 2.29 Mn |
| Mar 31, 2018 | 1.26 Mn |
Yunji Non Operating 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=non-operating-income&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();