Skip to content

COBIZ FINANCIAL INC: filings

Every COBIZ FINANCIAL INC annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2018-07-27

The latest filing in this captured record is a 10-Q filed 2018-07-27. No later filing is in the SEC companyfacts record captured on 2026-09-23. COBIZ FINANCIAL INC 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-Q2018-07-27fiscal Q2 201829800001028734-18-000106
10-Q2018-04-27fiscal Q1 201829600001028734-18-000069
10-K2018-02-16fiscal FY 2017341250001558370-18-000754
10-Q2017-10-27fiscal Q3 201729800001558370-17-007629
10-Q2017-07-28fiscal Q2 201729800001028734-17-000125
10-Q2017-04-28fiscal Q1 201728620001028734-17-000064
10-K2017-02-21fiscal FY 2016331210001028734-17-000021
10-Q2016-10-28fiscal Q3 201628780001028734-16-000300
10-Q2016-07-29fiscal Q2 201628810001028734-16-000273
10-Q2016-04-29fiscal Q1 201629600001028734-16-000232
10-K2016-02-12fiscal FY 2015331220001558370-16-003167
10-Q2015-10-23fiscal Q3 201529800001028734-15-000110
10-Q2015-07-24fiscal Q2 201529800001028734-15-000093
10-Q2015-04-24fiscal Q1 201529600001558370-15-000552
10-K2015-02-13fiscal FY 2014341240001558370-15-000076
10-Q2014-10-24fiscal Q3 201427720001028734-14-000094
10-Q2014-07-25fiscal Q2 201427720001028734-14-000077
10-Q2014-04-25fiscal Q1 201427560001028734-14-000049
10-K2014-02-14fiscal FY 2013341240001047469-14-000912
10-Q2013-10-25fiscal Q3 201327720001028734-13-000133
10-Q2013-07-26fiscal Q2 201327720001028734-13-000103
10-Q2013-04-26fiscal Q1 201327560001104659-13-033420
10-K2013-02-15fiscal FY 2012361290001104659-13-011305
10-Q2012-10-26fiscal Q3 201229800001104659-12-071474
10-Q2012-07-27fiscal Q2 201229800001104659-12-051716
10-Q2012-04-27fiscal Q1 201226540001104659-12-029523
10-K2012-03-08fiscal FY 201129780001104659-12-016668
10-Q2011-10-31fiscal Q3 201128740001104659-11-059179
10-Q2011-07-29fiscal Q2 201128740001104659-11-041840

Inspect the source

Entity
COBIZ FINANCIAL INC / CIK 0001028734
Captured
SEC response SHA-256
2403d68c7f3006089c17cd7558eaacc8244a21ced0bf0916a62e973f9f86e8d6

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