Community West Bancshares (CWBC) Interest income - Investments (2013 - 2014)
Community West Bancshares' (CWBC) quarterly Interest income - Investments came in at $129000.0 in Q2 2014, down 83.42% quarter-over-quarter from $778000.0 in Q1 2014.
Community West Bancshares (CWBC) Interest income - Investments (2013 - 2014) Analysis & Trends
Community West Bancshares (CWBC) has reported Interest income - Investments for 2 consecutive years, with $129000.0 the latest figure, recorded in Q2 2014.
- On a quarterly basis, Interest income - Investments changed N/A year-over-year to $129000.0 in Q2 2014; TTM through Mar 2015 was $129000.0, a 85.7% decrease from a year earlier, with the FY2014 full-year figure at $907000.0, up 631.45% from the prior year.
- Interest income - Investments was $129000.0 for Q2 2014 at Community West Bancshares, down from $778000.0 in the prior quarter.
- Over five years, Interest income - Investments peaked at $778000.0 in Q1 2014 and troughed at $54000.0 in Q4 2013.
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 |
|---|---|
| Jun 30, 2014 | 129,000.00 |
| Mar 31, 2014 | 778,000.00 |
| Dec 31, 2013 | 54,000.00 |
| Sep 30, 2013 | 70,000.00 |
Community West Bancshares Interest income - Investments 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=interest-income-investments&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-investments", "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=interest-income-investments&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();