Baozun (BZUN) Non Operating Income (2024 - 2025)
Baozun (BZUN) posted Non Operating Income of -$3067.1 for Q3 2025, down 578.28% on a QoQ basis from $641.28 in Q3 2024, and down 578.28% year-over-year from $641.28 in Q3 2024.
Baozun (BZUN) Non Operating Income (2024 - 2025) Analysis & Trends
Baozun has reported Non Operating Income for 2 years, with the latest figure at -$3067.1 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | 1.29 Bn |
| 2 | Global-E Online | 7.02 Bn | 6.66 Bn | 131.87 Mn | - |
| 3 | Vtex | 627.97 Mn | 442.08 Mn | 51.71 Mn | - |
| 4 | Rezolve Ai | 381.08 Mn | 269.97 Mn | - | - |
| 5 | Commerce.com | 279.23 Mn | 122.91 Mn | 63.53 Mn | - |
| 6 | Baozun | 160.48 Mn | -58.81 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 26.73 Mn | 20.11 Mn | - | - |
| 8 | Paid | 20.43 Mn | 19.35 Mn | 1.22 Mn | 15,770.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | - |
Baozun 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=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "BZUN", "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=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();