Skip to content

BAYCOM CORP: filings

Every BAYCOM CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-10fiscal Q2 202631880001730984-26-000072
10-Q2026-05-11fiscal Q1 202630640001730984-26-000048
10-K2026-03-16fiscal FY 202533910001730984-26-000016
10-Q2025-11-07fiscal Q3 202531870001730984-25-000073
10-Q2025-08-11fiscal Q2 202531870001730984-25-000055
10-Q2025-05-09fiscal Q1 202531670001558370-25-007192
10-K2025-03-14fiscal FY 202434950001730984-25-000017
10-Q2024-11-12fiscal Q3 202432910001730984-24-000087
10-Q2024-08-09fiscal Q2 202432900001730984-24-000065
10-Q2024-05-10fiscal Q1 202432680001730984-24-000044
10-K2024-03-15fiscal FY 202334940001730984-24-000028
10-Q2023-11-13fiscal Q3 202332910001730984-23-000088
10-Q2023-08-14fiscal Q2 202332910001730984-23-000076
10-Q/A2023-07-25fiscal Q1 202333700001730984-23-000066
10-K/A2023-07-25fiscal FY 202234940001730984-23-000064
10-Q/A2023-07-25fiscal Q3 202233980001730984-23-000062
10-Q/A2023-07-25fiscal Q2 202233950001730984-23-000060
10-Q/A2023-07-25fiscal Q1 202232690001730984-23-000057
10-Q2023-05-15fiscal Q1 202332690001730984-23-000035
10-K2023-03-31fiscal FY 202234940001730984-23-000020
10-Q2022-11-10fiscal Q3 202232970001730984-22-000068
10-Q2022-08-15fiscal Q2 202232930001730984-22-000060
10-Q2022-05-16fiscal Q1 202232690001730984-22-000041
10-K2022-03-31fiscal FY 202135970001730984-22-000026
10-Q2021-11-15fiscal Q3 2021321050001730984-21-000040
10-Q2021-08-16fiscal Q2 202132970001730984-21-000031
10-Q2021-05-13fiscal Q1 202132670001730984-21-000024
10-K2021-03-23fiscal FY 202034930001730984-21-000015
10-Q2020-11-06fiscal Q3 2020321020001730984-20-000016
10-Q2020-08-10fiscal Q2 202032990001558370-20-010235
10-Q2020-05-08fiscal Q1 202031720001104659-20-058439
10-K2020-03-16fiscal FY 201931840001104659-20-033745
10-Q2019-11-12fiscal Q3 2019311030001104659-19-062738
10-Q2019-08-09fiscal Q2 201929900001144204-19-038692
10-Q2019-05-15fiscal Q1 201928660001144204-19-026184
10-K2019-03-19fiscal FY 201828770001144204-19-014741
10-Q2018-11-09fiscal Q3 201828820001144204-18-058639
10-Q2018-08-14fiscal Q2 201827800001144204-18-044770
10-Q2018-06-18fiscal Q1 201822460000927089-18-000262

Inspect the source

Entity
BAYCOM CORP / CIK 0001730984
Captured
2026-09-21T17:25:20.902Z
SEC response SHA-256
87e5a7df398b32171bca5606e20f046d126f7ca4d4c1406988e1d26bdb74b3cd

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