Skip to content

HomeTown Bankshares Corp: filings

Every HomeTown Bankshares Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-03-15

The latest filing in this captured record is a 10-K filed 2019-03-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. HomeTown Bankshares Corp 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-K2019-03-15fiscal FY 201831640001437749-19-005078
10-Q2018-11-13fiscal Q3 201826740001437749-18-020522
10-Q2018-08-13fiscal Q2 201826740001437749-18-015313
10-Q2018-05-14fiscal Q1 201826540001437749-18-009791
10-K2018-03-30fiscal FY 201731640001437749-18-005880
10-Q2017-11-14fiscal Q3 201726740001437749-17-019301
10-Q2017-08-14fiscal Q2 201722660001437749-17-014661
10-Q2017-05-15fiscal Q1 201722460001437749-17-009200
10-K2017-03-30fiscal FY 201627560001437749-17-005637
10-Q2016-11-14fiscal Q3 201624700001437749-16-041910
10-Q2016-08-15fiscal Q2 201624700001437749-16-037397
10-Q2016-05-16fiscal Q1 201625520001437749-16-031882
10-K2016-03-30fiscal FY 201530620001437749-16-028616
10-Q2015-11-13fiscal Q3 201525720001437749-15-020731
10-Q2015-08-13fiscal Q2 201525720001437749-15-015761
10-Q2015-05-15fiscal Q1 201525520001437749-15-010316
10-K2015-03-31fiscal FY 201428580001437749-15-006406
10-Q2014-11-14fiscal Q3 201423660001437749-14-020741
10-Q2014-08-14fiscal Q2 201423660001437749-14-015336
10-Q2014-05-14fiscal Q1 201423580001437749-14-009020
10-K2014-03-28fiscal FY 201328580001437749-14-005346
10-Q2013-11-14fiscal Q3 201323660001437749-13-014753
10-Q2013-08-13fiscal Q2 201321580001437749-13-010608
10-Q2013-05-15fiscal Q1 201319400001437749-13-006096
10-K2013-03-28fiscal FY 201226520001437749-13-003576
10-Q2012-11-13fiscal Q3 201220490001437749-12-011495
10-Q/A2012-09-13fiscal Q2 201220490001437749-12-009459
10-Q2012-05-14fiscal Q1 201220400001193125-12-231011
10-K2012-03-29fiscal FY 201117360001193125-12-139280
10-Q2011-11-10fiscal Q3 201117420001193125-11-306934
10-Q2011-08-12fiscal Q2 201117420001193125-11-220978

Inspect the source

Entity
HomeTown Bankshares Corp / CIK 0001461640
Captured
SEC response SHA-256
7154df5d56afd065b3638212f05680149f6da28385f2f3cbeb07bbc90e452112

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