Skip to content

THE COMMUNITY FINANCIAL CORPORATION: filings

Every THE COMMUNITY FINANCIAL CORPORATION 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-05-09

The latest filing in this captured record is a 10-Q filed 2023-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. THE COMMUNITY FINANCIAL CORPORATION 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-Q2023-05-09fiscal Q1 202334710001628280-23-016793
10-K2023-03-02fiscal FY 202234690001628280-23-005999
10-Q2022-11-07fiscal Q3 202234990001628280-22-028618
10-Q2022-08-03fiscal Q2 202234990001628280-22-020633
10-Q2022-05-09fiscal Q1 202234710001628280-22-013377
10-K2022-03-03fiscal FY 202134690001628280-22-004856
10-Q2021-11-08fiscal Q3 202134990001628280-21-022245
10-Q2021-08-11fiscal Q2 202133950001628280-21-016564
10-Q2021-05-11fiscal Q1 202133690001628280-21-009799
10-K2021-03-04fiscal FY 202034690001628280-21-003922
10-Q2020-11-03fiscal Q3 202033950001628280-20-015351
10-Q2020-08-05fiscal Q2 202033950001628280-20-011778
10-Q2020-05-08fiscal Q1 202032690001628280-20-007175
10-K2020-03-04fiscal FY 2019361510001628280-20-002934
10-Q2019-11-05fiscal Q3 201933940001628280-19-013249
10-Q2019-08-08fiscal Q2 201933940001628280-19-010413
10-Q2019-05-09fiscal Q1 201932660001558370-19-004718
10-K2019-03-07fiscal FY 2018341470001144204-19-012738
10-Q2018-11-09fiscal Q3 201830840001144204-18-058605
10-Q2018-08-08fiscal Q2 201830840001144204-18-042762
10-Q2018-05-10fiscal Q1 201830610001144204-18-026950
10-K2018-03-12fiscal FY 2017301490001144204-18-014028
10-Q2017-11-03fiscal Q3 201723690001144204-17-056062
10-Q2017-08-08fiscal Q2 201722670001144204-17-040928
10-Q2017-05-04fiscal Q1 201722470001144204-17-024297
10-K2017-03-13fiscal FY 2016261410001144204-17-014249
10-Q2016-11-04fiscal Q3 201623720001144204-16-131660
10-Q2016-08-05fiscal Q2 201623720001144204-16-116917
10-Q2016-05-06fiscal Q1 201623500001144204-16-099519
10-K2016-03-10fiscal FY 2015311470001144204-16-087252
10-Q2015-11-04fiscal Q3 201527810001144204-15-062790
10-Q2015-08-03fiscal Q2 201527810001144204-15-045815
10-Q2015-05-06fiscal Q1 201527570001144204-15-028061
10-K2015-03-06fiscal FY 2014311040001144204-15-014642
10-Q2014-11-07fiscal Q3 201427810001144204-14-065968
10-Q2014-08-04fiscal Q2 201427810001144204-14-046813
10-Q2014-05-06fiscal Q1 201427570001144204-14-027901
10-K2014-03-05fiscal FY 2013311050001144204-14-013552
10-Q2013-11-07fiscal Q3 201327790001144204-13-059583
10-Q2013-08-14fiscal Q2 201327790001144204-13-045319
10-Q2013-05-10fiscal Q1 201327560001144204-13-027834
10-K2013-03-15fiscal FY 2012301020001144204-13-015333
10-Q2012-11-14fiscal Q3 201226740001144204-12-062378
10-Q/A2012-09-05fiscal Q2 201226740001144204-12-049566
10-Q2012-05-11fiscal Q1 201224490001144204-12-028136
10-K2012-03-09fiscal FY 201124490001144204-12-014044
10-Q2011-11-08fiscal Q3 201122590001144204-11-061744
10-Q2011-08-05fiscal Q2 201122590001144204-11-044081

Inspect the source

Entity
THE COMMUNITY FINANCIAL CORPORATION / CIK 0000855874
Captured
SEC response SHA-256
c366913826a4478a5b4de2b658fb9709376d05690834d3272713af0d7609d111

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