Skip to content

Blue Hills Bancorp, Inc.: filings

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

Filing record ends 2019-03-08

The latest filing in this captured record is a 10-K filed 2019-03-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. Blue Hills 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-K2019-03-08fiscal FY 2018341470001601545-19-000016
10-Q2018-11-01fiscal Q3 201829810001601545-18-000053
10-Q2018-08-02fiscal Q2 201828790001601545-18-000046
10-Q2018-05-04fiscal Q1 201829620001601545-18-000021
10-K2018-03-07fiscal FY 2017341490001601545-18-000012
10-Q2017-11-03fiscal Q3 201730840001601545-17-000054
10-Q2017-08-04fiscal Q2 201730840001601545-17-000040
10-Q2017-05-05fiscal Q1 201730640001601545-17-000022
10-K2017-03-08fiscal FY 2016351480001601545-17-000010
10-Q2016-11-04fiscal Q3 201630840001601545-16-000171
10-Q2016-08-04fiscal Q2 201627780001601545-16-000159
10-Q2016-05-06fiscal Q1 201627580001601545-16-000132
10-K2016-03-09fiscal FY 2015321220001601545-16-000123
10-Q2015-11-13fiscal Q3 201527700001601545-15-000082
10-Q2015-08-07fiscal Q2 201525700001601545-15-000030
10-Q2015-05-08fiscal Q1 201524500001601545-15-000016
10-K2015-03-26fiscal FY 201430970001601545-15-000009
10-Q2014-11-07fiscal Q3 201422600001601545-14-000088
10-Q2014-08-08fiscal Q2 201419540001601545-14-000075
10-Q2014-07-01fiscal Q1 201419420001601545-14-000007

Inspect the source

Entity
Blue Hills Bancorp, Inc. / CIK 0001601545
Captured
SEC response SHA-256
3423d234143a7e0cfb31b747703758fb3f322c101d2db17d7070e830b46497da

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