Kanzhun (BZ) Cash from Investing Activities (2020 - 2026)
Kanzhun's (BZ) quarterly Cash from Investing Activities came in at -$45.5 million in Q2 2026, up 60.48% year-over-year from -$28.3 million in Q2 2025, and up 79.79% quarter-over-quarter from -$225.1 million in Q1 2026.
Kanzhun (BZ) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Cash from Investing Activities across 7 years of filings, most recently posting -$45.5 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 60.48% year-over-year to -$45.5 million; the TTM figure through Jun 2026 stood at -$710.4 million (down 74.47% YoY), while the FY2025 annual figure was -$659.0 million, down 138.48% from the prior year.
- Cash from Investing Activities came in at -$45.5 million for Q2 2026 at Kanzhun, up from -$225.1 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $21.7 million in Q2 2022 to a low of -$610.6 million in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$166.9 million, with a median of -$102.3 million recorded in 2022.
- Year-over-year, Cash from Investing Activities surged 254.46% in 2022 and slumped 2908.74% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$105.2 million in 2022, then jumped by 34.46% to -$68.9 million in 2023, then tumbled by 43.69% to -$99.1 million in 2024, then sank by 107.56% to -$205.6 million in 2025, then soared by 77.88% to -$45.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$45.5 million in Q2 2026, -$225.1 million in Q1 2026, and -$205.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -958.00 Mn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | -227.40 Mn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | -23.70 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -101.08 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -45.49 Mn |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | -25.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -17.83 Mn |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | -1.81 Mn |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.49 Mn |
| Mar 31, 2026 | -225.11 Mn |
| Dec 31, 2025 | -205.62 Mn |
| Sep 30, 2025 | -234.16 Mn |
| Jun 30, 2025 | -115.09 Mn |
| Mar 31, 2025 | -93.55 Mn |
| Dec 31, 2024 | -99.07 Mn |
| Sep 30, 2024 | -99.46 Mn |
| Jun 30, 2024 | -9.95 Mn |
| Mar 31, 2024 | -72.50 Mn |
| Dec 31, 2023 | -68.94 Mn |
| Sep 30, 2023 | -145.12 Mn |
| Jun 30, 2023 | -610.59 Mn |
| Mar 31, 2023 | -577.03 Mn |
| Dec 31, 2022 | -105.19 Mn |
| Sep 30, 2022 | -280.20 Mn |
| Jun 30, 2022 | 21.74 Mn |
| Mar 31, 2022 | -38.41 Mn |
| Dec 31, 2021 | 32.00 Mn |
| Sep 30, 2021 | -99.08 Mn |
Kanzhun Cash from Investing Activities 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-from-investing-activities&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();