Baozun (BZUN) Preferred Stock Liabilities (2014 - 2015)
Baozun (BZUN) posted Preferred Stock Liabilities of $296.1 million for Q4 2015, up 10.09% on a QoQ basis from $269.0 million in Q3 2015, and up 108.28% year-over-year from $142.2 million in Q4 2014.
Baozun (BZUN) Preferred Stock Liabilities (2014 - 2015) Analysis & Trends
Baozun has reported Preferred Stock Liabilities for 2 years, with the latest figure at $296.1 million in Q4 2015.
- On a quarterly basis, Preferred Stock Liabilities rose 108.28% year-over-year to $296.1 million in Q4 2015; TTM through Dec 2015 was $296.1 million, a 108.28% increase from a year earlier, with the FY2015 full-year figure at $291.6 million, up 105.57% from the prior year.
- Preferred Stock Liabilities was $296.1 million for Q4 2015 at Baozun, up from $269.0 million in the prior quarter.
- The five-year high for Preferred Stock Liabilities was $296.1 million in Q4 2015, with the low at -$4.1 million in Q1 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (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 | - | 12.06 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 |
|---|---|
| Dec 31, 2015 | 296.10 Mn |
| Sep 30, 2015 | 268.97 Mn |
| Jun 30, 2015 | 269.83 Mn |
| Mar 31, 2015 | -4.07 Mn |
| Dec 31, 2014 | 142.16 Mn |
Baozun Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();