Community West Bancshares (CWBC) Total Non-Current Liabilities (2011 - 2025)
Community West Bancshares' (CWBC) quarterly Total Non-Current Liabilities came in at $3.3 billion in Q4 2025, up 3.84% year-over-year from $3.2 billion in Q4 2024, and up 3.84% quarter-over-quarter from $3.2 billion in Q4 2024.
Community West Bancshares (CWBC) Total Non-Current Liabilities (2011 - 2025) Analysis & Trends
Community West Bancshares (CWBC) has reported Total Non-Current Liabilities for 15 consecutive years, with $3.3 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Total Non-Current Liabilities rose 3.84% year-over-year to $3.3 billion in Q4 2025; TTM through Dec 2025 was $3.3 billion, a 3.84% increase from a year earlier, with the FY2025 full-year figure at $3.3 billion, up 3.84% from the prior year.
- Total Non-Current Liabilities was $3.3 billion for Q4 2025 at Community West Bancshares, up from $3.2 billion in the prior quarter.
- Over five years, Total Non-Current Liabilities peaked at $3.3 billion in Q4 2025 and troughed at $2.2 billion in Q4 2021.
- A 5-year average of $2.6 billion and a median of $2.2 billion in 2022 frame the typical range for Total Non-Current Liabilities.
- Across the five-year window, Total Non-Current Liabilities dropped 0.93% in 2023 and jumped 41.9% in 2024, its largest moves.
- Over 5 years, Total Non-Current Liabilities stood at $2.2 billion in 2021, then climbed by 2.05% to $2.2 billion in 2022, then declined by 0.93% to $2.2 billion in 2023, then jumped by 41.9% to $3.2 billion in 2024, then gained by 3.84% to $3.3 billion in 2025.
- The last three Total Non-Current Liabilities figures came in at $3.3 billion (Q4 2025), $3.2 billion (Q4 2024), and $2.2 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | 60,162.97 Bn |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 479.24 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | 259.43 Bn |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 187.07 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 244.32 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 201.97 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | 138.34 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 206.95 Bn |
| 10 | Community West Bancshares | 698.35 Mn | 481.40 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.28 Bn |
| Dec 31, 2024 | 3.16 Bn |
| Dec 31, 2023 | 2.23 Bn |
| Dec 31, 2022 | 2.25 Bn |
| Dec 31, 2021 | 2.20 Bn |
| Dec 31, 2020 | 1.76 Bn |
| Dec 31, 2019 | 1.37 Bn |
| Dec 31, 2018 | 1.32 Bn |
| Dec 31, 2017 | 1.45 Bn |
| Dec 31, 2016 | 1.28 Bn |
| Dec 31, 2015 | 1.14 Bn |
| Dec 31, 2014 | 1.06 Bn |
| Dec 31, 2013 | 1.03 Bn |
| Dec 31, 2012 | 772.19 Mn |
| Dec 31, 2011 | 741.34 Mn |
Community West Bancshares Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=CWBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=CWBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();