Skip to content

Bryn Mawr Bank Corporation: filings

Every Bryn Mawr Bank Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2021-11-04

The latest filing in this captured record is a 10-Q filed 2021-11-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bryn Mawr Bank 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-Q2021-11-04fiscal Q3 2021371060000802681-21-000271
10-Q2021-08-06fiscal Q2 2021371060000802681-21-000182
10-Q2021-05-07fiscal Q1 202137800000802681-21-000153
10-K2021-03-01fiscal FY 2020381610000802681-21-000111
10-Q2020-11-05fiscal Q3 2020371060000802681-20-000245
10-Q2020-08-10fiscal Q2 2020371060000802681-20-000179
10-Q2020-05-08fiscal Q1 202037800000802681-20-000141
10-K2020-02-28fiscal FY 2019381580000802681-20-000092
10-Q2019-11-06fiscal Q3 2019371030000802681-19-000209
10-Q2019-08-07fiscal Q2 2019371030000802681-19-000151
10-Q2019-05-08fiscal Q1 201937790000802681-19-000122
10-K2019-03-01fiscal FY 2018351560000802681-19-000068
10-Q2018-11-02fiscal Q3 201833940000802681-18-000021
10-Q2018-08-03fiscal Q2 201832920001628280-18-010441
10-Q2018-05-04fiscal Q1 201831680001437749-18-008700
10-K2018-03-02fiscal FY 2017331400001437749-18-003711
10-Q2017-11-03fiscal Q3 201729850001437749-17-018240
10-Q2017-08-04fiscal Q2 201726790001437749-17-013831
10-Q2017-05-05fiscal Q1 201726570001437749-17-008184
10-K/A2017-03-17fiscal FY 2016301340001437749-17-004856
10-K2017-03-10fiscal FY 2016291310001437749-17-004303
10-Q2016-11-04fiscal Q3 201628830001437749-16-041140
10-Q2016-08-05fiscal Q2 201627810001437749-16-036529
10-Q2016-05-06fiscal Q1 201627580001437749-16-031046
10-K2016-03-11fiscal FY 2015301340001437749-16-027476
10-Q2015-11-06fiscal Q3 201529880001437749-15-020059
10-Q2015-08-07fiscal Q2 201529870001437749-15-015238
10-Q2015-05-08fiscal Q1 201527600001193125-15-179166
10-K2015-03-12fiscal FY 2014291300001193125-15-089260
10-Q2014-11-07fiscal Q3 201428860001193125-14-402903
10-Q2014-08-08fiscal Q2 201428840001193125-14-302319
10-Q2014-05-09fiscal Q1 201431670001193125-14-192032
10-K2014-03-14fiscal FY 2013331410001193125-14-099684
10-Q/A2013-11-20fiscal Q3 201331890001193125-13-448423
10-Q2013-11-08fiscal Q3 201331890001193125-13-434880
10-Q2013-08-09fiscal Q2 201330880001193125-13-328962
10-Q2013-05-10fiscal Q1 201330650001193125-13-214395
10-K2013-03-15fiscal FY 2012331440001193125-13-110155
10-Q2012-11-09fiscal Q3 201230830001193125-12-462855
10-Q2012-08-09fiscal Q2 201230830001193125-12-346462
10-Q2012-05-10fiscal Q1 201230620001193125-12-225103
10-K2012-03-15fiscal FY 201131830001193125-12-116954
10-Q2011-11-09fiscal Q3 201130800001193125-11-304361
10-Q2011-08-09fiscal Q2 201130820001193125-11-216686

Inspect the source

Entity
Bryn Mawr Bank Corporation / CIK 0000802681
Captured
SEC response SHA-256
ef873a8f93da645832c491f14c53d6e1010989139fb2fca69aa4e2265f43e66c

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