Community West Bancshares (CWBC) Accounts Payables (2010 - 2026)
Community West Bancshares' (CWBC) quarterly Accounts Payables came in at $4.1 billion in Q2 2026, up 37.55% year-over-year from $3.0 billion in Q2 2025, and up 31.13% quarter-over-quarter from $3.1 billion in Q1 2026.
Community West Bancshares (CWBC) Accounts Payables (2010 - 2026) Analysis & Trends
Community West Bancshares (CWBC) has reported Accounts Payables for 17 consecutive years, with $4.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Accounts Payables rose 37.55% year-over-year to $4.1 billion in Q2 2026; TTM through Jun 2026 was $4.1 billion, a 37.55% increase from a year earlier, with the FY2025 full-year figure at $3.1 billion, up 6.34% from the prior year.
- Accounts Payables was $4.1 billion for Q2 2026 at Community West Bancshares, up from $3.1 billion in the prior quarter.
- Over five years, Accounts Payables peaked at $4.1 billion in Q2 2026 and troughed at $2.0 billion in Q1 2024.
- A 5-year average of $2.6 billion and a median of $2.5 billion in 2023 frame the typical range for Accounts Payables.
- Across the five-year window, Accounts Payables declined 6.64% in 2024 and jumped 44.18% in 2025, its largest moves.
- Over 5 years, Accounts Payables stood at $2.1 billion in 2022, then fell by 2.76% to $2.0 billion in 2023, then jumped by 42.57% to $2.9 billion in 2024, then gained by 6.34% to $3.1 billion in 2025, then soared by 33.09% to $4.1 billion in 2026.
- The last three Accounts Payables figures came in at $4.1 billion (Q2 2026), $3.1 billion (Q1 2026), and $3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts Payables (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 | - | 234.14 Bn |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 168.89 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 222.47 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 185.62 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | 130.71 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 153.09 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 173.43 Bn |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - | 4.12 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.12 Bn |
| Mar 31, 2026 | 3.14 Bn |
| Dec 31, 2025 | 3.10 Bn |
| Sep 30, 2025 | 3.08 Bn |
| Jun 30, 2025 | 2.99 Bn |
| Mar 31, 2025 | 2.93 Bn |
| Dec 31, 2024 | 2.91 Bn |
| Sep 30, 2024 | 2.92 Bn |
| Jun 30, 2024 | 2.87 Bn |
| Mar 31, 2024 | 2.03 Bn |
| Dec 31, 2023 | 2.04 Bn |
| Sep 30, 2023 | 2.15 Bn |
| Jun 30, 2023 | 2.20 Bn |
| Mar 31, 2023 | 2.18 Bn |
| Dec 31, 2022 | 2.10 Bn |
| Sep 30, 2022 | 2.14 Bn |
| Jun 30, 2022 | 2.11 Bn |
| Mar 31, 2022 | 2.16 Bn |
| Dec 31, 2021 | 2.12 Bn |
| Sep 30, 2021 | 2.06 Bn |
Community West Bancshares Accounts 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=accounts-payables&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();