Baozun (BZUN) Non Operating Interest Expenses (2014 - 2026)
Baozun (BZUN) posted Non Operating Interest Expenses of -$1.3 million for Q2 2026, down 2.4% on a QoQ basis from -$1.3 million in Q1 2026, and up 19.76% year-over-year from -$1.1 million in Q2 2025.
Baozun (BZUN) Non Operating Interest Expenses (2014 - 2026) Analysis & Trends
Baozun has reported Non Operating Interest Expenses for 11 years, with the latest figure at -$1.3 million in Q2 2026.
- On a quarterly basis, Non Operating Interest Expenses rose 19.76% year-over-year to -$1.3 million in Q2 2026; TTM through Jun 2026 was -$5.5 million, a 7.56% increase from a year earlier, with the FY2025 full-year figure at -$6.4 million, down 19.34% from the prior year.
- Non Operating Interest Expenses was -$1.3 million for Q2 2026 at Baozun, down from -$1.3 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was -$1.2 million in Q3 2024, with the low at -$3.1 million in Q1 2022.
- Average Non Operating Interest Expenses over 5 years is -$1.6 million, with a median of -$1.4 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Non Operating Interest Expenses sank 54.31% in 2022, then surged 48.78% in 2023.
- Over 5 years, Non Operating Interest Expenses stood at -$2.0 million in 2022, then surged by 32.84% to -$1.3 million in 2023, then climbed by 0.83% to -$1.3 million in 2024, then declined by 13.43% to -$1.5 million in 2025, then grew by 11.71% to -$1.3 million in 2026.
- The last three Non Operating Interest Expenses figures came in at -$1.3 million (Q2 2026), -$1.3 million (Q1 2026), and -$1.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (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 | -4.71 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 | 2.49 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | -1.32 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 | - | 23,304.00 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.32 Mn |
| Mar 31, 2026 | -1.29 Mn |
| Dec 31, 2025 | -1.50 Mn |
| Sep 30, 2025 | -1.38 Mn |
| Jun 30, 2025 | -1.65 Mn |
| Mar 31, 2025 | -1.72 Mn |
| Dec 31, 2024 | -1.32 Mn |
| Sep 30, 2024 | -1.24 Mn |
| Jun 30, 2024 | -1.44 Mn |
| Mar 31, 2024 | -1.41 Mn |
| Dec 31, 2023 | -1.33 Mn |
| Sep 30, 2023 | -1.53 Mn |
| Jun 30, 2023 | -1.35 Mn |
| Mar 31, 2023 | -1.60 Mn |
| Dec 31, 2022 | -1.98 Mn |
| Sep 30, 2022 | -1.37 Mn |
| Jun 30, 2022 | -2.06 Mn |
| Mar 31, 2022 | -3.11 Mn |
| Dec 31, 2021 | -2.53 Mn |
| Sep 30, 2021 | -2.21 Mn |
Baozun Non Operating Interest Expenses 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-interest-expenses&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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-interest-expenses&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();