Kanzhun (BZ) Net Cash Flow (2020 - 2026)
Kanzhun's (BZ) quarterly Net Cash Flow came in at -$110.7 million in Q2 2026, down 315.42% year-over-year from $51.4 million in Q2 2025, and down 6.2% quarter-over-quarter from -$104.2 million in Q1 2026.
Kanzhun (BZ) Net Cash Flow (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Net Cash Flow across 7 years of filings, most recently posting -$110.7 million for Q2 2026.
- In Q2 2026, Net Cash Flow fell 315.42% year-over-year to -$110.7 million; the TTM figure through Jun 2026 stood at -$78.7 million (down 77.36% YoY), while the FY2025 annual figure was $228.6 million, up 2464.86% from the prior year.
- Net Cash Flow came in at -$110.7 million for Q2 2026 at Kanzhun, down from -$104.2 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $217.9 million in Q3 2025 to a low of -$519.8 million in Q2 2023.
- Average Net Cash Flow over 5 years is -$77.3 million, with a median of -$39.7 million recorded in 2023.
- Year-over-year, Net Cash Flow tumbled 5706.78% in 2024 and surged 344.2% in 2025.
- Over 5 years, Net Cash Flow stood at -$173.7 million in 2022, then soared by 99.61% to -$678000.0 in 2023, then plunged by 5706.78% to -$39.4 million in 2024, then sank by 107.34% to -$81.6 million in 2025, then tumbled by 35.62% to -$110.7 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$110.7 million in Q2 2026, -$104.2 million in Q1 2026, and -$81.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -1.95 Bn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | -1.44 Bn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 425.20 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -660.69 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -110.71 Mn |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | 31.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -51.01 Mn |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 757,000.00 |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -110.71 Mn |
| Mar 31, 2026 | -104.25 Mn |
| Dec 31, 2025 | -81.63 Mn |
| Sep 30, 2025 | 217.89 Mn |
| Jun 30, 2025 | 51.39 Mn |
| Mar 31, 2025 | 32.84 Mn |
| Dec 31, 2024 | -39.37 Mn |
| Sep 30, 2024 | -89.23 Mn |
| Jun 30, 2024 | 98.30 Mn |
| Mar 31, 2024 | 38.43 Mn |
| Dec 31, 2023 | -678,000.00 |
| Sep 30, 2023 | -40.10 Mn |
| Jun 30, 2023 | -519.80 Mn |
| Mar 31, 2023 | -493.05 Mn |
| Dec 31, 2022 | -173.68 Mn |
| Sep 30, 2022 | -222.13 Mn |
| Jun 30, 2022 | 35.18 Mn |
| Mar 31, 2022 | 9.39 Mn |
| Dec 31, 2021 | 119.30 Mn |
| Sep 30, 2021 | -57.55 Mn |
Kanzhun Net Cash Flow 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=net-cash-flow&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();