Skip to content

CITIZENS FIRST CORP: filings

Every CITIZENS FIRST CORP 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 2019-05-09

The latest filing in this captured record is a 10-Q filed 2019-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. CITIZENS FIRST 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-Q2019-05-09fiscal Q1 201926520001558370-19-004607
10-K2019-03-07fiscal FY 201832650001558370-19-001642
10-Q2018-11-08fiscal Q3 201826740001558370-18-008947
10-Q2018-08-09fiscal Q2 201826740001558370-18-006869
10-Q2018-05-14fiscal Q1 201827570001558370-18-004759
10-K2018-03-13fiscal FY 201732660001558370-18-001975
10-Q2017-11-09fiscal Q3 201728810001558370-17-008653
10-Q2017-08-10fiscal Q2 201726770001558370-17-006489
10-Q2017-05-11fiscal Q1 201723500001558370-17-004193
10-K2017-03-23fiscal FY 201628580001558370-17-002052
10-Q2016-11-10fiscal Q3 201625740001558370-16-009899
10-Q2016-08-11fiscal Q2 201624730001104659-16-138921
10-Q2016-05-10fiscal Q1 201625520001104659-16-119632
10-K2016-03-24fiscal FY 201527550001104659-16-107398
10-Q2015-11-12fiscal Q3 201522680001104659-15-078194
10-Q2015-08-10fiscal Q2 201523690001104659-15-058138
10-Q2015-05-11fiscal Q1 201523490001104659-15-036760
10-K2015-03-23fiscal FY 201426540001104659-15-021705
10-Q2014-11-06fiscal Q3 201423700001104659-14-077522
10-Q2014-08-07fiscal Q2 201423700001104659-14-058021
10-Q2014-05-08fiscal Q1 201422480001104659-14-036410
10-K2014-03-25fiscal FY 201326540001104659-14-022501
10-Q2013-11-13fiscal Q3 201323700001104659-13-083984
10-Q2013-08-09fiscal Q2 201323700001104659-13-062230
10-Q2013-05-10fiscal Q1 201323490001104659-13-040081
10-K2013-03-28fiscal FY 201226540001104659-13-025105
10-Q2012-11-13fiscal Q3 201223680001104659-12-077222
10-Q2012-08-10fiscal Q2 201223680001104659-12-056809
10-Q2012-05-10fiscal Q1 201221460001104659-12-035623
10-K2012-03-30fiscal FY 201120420001104659-12-022667
10-Q2011-11-09fiscal Q3 201120560001104659-11-062690
10-Q2011-08-08fiscal Q2 201123610001104659-11-044681

Inspect the source

Entity
CITIZENS FIRST CORP / CIK 0001073475
Captured
SEC response SHA-256
a89adb7fefa8b07e29a412ba1ef78b9f238ac8a37cbd55ee59ba6b4f1c6431e7

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