Community West Bancshares (CWBC) Other Working Capital Changes (2010 - 2013)
Community West Bancshares' (CWBC) quarterly Other Working Capital Changes came in at -$1.6 million in Q2 2013, down 1046.32% year-over-year from $164742.8 in Q2 2012, and down 9270.59% quarter-over-quarter from $17000.0 in Q1 2013.
Community West Bancshares (CWBC) Other Working Capital Changes (2010 - 2013) Analysis & Trends
Community West Bancshares (CWBC) has reported Other Working Capital Changes for 4 consecutive years, with -$1.6 million the latest figure, recorded in Q2 2013.
- On a quarterly basis, Other Working Capital Changes fell 1046.32% year-over-year to -$1.6 million in Q2 2013; TTM through Sep 2014 was -$1.6 million, a 6.7% increase from a year earlier, with the FY2013 full-year figure at -$1.5 million, down 200.58% from the prior year.
- Other Working Capital Changes was -$1.6 million for Q2 2013 at Community West Bancshares, down from $17000.0 in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $17000.0 in Q1 2013 and troughed at -$1.6 million in Q2 2013.
- A 4-year average of -$270000.0 and a median of -$147500.0 in 2011 frame the typical range for Other Working Capital Changes.
- The widest YoY moves for Other Working Capital Changes: up 114.05% in 2013, down 1046.32% in 2013.
- Over 4 years, Other Working Capital Changes stood at -$251000.0 in 2010, then soared by 41.43% to -$147000.0 in 2011, then increased by 12.24% to -$129000.0 in 2012, then tumbled by 1108.53% to -$1.6 million in 2013.
- The last three Other Working Capital Changes figures came in at -$1.6 million (Q2 2013), $17000.0 (Q1 2013), and -$129000.0 (Q4 2012), 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 |
|---|---|
| Jun 30, 2013 | -1.56 Mn |
| Jun 30, 2013 | -1.56 Mn |
| Mar 31, 2013 | 17,000.00 |
| Mar 31, 2013 | 17,000.00 |
| Dec 31, 2012 | -129,000.00 |
| Dec 31, 2012 | -129,000.00 |
| Sep 30, 2012 | -127,000.00 |
| Sep 30, 2012 | -127,000.00 |
| Jun 30, 2012 | -136,000.00 |
| Jun 30, 2012 | -136,000.00 |
| Mar 31, 2012 | -121,000.00 |
| Mar 31, 2012 | -121,000.00 |
| Dec 31, 2011 | -147,000.00 |
| Dec 31, 2011 | -147,000.00 |
| Sep 30, 2011 | -148,000.00 |
| Sep 30, 2011 | -148,000.00 |
| Jun 30, 2011 | -158,000.00 |
| Jun 30, 2011 | -158,000.00 |
| Mar 31, 2011 | -252,000.00 |
| Mar 31, 2011 | -252,000.00 |
Community West Bancshares Other Working Capital Changes 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=other-working-capital-changes&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();