Skip to content

Guaranty Bancorp: filings

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

Filing record ends 2018-10-31

The latest filing in this captured record is a 10-Q filed 2018-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-23. Guaranty 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-Q2018-10-31fiscal Q3 201823660001324410-18-000045
10-Q2018-07-31fiscal Q2 201823660001324410-18-000032
10-Q2018-04-30fiscal Q1 201823500001324410-18-000025
10-K2018-02-28fiscal FY 2017291180001324410-18-000015
10-Q2017-10-31fiscal Q3 201720600001324410-17-000057
10-Q2017-07-28fiscal Q2 201720600001324410-17-000043
10-Q2017-04-28fiscal Q1 201720440001324410-17-000028
10-K2017-02-28fiscal FY 2016291170001324410-17-000016
10-Q2016-11-09fiscal Q3 201620590001324410-16-000109
10-Q2016-08-04fiscal Q2 201619580001324410-16-000094
10-Q2016-04-29fiscal Q1 201619420001324410-16-000081
10-K2016-02-17fiscal FY 2015281160001324410-16-000071
10-Q2015-10-28fiscal Q3 201519580001324410-15-000056
10-Q2015-07-30fiscal Q2 201519580001324410-15-000049
10-Q2015-04-30fiscal Q1 201519420001324410-15-000031
10-K/A2015-02-23fiscal FY 2014261100001324410-15-000019
10-K2015-02-18fiscal FY 2014261100001324410-15-000015
10-Q2014-10-31fiscal Q3 201419580001324410-14-000033
10-Q2014-07-31fiscal Q2 201418560001324410-14-000027
10-Q2014-04-30fiscal Q1 201418400001324410-14-000013
10-K2014-02-19fiscal FY 2013271000001104659-14-011442
10-Q2013-10-30fiscal Q3 201319600001104659-13-079242
10-K/A2013-08-23fiscal FY 201228780001104659-13-065794
10-Q2013-07-31fiscal Q2 201319600001104659-13-058370
10-Q2013-04-30fiscal Q1 201319410001104659-13-035177
10-K2013-02-14fiscal FY 201228780001104659-13-010944
10-Q2012-10-29fiscal Q3 201221640001104659-12-071945
10-Q2012-07-31fiscal Q2 201221640001104659-12-052712
10-Q2012-04-26fiscal Q1 201220430001104659-12-029064
10-K2012-02-10fiscal FY 201120410001047469-12-000847
10-Q2011-10-27fiscal Q3 201119580001104659-11-058354
10-Q2011-07-29fiscal Q2 201122640001104659-11-041855

Inspect the source

Entity
Guaranty Bancorp / CIK 0001324410
Captured
SEC response SHA-256
dea57c3f4777e168d3365a2e3a5dc24e854b7c9be05c903757562263a6e1639c

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