Kanzhun (BZ) Gains from Investment Securities (2021 - 2022)
Kanzhun's (BZ) quarterly Gains from Investment Securities came in at $212171.6 in Q4 2022, down 17.49% year-over-year from $257137.4 in Q4 2021, and up 126.67% quarter-over-quarter from -$795625.2 in Q3 2022.
Kanzhun (BZ) Gains from Investment Securities (2021 - 2022) Analysis & Trends
Kanzhun has disclosed Gains from Investment Securities across 2 years of filings, most recently posting $212171.6 for Q4 2022.
- In Q4 2022, Gains from Investment Securities fell 17.49% year-over-year to $212171.6; the TTM figure through Dec 2022 stood at -$367898.4 (changed N/A YoY), while the FY2023 annual figure was -$153000.0, up 87.77% from the prior year.
- Gains from Investment Securities came in at $212171.6 for Q4 2022 at Kanzhun, up from -$795625.2 in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $257137.4 in Q4 2021 to a low of -$795625.2 in Q3 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 212,171.55 |
| Sep 30, 2022 | -795,625.17 |
| Dec 31, 2021 | 257,137.37 |
| Sep 30, 2021 | -41,582.19 |
Kanzhun Gains from Investment Securities 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=gains-from-investment-securities&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();