Skip to content

PacWest Bancorp: filings

Every PacWest Bancorp annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-Q filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. PacWest Bancorp 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-Q2023-11-09fiscal Q3 2023341040001628280-23-038297
10-Q2023-08-09fiscal Q2 2023341000001628280-23-028538
10-Q2023-05-11fiscal Q1 202334750001628280-23-017382
10-K2023-02-27fiscal FY 2022391070001628280-23-005257
10-Q2022-11-08fiscal Q3 2022341040001628280-22-028720
10-Q2022-08-08fiscal Q2 2022341000001628280-22-021577
10-Q2022-05-06fiscal Q1 202234720001628280-22-013054
10-K2022-02-28fiscal FY 2021391060001628280-22-004301
10-Q2021-11-08fiscal Q3 2021341110001628280-21-022297
10-Q2021-08-06fiscal Q2 2021341070001628280-21-016117
10-Q2021-05-10fiscal Q1 202134800001628280-21-009560
10-K2021-02-26fiscal FY 2020401550001628280-21-003477
10-Q2020-11-09fiscal Q3 2020341110001628280-20-015997
10-Q2020-08-07fiscal Q2 2020341070001628280-20-012214
10-Q2020-05-08fiscal Q1 202034820001628280-20-007221
10-K2020-02-28fiscal FY 2019411410001628280-20-002507
10-Q2019-11-07fiscal Q3 2019341110001628280-19-013559
10-Q2019-08-08fiscal Q2 2019321030001628280-19-010355
10-Q2019-05-09fiscal Q1 201932770001628280-19-006327
10-K2019-02-27fiscal FY 2018351350001628280-19-002144
10-Q2018-11-07fiscal Q3 2018291000001628280-18-013902
10-Q2018-08-08fiscal Q2 201829910001628280-18-010735
10-Q2018-05-10fiscal Q1 201829690001628280-18-006439
10-K2018-03-01fiscal Q4 2017311220001628280-18-002617
10-Q2017-11-07fiscal Q3 201726850001628280-17-011096
10-Q2017-08-08fiscal Q2 201726850001628280-17-008363
10-Q2017-05-10fiscal Q1 201726650001628280-17-005288
10-K2017-03-01fiscal Q4 2016331360001628280-17-001974
10-Q2016-11-07fiscal Q3 201626850001628280-16-020882
10-Q2016-08-09fiscal Q2 201626850001628280-16-018735
10-Q2016-05-09fiscal Q1 201626650001628280-16-015967
10-K2016-02-29fiscal Q4 2015331480001628280-16-011915
10-Q2015-11-09fiscal Q3 201525830001628280-15-008496
10-Q2015-08-10fiscal Q2 201526880001628280-15-006337
10-Q2015-05-08fiscal Q1 201526680001628280-15-003984
10-K2015-03-02fiscal FY 2014321450001628280-15-001342
10-Q2014-11-10fiscal Q3 2014281010001445305-14-004973
10-Q2014-08-11fiscal Q2 201428990001445305-14-003565
10-Q2014-05-12fiscal Q1 201423630001047469-14-004857
10-K2014-03-03fiscal FY 2013271150001047469-14-001621
10-Q2013-11-08fiscal Q3 201323780001047469-13-010421
10-Q2013-08-09fiscal Q2 201323780001047469-13-008315
10-Q2013-05-09fiscal Q1 201323600001047469-13-005811
10-K2013-03-01fiscal FY 2012281150001047469-13-001982
10-Q2012-11-08fiscal Q3 201222750001047469-12-010253
10-Q2012-08-09fiscal Q2 201221740001047469-12-008034
10-Q2012-05-10fiscal Q1 201218450001047469-12-005739
10-K2012-03-14fiscal FY 201120540001047469-12-002635
10-Q2011-11-08fiscal Q3 201119600001047469-11-009202
10-Q2011-08-08fiscal Q2 201121610001047469-11-007090

Inspect the source

Entity
PacWest Bancorp / CIK 0001102112
Captured
SEC response SHA-256
eb3a2e7479072aeb36973a3a138943d6f47a398b92459fd083d9d484ff309170

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/0001102112.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"])))