Community West Bancshares (CWBC) Notes Payables (2010 - 2024)
Community West Bancshares' (CWBC) quarterly Notes Payables came in at $67.0 million in Q1 2024, down 16.25% quarter-over-quarter from $80.0 million in Q4 2023.
Community West Bancshares (CWBC) Notes Payables (2010 - 2024) Analysis & Trends
Community West Bancshares (CWBC) has reported Notes Payables for 5 consecutive years, with $67.0 million the latest figure, recorded in Q1 2024.
- On a quarterly basis, Notes Payables changed N/A year-over-year to $67.0 million in Q1 2024; TTM through Mar 2024 was $67.0 million, a N/A change from a year earlier, with the FY2023 full-year figure at $80.0 million, up 73.91% from the prior year.
- Notes Payables was $67.0 million for Q1 2024 at Community West Bancshares, down from $80.0 million in the prior quarter.
- Over five years, Notes Payables peaked at $80.0 million in Q4 2023 and troughed at $9.3 million in Q2 2022.
- A 3-year average of $45.5 million and a median of $46.0 million in 2022 frame the typical range for Notes Payables.
- The widest YoY moves for Notes Payables: up 73.91% in 2023, down 73.91% in 2023.
- Over 3 years, Notes Payables stood at $46.0 million in 2022, then surged by 73.91% to $80.0 million in 2023, then slipped by 16.25% to $67.0 million in 2024.
- The last three Notes Payables figures came in at $67.0 million (Q1 2024), $80.0 million (Q4 2023), and $46.0 million (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 67.00 Mn |
| Dec 31, 2023 | 80.00 Mn |
| Dec 31, 2022 | 46.00 Mn |
| Sep 30, 2022 | 25.00 Mn |
| Jun 30, 2022 | 9.32 Mn |
| Mar 31, 2012 | 4.00 Mn |
| Dec 31, 2010 | 10.00 Mn |
Community West Bancshares Notes Payables 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=notes-payables&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();