Skip to content

Severn Bancorp, Inc.: filings

Every Severn Bancorp, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-08-16

The latest filing in this captured record is a 10-Q filed 2021-08-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Severn Bancorp, 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-Q2021-08-16fiscal Q2 202128830001558370-21-011775
10-Q2021-05-17fiscal Q1 202127590001558370-21-007343
10-K2021-03-31fiscal FY 202035720001558370-21-003804
10-Q2020-11-09fiscal Q3 202027780001437749-20-023132
10-Q2020-08-10fiscal Q2 202028800001558370-20-010081
10-Q2020-05-11fiscal Q1 202028590001558370-20-006139
10-K2020-03-16fiscal FY 201935690001558370-20-002751
10-Q2019-11-12fiscal Q3 201931860001558370-19-010764
10-Q2019-08-09fiscal Q2 201931840001558370-19-007842
10-Q2019-05-10fiscal Q1 201931620001558370-19-004853
10-K2019-04-18fiscal FY 201832670001558370-19-003066
10-Q2018-11-14fiscal Q3 201828780001558370-18-009359
10-Q2018-08-14fiscal Q2 201828770001558370-18-007052
10-Q2018-05-15fiscal Q1 201829650001558370-18-004809
10-K2018-03-29fiscal FY 201732660001140361-18-015686
10-Q2017-11-14fiscal Q3 201727760001140361-17-042323
10-Q2017-08-14fiscal Q2 201726740001140361-17-032035
10-Q2017-05-15fiscal Q1 201721460001140361-17-020217
10-K2017-03-22fiscal FY 201625520001140361-17-012935
10-Q2016-11-14fiscal Q3 201621620001140361-16-086536
10-Q2016-08-11fiscal Q2 201621620001140361-16-075751
10-Q2016-05-12fiscal Q1 201619420001140361-16-064728
10-K2016-03-17fiscal FY 201523480001140361-16-058140
10-Q2015-11-12fiscal Q3 201519580001140361-15-040710
10-Q2015-08-12fiscal Q2 201519580001140361-15-031219
10-Q2015-05-12fiscal Q1 201519420001140361-15-018983
10-K2015-03-17fiscal FY 201424500001140361-15-012228
10-Q2014-11-12fiscal Q3 201423660001140361-14-041239
10-Q2014-08-13fiscal Q2 201423660001140361-14-032135
10-Q2014-05-14fiscal Q1 201423500001140361-14-020793
10-K2014-03-18fiscal FY 201327560001140361-14-013276
10-Q2013-11-13fiscal Q3 201323660001140361-13-042246
10-Q2013-08-09fiscal Q2 201323660001140361-13-031471
10-Q2013-05-08fiscal Q1 201323480000868271-13-000019
10-K2013-03-15fiscal FY 2012271360000868271-13-000013
10-Q2012-11-09fiscal Q3 201224660000868271-12-000028
10-Q2012-08-10fiscal Q2 201224660000868271-12-000024
10-Q2012-05-09fiscal Q1 201221440000868271-12-000018
10-K2012-03-15fiscal FY 201121590000868271-12-000011
10-Q2011-11-10fiscal Q3 201120540000868271-11-000033
10-Q2011-08-12fiscal Q2 201120540000868271-11-000028

Inspect the source

Entity
Severn Bancorp, Inc. / CIK 0000868271
Captured
SEC response SHA-256
5ba048bb4f7e5e502adcb81bc8a42a8ae38b6c204a8ec8f411984809d360441f

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