Kanzhun (BZ) Cash from Financing Activities (2020 - 2026)
Kanzhun's (BZ) quarterly Cash from Financing Activities came in at -$204.9 million in Q2 2026, down 1117.2% year-over-year from $20.1 million in Q2 2025, and down 293.24% quarter-over-quarter from -$52.1 million in Q1 2026.
Kanzhun (BZ) Cash from Financing Activities (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Cash from Financing Activities across 7 years of filings, most recently posting -$204.9 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 1117.2% year-over-year to -$204.9 million; the TTM figure through Jun 2026 stood at -$33.9 million (up 80.12% YoY), while the FY2025 annual figure was $236.6 million, up 218.24% from the prior year.
- Cash from Financing Activities came in at -$204.9 million for Q2 2026 at Kanzhun, down from -$52.1 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $288.3 million in Q3 2025 to a low of -$204.9 million in Q2 2026.
- Average Cash from Financing Activities over 5 years is -$21.4 million, with a median of -$13.2 million recorded in 2022.
- The largest YoY upside for Cash from Financing Activities was 1877.72% in 2022 against a maximum downside of 2808.87% in 2022.
- Over 5 years, Cash from Financing Activities stood at -$91.0 million in 2022, then soared by 31.6% to -$62.3 million in 2023, then declined by 14.47% to -$71.3 million in 2024, then increased by 8.43% to -$65.3 million in 2025, then slumped by 213.82% to -$204.9 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$204.9 million in Q2 2026, -$52.1 million in Q1 2026, and -$65.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -2.42 Bn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | -1.79 Bn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 235.10 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -671.50 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -204.85 Mn |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | -17.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -37.66 Mn |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | -3.53 Mn |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -204.85 Mn |
| Mar 31, 2026 | -52.09 Mn |
| Dec 31, 2025 | -65.28 Mn |
| Sep 30, 2025 | 288.34 Mn |
| Jun 30, 2025 | 20.14 Mn |
| Mar 31, 2025 | -11.85 Mn |
| Dec 31, 2024 | -71.29 Mn |
| Sep 30, 2024 | -107.41 Mn |
| Jun 30, 2024 | -11.26 Mn |
| Mar 31, 2024 | -14.48 Mn |
| Dec 31, 2023 | -62.28 Mn |
| Sep 30, 2023 | -6.01 Mn |
| Jun 30, 2023 | 3.20 Mn |
| Mar 31, 2023 | 6.67 Mn |
| Dec 31, 2022 | -91.05 Mn |
| Sep 30, 2022 | 6.54 Mn |
| Jun 30, 2022 | -14.47 Mn |
| Mar 31, 2022 | 1.44 Mn |
| Dec 31, 2021 | 3.36 Mn |
| Sep 30, 2021 | -368,000.00 |
Kanzhun Cash from Financing 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-financing-activities&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();