Skip to content

PCB BANCORP: filings

Every PCB BANCORP annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 202631920001423869-26-000027
10-Q2026-05-07fiscal Q1 202631660001423869-26-000018
10-K2026-03-16fiscal FY 202536980001423869-26-000006
10-Q2025-11-07fiscal Q3 202531920001423869-25-000050
10-Q2025-08-08fiscal Q2 202531920001423869-25-000043
10-Q/A2025-07-24fiscal Q1 202531660001423869-25-000038
10-Q2025-06-09fiscal Q1 202531660001423869-25-000031
10-K2025-03-13fiscal FY 202435940001423869-25-000006
10-Q2024-11-07fiscal Q3 202432940001423869-24-000044
10-Q2024-08-08fiscal Q2 202432940001423869-24-000038
10-Q2024-05-07fiscal Q1 202433700001423869-24-000030
10-K2024-03-12fiscal FY 202336980001423869-24-000006
10-Q2023-11-08fiscal Q3 202332970001423869-23-000053
10-Q2023-08-07fiscal Q2 202332970001423869-23-000045
10-Q2023-05-09fiscal Q1 202332690001423869-23-000025
10-K2023-03-09fiscal FY 202235950001423869-23-000007
10-Q2022-11-03fiscal Q3 202232960001423869-22-000031
10-Q2022-08-04fiscal Q2 202232960001423869-22-000027
10-Q2022-05-05fiscal Q1 202231660001423869-22-000016
10-K2022-03-04fiscal FY 202135950001423869-22-000006
10-Q2021-11-08fiscal Q3 202132960001423869-21-000046
10-Q2021-08-05fiscal Q2 202132960001423869-21-000032
10-Q2021-05-06fiscal Q1 202132680001423869-21-000022
10-K2021-03-11fiscal FY 2020361450001423869-21-000007
10-Q2020-11-06fiscal Q3 202032980001423869-20-000044
10-Q2020-08-10fiscal Q2 202032960001423869-20-000029
10-Q2020-05-11fiscal Q1 202032680001423869-20-000019
10-K2020-03-09fiscal FY 2019361420001423869-20-000010
10-Q2019-11-06fiscal Q3 201933960001423869-19-000050
10-Q2019-08-08fiscal Q2 201933910001423869-19-000041
10-Q2019-05-09fiscal Q1 201931620001423869-19-000023
10-K2019-03-18fiscal FY 2018311370001423869-19-000012
10-Q2018-11-08fiscal Q3 201828800001628280-18-013988
10-Q2018-09-20fiscal Q2 201827780001628280-18-011991

Inspect the source

Entity
PCB BANCORP / CIK 0001423869
Captured
2026-09-20T08:03:33.844Z
SEC response SHA-256
5478f8e1e17ca2a9d8116cd76269d8b868141354d499ec827f33aca41466d002

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