Community West Bancshares (CWBC) Asset Utilization Ratio (2011 - 2026)
Community West Bancshares' (CWBC) quarterly Asset Utilization Ratio came in at 0.04 in Q2 2026, up 10.67% year-over-year from 0.04 in Q2 2025, and up 1.18% quarter-over-quarter from 0.04 in Q1 2026.
Community West Bancshares (CWBC) Asset Utilization Ratio (2011 - 2026) Analysis & Trends
Community West Bancshares (CWBC) has reported Asset Utilization Ratio for 16 consecutive years, with 0.04 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 10.67% year-over-year to 0.04 in Q2 2026; TTM through Jun 2026 was 0.04, a 10.67% increase from a year earlier, with the FY2025 full-year figure at 0.04, up 2.72% from the prior year.
- Asset Utilization Ratio was 0.04 for Q2 2026 at Community West Bancshares, up from 0.04 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.04 in Q2 2026 and troughed at 0.03 in Q1 2022.
- A 5-year average of 0.04 and a median of 0.04 in 2022 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio dropped 9.4% in 2024 and increased 20.15% in 2025, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.04 in 2022, then grew by 3.59% to 0.04 in 2023, then decreased by 9.01% to 0.03 in 2024, then rose by 20.15% to 0.04 in 2025, then climbed by 2.32% to 0.04 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.04 (Q2 2026), 0.04 (Q1 2026), and 0.04 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 0.04 |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | 0.04 |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 0.05 |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 0.03 |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 0.04 |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | 0.05 |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 0.04 |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 0.00 |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - | 0.04 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.04 |
| Mar 31, 2026 | 0.04 |
| Dec 31, 2025 | 0.04 |
| Sep 30, 2025 | 0.04 |
| Jun 30, 2025 | 0.04 |
| Mar 31, 2025 | 0.04 |
| Dec 31, 2024 | 0.03 |
| Sep 30, 2024 | 0.03 |
| Jun 30, 2024 | 0.04 |
| Mar 31, 2024 | 0.04 |
| Dec 31, 2023 | 0.04 |
| Sep 30, 2023 | 0.04 |
| Jun 30, 2023 | 0.04 |
| Mar 31, 2023 | 0.04 |
| Dec 31, 2022 | 0.04 |
| Sep 30, 2022 | 0.04 |
| Jun 30, 2022 | 0.04 |
| Mar 31, 2022 | 0.03 |
| Dec 31, 2021 | 0.03 |
| Sep 30, 2021 | 0.03 |
Community West Bancshares Asset Utilization Ratio 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=asset-utilization-ratio&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();