Skip to content

LIMESTONE BANCORP, INC.: filings

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

Filing record ends 2023-02-28

The latest filing in this captured record is a 10-K filed 2023-02-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. LIMESTONE BANCORP, 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-K2023-02-28fiscal FY 2022311140001437749-23-004906
10-Q2022-10-28fiscal Q3 202225760001437749-22-025059
10-Q2022-07-29fiscal Q2 202225720001437749-22-018138
10-Q2022-04-29fiscal Q1 202225520001437749-22-010244
10-K2022-02-25fiscal FY 2021321120001437749-22-004465
10-Q2021-10-29fiscal Q3 202125760001437749-21-024651
10-Q2021-07-30fiscal Q2 202124680001437749-21-018012
10-Q2021-04-29fiscal Q1 202125500001437749-21-010206
10-K2021-02-26fiscal FY 2020311080001437749-21-004246
10-Q2020-10-30fiscal Q3 202027820001437749-20-022107
10-Q2020-07-31fiscal Q2 202027800001437749-20-016162
10-Q2020-05-01fiscal Q1 202027570001437749-20-009141
10-K2020-02-28fiscal FY 2019331080001437749-20-003905
10-Q2019-11-01fiscal Q3 201926810001437749-19-021289
10-Q2019-08-02fiscal Q2 201926790001437749-19-015305
10-Q2019-05-02fiscal Q1 201926550001437749-19-008586
10-K2019-03-08fiscal FY 2018311060001437749-19-004472
10-Q2018-11-02fiscal Q3 201826700001437749-18-019412
10-Q2018-08-02fiscal Q2 201825680001437749-18-014304
10-Q2018-05-03fiscal Q1 201826510001437749-18-008536
10-K2018-02-28fiscal FY 2017311020001437749-18-003527
10-Q2017-11-02fiscal Q3 201725670001437749-17-018146
10-Q2017-08-04fiscal Q2 201722620001437749-17-013819
10-Q2017-05-04fiscal Q1 201722440001437749-17-007995
10-K2017-02-28fiscal FY 201628940001437749-17-003431
10-Q2016-11-03fiscal Q3 201623650001437749-16-040992
10-Q2016-08-04fiscal Q2 201623650001437749-16-036461
10-Q2016-05-05fiscal Q1 201622470001437749-16-030991
10-K2016-03-25fiscal FY 201526930001437749-16-028431
10-Q2015-11-12fiscal Q3 201522660001437749-15-020632
10-Q2015-08-05fiscal Q2 201521640001193125-15-278673
10-Q2015-05-11fiscal Q1 201521480001193125-15-181967
10-K2015-03-30fiscal FY 201427920001193125-15-111775
10-Q2014-11-14fiscal Q3 201421640001193125-14-413220
10-Q/A2014-11-14fiscal Q2 201421620001193125-14-413204
10-Q2014-08-08fiscal Q2 201421620001193125-14-303110
10-Q2014-05-09fiscal Q1 201420440001193125-14-192530
10-K2014-03-14fiscal FY 2013311040001193125-14-100010
10-Q2013-11-13fiscal Q3 201325690001193125-13-440189
10-Q2013-08-08fiscal Q2 201324670001193125-13-326772
10-Q2013-05-15fiscal Q1 201324510001157523-13-002713
10-K2013-02-28fiscal FY 2012321090001157523-13-001134
10-Q2012-11-13fiscal Q3 201227740001157523-12-006010
10-Q/A2012-08-15fiscal Q2 201227710001157523-12-004557
10-Q2012-04-30fiscal Q1 201222440001157523-12-002239
10-K2012-03-30fiscal FY 201125660001157523-12-001629
10-Q2011-11-10fiscal Q3 201126640001157523-11-006709
10-Q2011-08-15fiscal Q2 201126640001157523-11-005023

Inspect the source

Entity
LIMESTONE BANCORP, INC. / CIK 0001358356
Captured
SEC response SHA-256
3a3b12a1792e535b74a4c34beca3fff018dbf3f818c5f7a42735695fe16d34ff

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