Skip to content

CITIZENS HOLDING COMPANY: filings

Every CITIZENS HOLDING COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-03-29

The latest filing in this captured record is a 10-K filed 2024-03-29. No later filing is in the SEC companyfacts record captured on 2026-09-20. CITIZENS HOLDING COMPANY 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-K2024-03-29fiscal FY 202332850001437749-24-009993
10-Q2023-11-14fiscal Q3 202321700001437749-23-031896
10-Q2023-08-14fiscal period not tagged21660001437749-23-023714
10-Q2023-05-15fiscal Q1 202321440001437749-23-014421
10-K2023-03-16fiscal FY 202232850001437749-23-006793
10-Q2022-11-04fiscal Q3 202221700001193125-22-277198
10-Q2022-08-05fiscal Q2 202221660001193125-22-213028
10-Q2022-05-06fiscal Q1 202222460001193125-22-142974
10-K2022-03-11fiscal FY 202134890001193125-22-072539
10-Q2021-11-05fiscal Q3 202122750001193125-21-320811
10-Q2021-08-06fiscal Q2 202124720001193125-21-238195
10-Q2021-05-07fiscal Q1 202124500001193125-21-154601
10-K2021-03-12fiscal FY 202034880001193125-21-078829
10-Q2020-11-09fiscal Q3 202025780001193125-20-288592
10-Q2020-08-07fiscal Q2 202025740001193125-20-212406
10-Q2020-05-08fiscal Q1 202026540001193125-20-136839
10-K2020-03-13fiscal FY 201933850001193125-20-072154
10-Q2019-11-08fiscal Q3 201924760001193125-19-287852
10-Q2019-08-09fiscal Q2 201924720001193125-19-217492
10-Q2019-05-10fiscal Q1 201924500001193125-19-143440
10-K2019-03-15fiscal FY 201829780001193125-19-076104
10-Q2018-11-07fiscal Q3 201823660001193125-18-320099
10-Q2018-08-09fiscal Q2 201823660001193125-18-243744
10-Q2018-05-10fiscal Q1 201819400001193125-18-159066
10-K2018-03-15fiscal FY 201726670001193125-18-083037
10-Q2017-11-09fiscal Q3 201719580001193125-17-338347
10-Q2017-08-09fiscal Q2 201719580001193125-17-252280
10-Q2017-05-10fiscal Q1 201719400001193125-17-165422
10-K2017-03-15fiscal FY 201625660001193125-17-083390
10-Q2016-11-09fiscal Q3 201620590001193125-16-764022
10-Q2016-08-09fiscal Q2 201620590001193125-16-676113
10-Q2016-05-10fiscal Q1 201619400001193125-16-584901
10-K2016-03-15fiscal FY 201525650001193125-16-504671
10-Q2015-11-09fiscal Q3 201520590001193125-15-372180
10-Q2015-08-10fiscal Q2 201520590001193125-15-284592
10-Q2015-05-11fiscal Q1 201519400001193125-15-181785
10-K2015-03-13fiscal FY 201426670001193125-15-091019
10-Q2014-11-10fiscal Q3 201419580001193125-14-406073
10-Q2014-08-11fiscal Q2 201419580001193125-14-304933
10-Q2014-05-12fiscal Q1 201422460001193125-14-194003
10-K2014-03-14fiscal FY 201329780001193125-14-099176
10-Q2013-11-12fiscal Q3 201322640001193125-13-437162
10-Q2013-08-08fiscal Q2 201322640001193125-13-326126
10-Q2013-05-10fiscal Q1 201322460001193125-13-212631
10-K2013-03-15fiscal FY 201231810001193125-13-109053
10-Q2012-11-09fiscal Q3 201222640001193125-12-462080
10-Q2012-08-09fiscal Q2 201222640001193125-12-346002
10-Q2012-05-10fiscal Q1 201219400001193125-12-224481
10-K2012-03-14fiscal FY 201125690001193125-12-114798
10-Q2011-11-08fiscal Q3 201120530001193125-11-302296
10-Q2011-08-08fiscal Q2 201120530001193125-11-214372

Inspect the source

Entity
CITIZENS HOLDING COMPANY / CIK 0001075706
Captured
2026-09-20T05:20:13.739Z
SEC response SHA-256
f5219ff3067b38fb2279690cf033d8e1bd44e274a92ba46b73f6b0965ae331bb

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