Kanzhun (BZ) Preferred Stock Liabilities (2020)
Kanzhun's (BZ) quarterly Preferred Stock Liabilities came in at $843.0 million in Q4 2020.
Analysis
Kanzhun (BZ) Preferred Stock Liabilities (2020) Analysis & Trends
Kanzhun has disclosed Preferred Stock Liabilities across 1 years of filings, most recently posting $843.0 million for Q4 2020.
- In Q4 2020, Preferred Stock Liabilities changed N/A year-over-year to $843.0 million; the TTM figure through Dec 2020 stood at $843.0 million (changed N/A YoY), while the FY2020 annual figure was $810.1 million, changed N/A from the prior year.
- Preferred Stock Liabilities came in at $843.0 million for Q4 2020 at Kanzhun.
- In the past five years, Preferred Stock Liabilities ranged from a high of $843.0 million in Q4 2020 to a low of $843.0 million in Q4 2020.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | - |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | - |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | - |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | - |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | - |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | - |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | - |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | - |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
API Access
Kanzhun 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=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "ticker": "BZ", "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=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();