Baozun (BZUN) Investment Income (2014 - 2025)
Baozun (BZUN) posted Investment Income of -$3.9 million for Q4 2025, up 66.85% on a QoQ basis from -$11.8 million in Q3 2025, and down 123.43% year-over-year from $16.7 million in Q4 2024.
Baozun (BZUN) Investment Income (2014 - 2025) Analysis & Trends
Baozun has reported Investment Income for 12 years, with the latest figure at -$3.9 million in Q4 2025.
- On a quarterly basis, Investment Income fell 123.43% year-over-year to -$3.9 million in Q4 2025; TTM through Dec 2025 was -$458715.2, a 34.44% decrease from a year earlier, with the FY2025 full-year figure at -$28.7 million, down 125.39% from the prior year.
- Investment Income was -$3.9 million for Q4 2025 at Baozun, up from -$11.8 million in the prior quarter.
- The five-year high for Investment Income was $48.7 million in Q4 2022, with the low at -$44.3 million in Q3 2021.
- Average Investment Income over 5 years is -$823455.7, with a median of -$1.4 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Investment Income jumped 10910.86% in 2022, then plunged 123.43% in 2025.
- Over 5 years, Investment Income stood at $441857.1 in 2021, then surged by 10910.86% to $48.7 million in 2022, then slumped by 58.5% to $20.2 million in 2023, then retreated by 17.5% to $16.7 million in 2024, then tumbled by 123.43% to -$3.9 million in 2025.
- The last three Investment Income figures came in at -$3.9 million (Q4 2025), -$11.8 million (Q3 2025), and -$1.4 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inv. Income (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 | 152,000.00 |
| 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 |
|---|---|
| Dec 31, 2025 | -3.90 Mn |
| Sep 30, 2025 | -11.78 Mn |
| Jun 30, 2025 | -1.44 Mn |
| Dec 31, 2024 | 16.66 Mn |
| Sep 30, 2024 | -15.66 Mn |
| Jun 30, 2024 | -2.01 Mn |
| Mar 31, 2024 | 668,000.00 |
| Dec 31, 2023 | 20.19 Mn |
| Sep 30, 2023 | -18.18 Mn |
| Jun 30, 2023 | -2.01 Mn |
| Mar 31, 2023 | 32,742.76 |
| Dec 31, 2022 | 48.65 Mn |
| Sep 30, 2022 | -21.43 Mn |
| Dec 31, 2021 | 441,857.10 |
| Sep 30, 2021 | -44.34 Mn |
| Jun 30, 2021 | 18.08 Mn |
| Mar 31, 2021 | 2.03 Mn |
| Jun 30, 2020 | 21.44 Mn |
| Mar 31, 2020 | 85,000.00 |
| Mar 31, 2019 | 6.03 Mn |
Baozun 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=investment-income&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-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=investment-income&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();