Skip to content

Hallmark Financial Services, Inc: filings

Every Hallmark Financial Services, Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Hallmark Financial Services, 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-Q2023-11-14fiscal Q3 202327750001558370-23-019063
10-Q2023-08-14fiscal Q2 202327760001558370-23-014859
10-Q2023-05-15fiscal Q1 202327570001558370-23-009881
10-K2023-03-28fiscal FY 202236730001558370-23-004799
10-Q2022-11-14fiscal Q3 202228800001558370-22-017883
10-Q2022-08-15fiscal Q2 202228800001558370-22-013663
10-Q2022-05-12fiscal Q1 202227580001558370-22-008558
10-K2022-03-16fiscal FY 202136740001558370-22-003764
10-Q2021-11-15fiscal Q3 202129810001558370-21-016004
10-Q2021-08-12fiscal Q2 202128770001558370-21-011492
10-Q2021-05-13fiscal Q1 202127570001558370-21-007078
10-K2021-03-15fiscal FY 202037740001558370-21-003015
10-Q2020-11-05fiscal Q3 202030800001558370-20-012916
10-Q2020-08-10fiscal Q2 202030800001558370-20-010204
10-Q2020-07-24fiscal Q1 202029590001558370-20-008364
10-K2020-06-29fiscal FY 201937730001558370-20-007860
10-Q2019-11-07fiscal Q3 201930780001558370-19-010433
10-Q2019-08-09fiscal Q2 201931790001558370-19-007839
10-Q2019-05-08fiscal Q1 201930600001558370-19-004480
10-K2019-03-14fiscal FY 201833680001558370-19-002007
10-Q2018-11-07fiscal Q3 201827740001144204-18-057976
10-Q2018-08-07fiscal Q2 201827750001144204-18-042451
10-Q2018-05-08fiscal Q1 201827600001144204-18-026148
10-K2018-03-14fiscal FY 2017331320001144204-18-014644
10-Q2017-11-08fiscal Q3 201722630001144204-17-057285
10-Q2017-08-07fiscal Q2 201722630001144204-17-040849
10-Q2017-05-09fiscal Q1 201722470001144204-17-025630
10-K2017-03-09fiscal FY 2016321290001144204-17-013698
10-Q2016-11-07fiscal Q3 201622630001144204-16-132083
10-Q2016-08-08fiscal Q2 201622630001144204-16-117237
10-Q2016-05-05fiscal Q1 201622470001144204-16-099242
10-K2016-03-10fiscal FY 2015321270001144204-16-087223
10-Q2015-11-05fiscal Q3 201525690001144204-15-063005
10-Q2015-08-07fiscal Q2 201525690001144204-15-047209
10-Q2015-05-07fiscal Q1 201525510001144204-15-028401
10-K2015-03-12fiscal FY 2014331290001144204-15-015676
10-Q2014-11-07fiscal Q3 201425670001144204-14-066103
10-Q2014-08-07fiscal Q2 201425670001144204-14-047680
10-Q2014-05-08fiscal Q1 201423490001144204-14-028516
10-K2014-03-12fiscal FY 2013331370001144204-14-015058
10-Q2013-11-07fiscal Q3 201326740001144204-13-059632
10-Q2013-08-08fiscal Q2 201326740001144204-13-043982
10-Q2013-05-09fiscal Q1 201326550001144204-13-027165
10-K2013-03-14fiscal FY 2012331420001144204-13-015102
10-Q2012-11-07fiscal Q3 201228790001144204-12-060113
10-Q/A2012-08-30fiscal Q2 201228790001144204-12-048944
10-Q2012-05-08fiscal Q1 201225520001144204-12-026818
10-K2012-03-14fiscal FY 201126730001144204-12-014847
10-Q2011-11-09fiscal Q3 201126710001144204-11-062318
10-Q2011-08-09fiscal Q2 201124690001144204-11-044924

Inspect the source

Entity
Hallmark Financial Services, Inc / CIK 0000819913
Captured
SEC response SHA-256
d38c2c25679fe2ae0170575a4a2dd45b65aab84be44c0c9361a5684dccadb063

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