Kanzhun (BZ) Cash & Equivalents Growth (1y) (2020 - 2026)
Analysis
Kanzhun (BZ) Cash & Equivalents Growth (1y) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 26.35% |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | -33.18% |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | -62.80% |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -31.69% |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -13.78% |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | -5.29% |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -70.18% |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 35.48% |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.78% |
| Mar 31, 2026 | 26.37% |
| Dec 31, 2025 | 62.83% |
| Sep 30, 2025 | 64.45% |
| Jun 30, 2025 | -7.69% |
| Mar 31, 2025 | 1.06% |
| Dec 31, 2024 | 3.48% |
| Sep 30, 2024 | 19.77% |
| Jun 30, 2024 | 26.42% |
| Mar 31, 2024 | -58.22% |
| Dec 31, 2023 | 139.43% |
| Sep 30, 2023 | -78.64% |
| Jun 30, 2023 | -79.20% |
| Mar 31, 2023 | -49.16% |
| Dec 31, 2022 | -91.91% |
| Sep 30, 2022 | -6.03% |
| Jun 30, 2022 | 5.83% |
| Dec 31, 2021 | 6,317.28% |
| Dec 31, 2020 | -52.17% |
API Access
Kanzhun Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();