Skip to content

COMMUNITY WEST BANCSHARES: filings

Every COMMUNITY WEST BANCSHARES annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-04-08

The latest filing in this captured record is a 10-K filed 2024-04-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. COMMUNITY WEST BANCSHARES may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-K2024-04-08fiscal FY 202331820001140361-24-018439
10-Q2023-11-13fiscal Q3 202327800001140361-23-052973
10-Q2023-08-14fiscal Q2 202327800001140361-23-039671
10-Q2023-05-15fiscal Q1 202327580001140361-23-024733
10-K2023-03-31fiscal FY 202231820001140361-23-015469
10-Q2022-11-14fiscal Q3 202227800001140361-22-041055
10-Q2022-08-11fiscal Q2 202227830001140361-22-029232
10-Q2022-05-13fiscal Q1 202227590001140361-22-019063
10-K2022-03-29fiscal FY 202133890001140361-22-011674
10-Q2021-11-10fiscal Q3 202127810001140361-21-037449
10-Q2021-08-06fiscal Q2 202127810001140361-21-027397
10-Q2021-05-07fiscal Q1 202126550001140361-21-016468
10-K2021-03-15fiscal FY 2020321250001140361-21-008391
10-Q2020-11-06fiscal Q3 202027790001140361-20-024904
10-Q2020-08-07fiscal Q2 202027790001140361-20-017863
10-Q2020-05-08fiscal Q1 202027570001140361-20-011103
10-K2020-03-10fiscal FY 2019321240001140361-20-005343
10-Q2019-11-06fiscal Q3 201927790001140361-19-019935
10-Q2019-08-02fiscal Q2 201927790001140361-19-014120
10-Q2019-05-03fiscal Q1 201927570001140361-19-008373
10-K2019-03-08fiscal FY 2018271130001140361-19-004617
10-Q2018-11-02fiscal Q3 201822640001140361-18-042234
10-Q2018-08-03fiscal Q2 201822640001140361-18-035342
10-Q2018-05-04fiscal Q1 201822440001140361-18-021700
10-K2018-03-02fiscal FY 2017281160001140361-18-011708
10-Q2017-11-06fiscal Q3 201722620001140361-17-041148
10-Q2017-08-04fiscal Q2 201722620001140361-17-030112
10-Q2017-05-03fiscal Q1 201718360001140361-17-018144
10-K2017-03-03fiscal FY 2016241120001140361-17-010544
10-Q2016-11-02fiscal Q3 201619580001140361-16-084530
10-Q2016-08-01fiscal Q2 201619580001140361-16-074036
10-Q2016-05-06fiscal Q1 201619380001140361-16-063775
10-K2016-03-04fiscal FY 2015241120001140361-16-056515
10-Q2015-11-06fiscal Q3 201519580001140361-15-039951
10-Q2015-08-07fiscal Q2 201518560001140361-15-030356
10-Q2015-05-08fiscal Q1 201518360001140361-15-018302
10-K2015-03-09fiscal FY 2014231090001140361-15-010836
10-Q2014-11-07fiscal Q3 201418560001140361-14-040634
10-Q2014-08-07fiscal Q2 201421620001140361-14-031268
10-Q2014-05-07fiscal Q1 201421420001140361-14-019340
10-K2014-03-17fiscal FY 2013261180001140361-14-012849
10-Q2013-11-12fiscal Q3 201321600001140361-13-041752
10-Q2013-08-09fiscal Q2 201321600001140361-13-031285
10-Q2013-05-13fiscal Q1 201321450001140361-13-020275
10-K2013-03-29fiscal FY 2012251320001140361-13-014560
10-Q2012-11-13fiscal Q3 201223660001140361-12-046801
10-Q2012-08-14fiscal Q2 201223660001140361-12-036851
10-Q2012-05-14fiscal Q1 201222460001140361-12-024893
10-K2012-03-30fiscal FY 201122610001140361-12-018319
10-Q2011-11-10fiscal Q3 201122620001140361-11-052822
10-Q2011-08-12fiscal Q2 201121600001140361-11-041357

Inspect the source

Entity
COMMUNITY WEST BANCSHARES / CIK 0001051343
Captured
SEC response SHA-256
55c0f8e0135e82ff6288413a121a82e2c6a91c9e623e46d94481962e717002fc

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001051343.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))