Skip to content

KENTUCKY BANCSHARES, INC.: filings

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

Filing record ends 2021-05-11

The latest filing in this captured record is a 10-Q filed 2021-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. KENTUCKY 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-Q2021-05-11fiscal Q1 202126560001558370-21-006790
10-K2021-03-03fiscal FY 202033920001558370-21-002326
10-Q2020-11-06fiscal Q3 202028810001558370-20-013111
10-Q2020-08-10fiscal Q2 202026740001558370-20-010093
10-Q2020-05-11fiscal Q1 202026560001558370-20-006144
10-K2020-03-10fiscal FY 201932870001558370-20-002327
10-Q2019-11-08fiscal Q3 201928770001558370-19-010572
10-Q2019-08-09fiscal Q2 201926700001558370-19-007827
10-Q2019-05-10fiscal Q1 201927550001558370-19-004800
10-K2019-03-15fiscal FY 2018311100001558370-19-002105
10-Q2018-11-08fiscal Q3 201824590001558370-18-008945
10-Q2018-08-08fiscal Q2 201824590001558370-18-006706
10-Q2018-05-09fiscal Q1 201825490001558370-18-004459
10-K2018-03-16fiscal FY 2017311110001558370-18-002201
10-Q2017-11-13fiscal Q3 201726680001558370-17-008820
10-Q2017-08-11fiscal Q2 201726680001558370-17-006547
10-Q2017-05-15fiscal Q1 201722460001558370-17-004303
10-K2017-03-30fiscal FY 2016271000001558370-17-002297
10-Q2016-11-14fiscal Q3 201622620001558370-16-010023
10-Q2016-08-12fiscal Q2 201622620001558370-16-007952
10-Q2016-05-13fiscal Q1 201622450001558370-16-005967
10-K2016-03-30fiscal FY 201527990001104659-16-108555
10-Q2015-11-16fiscal Q3 201522610001104659-15-079218
10-Q2015-08-13fiscal Q2 201523620001104659-15-059487
10-Q2015-05-13fiscal Q1 201521440001104659-15-037712
10-K2015-03-20fiscal FY 201427990001104659-15-021260
10-Q2014-11-13fiscal Q3 201421600001104659-14-080302
10-Q2014-08-13fiscal Q2 201421600001104659-14-060162
10-Q2014-05-13fiscal Q1 201421440001104659-14-037892
10-K2014-03-28fiscal FY 2013271000001104659-14-023992
10-Q2013-11-13fiscal Q3 201322610001104659-13-083980
10-Q2013-08-14fiscal Q2 201322610001104659-13-063603
10-Q2013-05-15fiscal Q1 201321440001104659-13-041655
10-K2013-03-28fiscal FY 201227990001104659-13-025094
10-Q2012-11-13fiscal Q3 201222610001104659-12-076802
10-Q2012-08-13fiscal Q2 201222610001104659-12-057191
10-Q2012-05-15fiscal Q1 201219400001104659-12-037109
10-K2012-03-29fiscal FY 201119510001104659-12-022172
10-Q2011-11-14fiscal Q3 201119520001104659-11-063608
10-Q2011-08-12fiscal Q2 201121540001104659-11-046373

Inspect the source

Entity
KENTUCKY BANCSHARES, INC. / CIK 0001000232
Captured
SEC response SHA-256
ce778ffee00bed3fe88de8ac0fe61c7d575623d2a4482a99953f530683d5f7c9

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