Community West Bancshares (CWBC) Cash from Investing Activities (2010 - 2026)
Community West Bancshares' (CWBC) quarterly Cash from Investing Activities came in at $72000.0 in Q2 2026, up 100.18% year-over-year from $35967.8 in Q2 2025, and up 101.63% quarter-over-quarter from -$4.4 million in Q1 2026.
Community West Bancshares (CWBC) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Community West Bancshares (CWBC) has reported Cash from Investing Activities for 17 consecutive years, with $72000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 100.18% year-over-year to $72000.0 in Q2 2026; TTM through Jun 2026 was -$125.4 million, a 113.59% decrease from a year earlier, with the FY2025 full-year figure at -$160.5 million, down 348.95% from the prior year.
- Cash from Investing Activities was $72000.0 for Q2 2026 at Community West Bancshares, up from -$4.4 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $55.9 million in Q2 2024 and troughed at -$107.8 million in Q1 2022.
- A 5-year average of -$15.2 million and a median of -$5.3 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 1378.05% in 2023 and plunged 3289.35% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$287000.0 in 2022, then jumped by 1378.05% to $3.7 million in 2023, then slumped by 659.16% to -$20.5 million in 2024, then slumped by 302.04% to -$82.5 million in 2025, then surged by 100.09% to $72000.0 in 2026.
- The last three Cash from Investing Activities figures came in at $72000.0 (Q2 2026), -$4.4 million (Q1 2026), and -$82.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -1.38 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | -752.00 Mn |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - | 72,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 72,000.00 |
| Mar 31, 2026 | -4.42 Mn |
| Dec 31, 2025 | -82.46 Mn |
| Sep 30, 2025 | -38.62 Mn |
| Jun 30, 2025 | -40.23 Mn |
| Mar 31, 2025 | 804,000.00 |
| Dec 31, 2024 | -20.51 Mn |
| Sep 30, 2024 | 1.21 Mn |
| Jun 30, 2024 | 55.85 Mn |
| Mar 31, 2024 | 27.92 Mn |
| Dec 31, 2023 | 3.67 Mn |
| Sep 30, 2023 | -9.22 Mn |
| Jun 30, 2023 | 36.27 Mn |
| Mar 31, 2023 | -6.20 Mn |
| Dec 31, 2022 | -287,000.00 |
| Sep 30, 2022 | -71.64 Mn |
| Jun 30, 2022 | -17.32 Mn |
| Mar 31, 2022 | -107.84 Mn |
| Dec 31, 2021 | -11.03 Mn |
| Sep 30, 2021 | -127.74 Mn |
Community West Bancshares 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=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();