Skip to content

Summit Financial Group, Inc.: filings

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

Filing record ends 2024-05-02

The latest filing in this captured record is a 10-Q filed 2024-05-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. Summit Financial Group, 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-Q2024-05-02fiscal Q1 202431640001437749-24-014354
10-K2024-03-12fiscal FY 202336970001437749-24-007430
10-Q2023-11-07fiscal Q3 202331920001437749-23-030533
10-Q2023-08-04fiscal Q2 202331920001437749-23-022134
10-Q2023-05-10fiscal Q1 202331640001437749-23-013494
10-K2023-03-10fiscal FY 202236980001437749-23-006190
10-Q2022-11-04fiscal Q3 202231920001437749-22-025957
10-Q2022-08-04fiscal Q2 202231940000811808-22-000024
10-Q2022-05-06fiscal Q1 202231660000811808-22-000018
10-K2022-03-04fiscal FY 2021391070000811808-22-000010
10-Q2021-11-04fiscal Q3 202132960000811808-21-000043
10-Q2021-08-05fiscal Q2 202131920000811808-21-000038
10-Q2021-05-06fiscal Q1 202131660000811808-21-000024
10-K2021-03-11fiscal FY 2020381030000811808-21-000009
10-Q2020-11-05fiscal Q3 202031920000811808-20-000053
10-Q2020-08-07fiscal Q2 202031920000811808-20-000038
10-Q2020-05-08fiscal Q1 202031660000811808-20-000026
10-K2020-03-06fiscal FY 201934940000811808-20-000016
10-Q2019-11-07fiscal Q3 201932940000811808-19-000026
10-Q2019-08-02fiscal Q2 201932930000811808-19-000018
10-Q2019-05-06fiscal Q1 201932670000811808-19-000012
10-K2019-03-01fiscal FY 201833910000811808-19-000006
10-Q2018-11-02fiscal Q3 201830920000811808-18-000035
10-Q2018-08-07fiscal Q2 201830920000811808-18-000028
10-Q2018-05-09fiscal Q1 201830660000811808-18-000014
10-K2018-03-02fiscal FY 201733910000811808-18-000008
10-Q2017-11-03fiscal Q3 201730980000811808-17-000034
10-Q2017-08-09fiscal Q2 201729920000811808-17-000030
10-Q2017-05-08fiscal Q1 201729700000811808-17-000024
10-K2017-02-28fiscal FY 201633910000811808-17-000014
10-Q2016-11-03fiscal Q3 201630910000811808-16-000081
10-Q2016-08-04fiscal Q2 201630910000811808-16-000075
10-Q2016-05-06fiscal Q1 201630710000811808-16-000063
10-K2016-02-26fiscal FY 2015331220000811808-16-000054
10-Q2015-11-05fiscal Q3 201530910000811808-15-000044
10-Q2015-08-07fiscal Q2 201530910000811808-15-000040
10-Q2015-05-04fiscal Q1 201529690000811808-15-000030
10-K2015-03-02fiscal FY 2014321190000811808-15-000009
10-Q2014-11-05fiscal Q3 201428870000811808-14-000032
10-Q2014-08-08fiscal Q2 201428870000811808-14-000019
10-Q2014-05-12fiscal Q1 201428660000811808-14-000013
10-K2014-03-07fiscal FY 2013301140000811808-14-000007
10-Q2013-11-12fiscal Q3 201327840000811808-13-000033
10-Q2013-08-07fiscal Q2 201327840000811808-13-000018
10-Q2013-05-01fiscal Q1 201327640000811808-13-000012
10-K2013-02-28fiscal FY 2012301130000811808-13-000006
10-Q2012-11-07fiscal Q3 201227830000811808-12-000036
10-Q2012-08-10fiscal Q2 201226790000811808-12-000031
10-Q2012-05-03fiscal Q1 201221490000811808-12-000020
10-K2012-03-01fiscal FY 201120540000811808-12-000015
10-Q2011-11-04fiscal Q3 201121630000811808-11-000041
10-Q2011-08-15fiscal Q2 201121630000811808-11-000032

Inspect the source

Entity
Summit Financial Group, Inc. / CIK 0000811808
Captured
SEC response SHA-256
37b7a064bf6a11a908d3daf800f5daa31e22b2d5fd4e6ca73f577e13ae8d9b97

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