Skip to content

Meridian Bancorp, Inc.: filings

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

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. Meridian 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-11-09fiscal Q3 202125780001564590-21-055732
10-Q2021-08-09fiscal Q2 202126750001564590-21-042640
10-Q2021-05-10fiscal Q1 202126530001564590-21-026052
10-K2021-03-01fiscal FY 2020331420001564590-21-009868
10-Q2020-11-09fiscal Q3 202026800001564590-20-052531
10-Q2020-08-10fiscal Q2 202026760001564590-20-038924
10-Q2020-05-11fiscal Q1 202026540001564590-20-024189
10-K2020-03-02fiscal FY 2019331380001564590-20-008151
10-Q2019-11-12fiscal Q3 201928820001564590-19-042914
10-Q2019-08-09fiscal Q2 201930840001564590-19-031257
10-Q2019-05-10fiscal Q1 201930610001564590-19-018541
10-K2019-03-01fiscal FY 2018311390001564590-19-005807
10-Q2018-11-09fiscal Q3 201828770001564590-18-028924
10-Q2018-08-09fiscal Q2 201828770001564590-18-021037
10-Q2018-05-10fiscal Q1 201825520001564590-18-012948
10-K2018-03-01fiscal FY 2017281300001193125-18-067131
10-Q2017-11-09fiscal Q3 201725710001193125-17-338760
10-Q2017-08-09fiscal Q2 201725710001193125-17-252751
10-Q2017-05-09fiscal Q1 201725530001193125-17-164172
10-K2017-03-01fiscal FY 2016291310001193125-17-065746
10-Q2016-11-04fiscal Q3 201625720001193125-16-760164
10-Q2016-08-08fiscal Q2 201625710001193125-16-675086
10-Q2016-05-09fiscal Q1 201624510001193125-16-583826
10-K2016-03-11fiscal FY 2015291320001193125-16-501536
10-Q2015-11-09fiscal Q3 201525700001193125-15-371921
10-Q2015-08-10fiscal Q2 201523680001193125-15-284838
10-Q2015-05-08fiscal Q1 201523500001193125-15-179573
10-K2015-03-13fiscal FY 2014291330001193125-15-091194
10-Q2014-11-10fiscal Q3 201425700001193125-14-405995
10-Q2014-08-08fiscal Q2 201427750001193125-14-303118
10-Q2014-06-12fiscal Q1 201427570001193125-14-234859

Inspect the source

Entity
Meridian Bancorp, Inc. / CIK 0001600125
Captured
SEC response SHA-256
a1be22167dcad7c972fb39ce217cdeac34d104af09088c24c57ef2adea95fc77

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