Baozun (BZUN) Other Non Operating Income (2014 - 2026)
Baozun (BZUN) posted Other Non Operating Income of $16000.0 for Q2 2026, up 100.93% on a QoQ basis from -$1.7 million in Q1 2026, and up 125.4% year-over-year from $7098.6 in Q2 2025.
Baozun (BZUN) Other Non Operating Income (2014 - 2026) Analysis & Trends
Baozun has reported Other Non Operating Income for 13 years, with the latest figure at $16000.0 in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 125.4% year-over-year to $16000.0 in Q2 2026; TTM through Jun 2026 was -$990000.0, a 124.73% decrease from a year earlier, with the FY2025 full-year figure at -$532000.0, up 61.97% from the prior year.
- Other Non Operating Income was $16000.0 for Q2 2026 at Baozun, up from -$1.7 million in the prior quarter.
- The five-year high for Other Non Operating Income was $12.0 million in Q2 2022, with the low at -$5.8 million in Q4 2022.
- Average Other Non Operating Income over 5 years is $1.2 million, with a median of -$23500.0 recorded in 2025.
- The largest YoY upside for Other Non Operating Income was 2711.78% in 2022 against a maximum downside of 206.4% in 2022.
- Over 5 years, Other Non Operating Income stood at -$5.8 million in 2022, then surged by 42.64% to -$3.3 million in 2023, then surged by 202.57% to $3.4 million in 2024, then tumbled by 115.17% to -$514000.0 in 2025, then surged by 103.11% to $16000.0 in 2026.
- The last three Other Non Operating Income figures came in at $16000.0 (Q2 2026), -$1.7 million (Q1 2026), and -$514000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16,000.00 |
| Mar 31, 2026 | -1.72 Mn |
| Dec 31, 2025 | -514,000.00 |
| Sep 30, 2025 | 1.23 Mn |
| Jun 30, 2025 | -63,000.00 |
| Mar 31, 2025 | -1.01 Mn |
| Dec 31, 2024 | 3.39 Mn |
| Sep 30, 2024 | 1.69 Mn |
| Jun 30, 2024 | -1.43 Mn |
| Mar 31, 2024 | 1.61 Mn |
| Dec 31, 2023 | -3.30 Mn |
| Sep 30, 2023 | 1.18 Mn |
| Jun 30, 2023 | 5.45 Mn |
| Mar 31, 2023 | -1.14 Mn |
| Dec 31, 2022 | -5.76 Mn |
| Sep 30, 2022 | 11.75 Mn |
| Jun 30, 2022 | 12.00 Mn |
| Mar 31, 2022 | -947,000.00 |
| Dec 31, 2021 | -3.35 Mn |
| Sep 30, 2021 | -450,000.00 |
Baozun Other 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=other-non-operating-income&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();