Kanzhun (BZ) Change in Cash (2020 - 2026)
Kanzhun's (BZ) quarterly Change in Cash came in at -$113.7 million in Q2 2026, down 320.7% year-over-year from $51.5 million in Q2 2025, and down 4.15% quarter-over-quarter from -$109.2 million in Q1 2026.
Kanzhun (BZ) Change in Cash (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Change in Cash across 7 years of filings, most recently posting -$113.7 million for Q2 2026.
- In Q2 2026, Change in Cash fell 320.7% year-over-year to -$113.7 million; the TTM figure through Jun 2026 stood at -$91.6 million (down 102.06% YoY), while the FY2025 annual figure was $221.9 million, up 1921.39% from the prior year.
- Change in Cash came in at -$113.7 million for Q2 2026 at Kanzhun, down from -$109.2 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $216.1 million in Q3 2025 to a low of -$509.2 million in Q1 2023.
- Average Change in Cash over 5 years is -$69.4 million, with a median of -$38.3 million recorded in 2023.
- Year-over-year, Change in Cash plunged 21723.78% in 2023 and surged 331.12% in 2025.
- Over 5 years, Change in Cash stood at -$204.0 million in 2022, then soared by 101.96% to $4.0 million in 2023, then tumbled by 1003.03% to -$36.0 million in 2024, then sank by 135.36% to -$84.8 million in 2025, then plunged by 34.06% to -$113.7 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$113.7 million in Q2 2026, -$109.2 million in Q1 2026, and -$84.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -1.97 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 | -113.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 | -113.71 Mn |
| Mar 31, 2026 | -109.18 Mn |
| Dec 31, 2025 | -84.82 Mn |
| Sep 30, 2025 | 216.12 Mn |
| Jun 30, 2025 | 51.52 Mn |
| Mar 31, 2025 | 32.71 Mn |
| Dec 31, 2024 | -36.04 Mn |
| Sep 30, 2024 | -93.51 Mn |
| Jun 30, 2024 | 99.79 Mn |
| Mar 31, 2024 | 37.98 Mn |
| Dec 31, 2023 | 3.99 Mn |
| Sep 30, 2023 | -40.59 Mn |
| Jun 30, 2023 | -484.58 Mn |
| Mar 31, 2023 | -509.24 Mn |
| Dec 31, 2022 | -203.99 Mn |
| Sep 30, 2022 | -142.73 Mn |
| Jun 30, 2022 | 123.96 Mn |
| Mar 31, 2022 | 2.36 Mn |
| Dec 31, 2021 | 91.86 Mn |
| Sep 30, 2021 | -51.62 Mn |
Kanzhun Change in Cash 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=change-in-cash&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();