Skip to content

Guaranty Federal Bancshares, Inc.: filings

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

Filing record ends 2022-03-11

The latest filing in this captured record is a 10-K filed 2022-03-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. Guaranty Federal Bancshares, 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-K2022-03-11fiscal FY 2021361380001437749-22-005963
10-Q2021-11-05fiscal Q3 202130950001437749-21-025444
10-Q2021-08-06fiscal Q2 202129890001437749-21-018941
10-Q2021-05-07fiscal Q1 202129670001437749-21-011250
10-K2021-03-12fiscal FY 2020351370001437749-21-005844
10-Q2020-11-06fiscal Q3 202029910001437749-20-022963
10-Q2020-08-07fiscal Q2 202028870001437749-20-017002
10-Q2020-05-08fiscal Q1 202028590001437749-20-009948
10-K2020-03-13fiscal FY 2019341290001437749-20-005084
10-Q2019-11-08fiscal Q3 201929910001437749-19-022076
10-Q2019-08-09fiscal Q2 201929890001437749-19-016171
10-Q2019-05-09fiscal Q1 201928630001437749-19-009244
10-K2019-03-08fiscal FY 2018311210001437749-19-004433
10-Q2018-11-09fiscal Q3 201826690001437749-18-020272
10-Q2018-08-09fiscal Q2 201826690001437749-18-015084
10-Q2018-05-14fiscal Q1 201823480001437749-18-009716
10-K2018-03-30fiscal FY 2017291200001437749-18-005913
10-Q2017-11-13fiscal Q3 201723720001437749-17-019105
10-Q2017-08-10fiscal Q2 201720600001437749-17-014385
10-Q2017-05-10fiscal Q1 201723480001437749-17-008569
10-K2017-03-24fiscal FY 2016291180001437749-17-005197
10-Q2016-11-08fiscal Q3 201623660001437749-16-041360
10-Q2016-08-05fiscal Q2 201623660001437749-16-036584
10-Q2016-05-11fiscal Q1 201623480001437749-16-031533
10-K2016-03-25fiscal FY 2015301240001437749-16-028415
10-Q2015-11-10fiscal Q3 201525690001437749-15-020393
10-Q2015-08-07fiscal Q2 201525690001437749-15-015276
10-Q2015-05-08fiscal Q1 201525530001437749-15-009435
10-K2015-03-27fiscal FY 201430810001437749-15-006227
10-Q2014-11-12fiscal Q3 201426730001437749-14-020471
10-Q2014-08-08fiscal Q2 201426730001437749-14-014748
10-Q2014-05-09fiscal Q1 201426550001437749-14-008551
10-K2014-03-28fiscal FY 201329810001437749-14-005389
10-Q2013-11-07fiscal Q3 201325720001437749-13-014180
10-Q2013-08-09fiscal Q2 201325720001437749-13-010402
10-Q2013-05-10fiscal Q1 201325540001437749-13-005820
10-K2013-03-28fiscal FY 201229810001437749-13-003637
10-Q2012-11-14fiscal Q3 201225720001437749-12-011672
10-Q2012-08-10fiscal Q2 201225720001437749-12-008203
10-Q2012-05-14fiscal Q1 201223500001140361-12-025063
10-K2012-03-30fiscal FY 201124680001140361-12-018268
10-Q2011-11-14fiscal Q3 201123620001140361-11-053124
10-Q2011-08-12fiscal Q2 201123620001140361-11-041477

Inspect the source

Entity
Guaranty Federal Bancshares, Inc. / CIK 0001046203
Captured
SEC response SHA-256
c1f08a24028842c27c8250360fd57def21a27e63d0c38641a7a6f99ade7adb8e

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