Baozun (BZUN) Income from Non-Controlling Interests (2014 - 2026)
Baozun (BZUN) posted Income from Non-Controlling Interests of -$3.1 million for Q2 2026, down 663.39% on a QoQ basis from -$407000.0 in Q1 2026, and down 1994.51% year-over-year from $164000.0 in Q2 2025.
Baozun (BZUN) Income from Non-Controlling Interests (2014 - 2026) Analysis & Trends
Baozun has reported Income from Non-Controlling Interests for 13 years, with the latest figure at -$3.1 million in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests fell 1994.51% year-over-year to -$3.1 million in Q2 2026; TTM through Jun 2026 was -$8.3 million, a 2276.84% decrease from a year earlier, with the FY2025 full-year figure at -$3.3 million, down 1324.18% from the prior year.
- Income from Non-Controlling Interests was -$3.1 million for Q2 2026 at Baozun, down from -$407000.0 in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $1.5 million in Q3 2024, with the low at -$3.5 million in Q4 2025.
- Average Income from Non-Controlling Interests over 5 years is -$428833.3, with a median of $120000.0 recorded in 2023.
- The sharpest annual moves came in 2024 and 2026: Income from Non-Controlling Interests soared 663.16% in 2024, then sank 1994.51% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at -$529000.0 in 2022, then sank by 495.46% to -$3.2 million in 2023, then grew by 20.6% to -$2.5 million in 2024, then slumped by 39.38% to -$3.5 million in 2025, then gained by 10.87% to -$3.1 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at -$3.1 million (Q2 2026), -$407000.0 (Q1 2026), and -$3.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | 11.03 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -10,000.00 |
| 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 | -3.11 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 | -3.11 Mn |
| Mar 31, 2026 | -407,000.00 |
| Dec 31, 2025 | -3.49 Mn |
| Sep 30, 2025 | -1.27 Mn |
| Jun 30, 2025 | 164,000.00 |
| Mar 31, 2025 | 1.27 Mn |
| Dec 31, 2024 | -2.50 Mn |
| Sep 30, 2024 | 1.45 Mn |
| Jun 30, 2024 | 807,000.00 |
| Mar 31, 2024 | 580,000.00 |
| Dec 31, 2023 | -3.15 Mn |
| Sep 30, 2023 | 1.08 Mn |
| Jun 30, 2023 | 589,000.00 |
| Mar 31, 2023 | 76,000.00 |
| Dec 31, 2022 | -529,000.00 |
| Sep 30, 2022 | -335,000.00 |
| Jun 30, 2022 | 570,000.00 |
| Mar 31, 2022 | 482,000.00 |
| Dec 31, 2021 | 108,000.00 |
| Sep 30, 2021 | -36,000.00 |
Baozun Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();