Community West Bancshares (CWBC) Net Cash Flow (2010 - 2026)
Community West Bancshares' (CWBC) quarterly Net Cash Flow came in at $76.5 million in Q2 2026, up 645.77% year-over-year from $10.3 million in Q2 2025, and up 574.58% quarter-over-quarter from $11.3 million in Q1 2026.
Community West Bancshares (CWBC) Net Cash Flow (2010 - 2026) Analysis & Trends
Community West Bancshares (CWBC) has reported Net Cash Flow for 17 consecutive years, with $76.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 645.77% year-over-year to $76.5 million in Q2 2026; TTM through Jun 2026 was $72.5 million, a 193.33% increase from a year earlier, with the FY2025 full-year figure at -$1.4 million, down 102.12% from the prior year.
- Net Cash Flow was $76.5 million for Q2 2026 at Community West Bancshares, up from $11.3 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $76.5 million in Q2 2026 and troughed at -$74.6 million in Q1 2022.
- A 5-year average of $2.4 million and a median of $2.3 million in 2024 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow plunged 477.02% in 2023 and surged 645.77% in 2026, its largest moves.
- Over 5 years, Net Cash Flow stood at -$10.4 million in 2022, then plunged by 100.3% to -$20.8 million in 2023, then plunged by 37.26% to -$28.6 million in 2024, then jumped by 91.0% to -$2.6 million in 2025, then soared by 3072.46% to $76.5 million in 2026.
- The last three Net Cash Flow figures came in at $76.5 million (Q2 2026), $11.3 million (Q1 2026), and -$2.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -1.22 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - | 76.51 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 76.51 Mn |
| Mar 31, 2026 | 11.34 Mn |
| Dec 31, 2025 | -2.57 Mn |
| Sep 30, 2025 | -12.82 Mn |
| Jun 30, 2025 | -14.02 Mn |
| Mar 31, 2025 | 27.99 Mn |
| Dec 31, 2024 | -28.62 Mn |
| Sep 30, 2024 | 39.34 Mn |
| Jun 30, 2024 | 48.71 Mn |
| Mar 31, 2024 | 7.23 Mn |
| Dec 31, 2023 | -20.85 Mn |
| Sep 30, 2023 | -54.08 Mn |
| Jun 30, 2023 | 64.40 Mn |
| Mar 31, 2023 | 33.09 Mn |
| Dec 31, 2022 | -10.41 Mn |
| Sep 30, 2022 | 14.35 Mn |
| Jun 30, 2022 | -61.60 Mn |
| Mar 31, 2022 | -74.63 Mn |
| Dec 31, 2021 | 95.77 Mn |
| Sep 30, 2021 | -52.97 Mn |
Community West Bancshares 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=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "CWBC", "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=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();