Skip to content

Bank of Commerce Holdings: filings

Every Bank of Commerce Holdings annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-08-06

The latest filing in this captured record is a 10-Q filed 2021-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bank of Commerce Holdings 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-Q2021-08-06fiscal Q2 202126730001437749-21-018883
10-Q2021-05-07fiscal Q1 202126570001437749-21-011285
10-K2021-03-05fiscal FY 202033640001437749-21-005088
10-Q2020-11-06fiscal Q3 202026800001437749-20-022952
10-Q2020-08-07fiscal Q2 202026770001437749-20-017030
10-Q2020-05-08fiscal Q1 202026610001437749-20-010015
10-K2020-03-06fiscal FY 201931610001437749-20-004516
10-Q2019-11-01fiscal Q3 201923760001437749-19-021259
10-Q2019-08-02fiscal Q2 201923730001437749-19-015279
10-Q2019-05-03fiscal Q1 201923560001437749-19-008681
10-K2019-03-12fiscal FY 2018331270001437749-19-004660
10-Q2018-11-02fiscal Q3 201821580001437749-18-019374
10-Q2018-08-06fiscal Q2 201821580001437749-18-014538
10-Q2018-05-04fiscal Q1 201820450001437749-18-008692
10-K/A2018-03-27fiscal FY 2017311250001437749-18-005579
10-K2018-03-09fiscal FY 2017311250001437749-18-004277
10-Q2017-11-03fiscal Q3 201722620001437749-17-018273
10-Q2017-08-04fiscal Q2 201721600001437749-17-013774
10-Q2017-04-28fiscal Q1 201721480001437749-17-007408
10-K2017-03-15fiscal FY 2016311290001437749-17-004547
10-Q2016-11-04fiscal Q3 201621610001437749-16-041117
10-Q2016-08-05fiscal Q2 201621610001437749-16-036550
10-Q2016-05-06fiscal Q1 201624530001437749-16-031015
10-K2016-03-08fiscal FY 2015291330001437749-16-027040
10-Q2015-11-06fiscal Q3 201519580001437749-15-020078
10-Q2015-08-07fiscal Q2 201519580001437749-15-015255
10-Q2015-05-08fiscal Q1 201521480001437749-15-009521
10-K2015-03-10fiscal FY 2014281170001437749-15-004631
10-Q2014-11-07fiscal Q3 201422650001437749-14-020055
10-Q2014-08-08fiscal Q2 201422650001437749-14-014804
10-Q2014-05-09fiscal Q1 201421460001437749-14-008614
10-K2014-03-11fiscal FY 2013271150001193125-14-093985
10-Q2013-11-08fiscal Q3 201324660001193125-13-433900
10-Q2013-08-09fiscal Q2 201323650001193125-13-328761
10-Q2013-05-10fiscal Q1 201323490001193125-13-214316
10-K2013-03-15fiscal FY 2012301250001193125-13-109104
10-Q2012-11-08fiscal Q3 201222630001193125-12-459590
10-Q2012-08-07fiscal Q2 201224700001193125-12-340016
10-Q2012-05-07fiscal Q1 201224520001193125-12-214320
10-K2012-03-09fiscal FY 201125670001193125-12-106225
10-Q2011-11-07fiscal Q3 201125710001193125-11-299455
10-Q2011-08-05fiscal Q2 201125710000950123-11-073271

Inspect the source

Entity
Bank of Commerce Holdings / CIK 0000702513
Captured
SEC response SHA-256
2aaa7989a9d5a6e7f2ff1b6603c88276de85d91bfa41dc5ce8432a26894849b6

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