Community West Bancshares (CWBC) Shares Outstanding (Entity) (2010 - 2026)
Analysis
Community West Bancshares (CWBC) Shares Outstanding (Entity) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | 12.56 Bn |
| 2 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 7.02 Bn |
| 3 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 4 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 1.57 Bn |
| 5 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | - |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 291.44 Mn |
| 7 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | - |
| 8 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 3.03 Bn |
| 9 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | - |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - | 27.13 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 27.13 Mn |
| Mar 31, 2026 | 19.06 Mn |
| Dec 31, 2025 | 19.17 Mn |
| Sep 30, 2025 | 19.14 Mn |
| Jun 30, 2025 | 19.13 Mn |
| Mar 31, 2025 | 19.06 Mn |
| Dec 31, 2024 | 18.97 Mn |
| Sep 30, 2024 | 18.95 Mn |
| Jun 30, 2024 | 18.94 Mn |
| Mar 31, 2024 | 11.83 Mn |
| Dec 31, 2023 | 11.82 Mn |
| Sep 30, 2023 | 11.81 Mn |
| Jun 30, 2023 | 11.81 Mn |
| Mar 31, 2023 | 11.75 Mn |
| Dec 31, 2022 | 11.74 Mn |
| Sep 30, 2022 | 11.73 Mn |
| Jun 30, 2022 | 11.72 Mn |
| Mar 31, 2022 | 11.75 Mn |
| Dec 31, 2021 | 11.92 Mn |
| Sep 30, 2021 | 11.99 Mn |
API Access
Community West Bancshares Shares Outstanding (Entity) 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=shares-outstanding-entity&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "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=shares-outstanding-entity&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();