Skip to content

BOSTON PRIVATE FINANCIAL HOLDINGS INC: filings

Every BOSTON PRIVATE FINANCIAL HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-05-05

The latest filing in this captured record is a 10-Q filed 2021-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOSTON PRIVATE FINANCIAL HOLDINGS 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-05-05fiscal Q1 202137790000821127-21-000092
10-K2021-03-01fiscal FY 2020411510000821127-21-000029
10-Q2020-11-05fiscal Q3 2020371080000821127-20-000229
10-Q2020-08-06fiscal Q2 2020371080000821127-20-000189
10-Q2020-05-08fiscal Q1 202036760000821127-20-000116
10-K2020-02-28fiscal FY 2019411490000821127-20-000044
10-Q2019-11-04fiscal Q3 2019361000000821127-19-000117
10-Q2019-08-05fiscal Q2 201935980000821127-19-000099
10-Q2019-05-08fiscal Q1 201935740000821127-19-000059
10-K2019-02-27fiscal FY 2018391480000821127-19-000033
10-Q2018-11-05fiscal Q3 201831890000821127-18-000127
10-Q2018-08-01fiscal Q2 201830870000821127-18-000101
10-Q2018-05-02fiscal Q1 201830650000821127-18-000061
10-K2018-02-28fiscal Q4 2017361300000821127-18-000044
10-Q2017-11-07fiscal Q3 201731890000821127-17-000087
10-Q2017-08-02fiscal Q2 201731890000821127-17-000062
10-Q2017-05-04fiscal Q1 201731670000821127-17-000035
10-K2017-02-28fiscal Q4 2016361300000821127-17-000023
10-Q2016-11-03fiscal Q3 201631890000821127-16-000235
10-Q2016-08-03fiscal Q2 201631890000821127-16-000210
10-Q2016-05-05fiscal Q1 201631670000821127-16-000176
10-K2016-02-26fiscal Q4 2015341260000821127-16-000158
10-Q2015-11-09fiscal Q3 201530870000821127-15-000119
10-Q2015-08-05fiscal Q2 201530870000821127-15-000096
10-Q2015-05-07fiscal Q1 201530650000821127-15-000058
10-K2015-03-02fiscal Q4 2014341250000821127-15-000042
10-Q2014-11-05fiscal Q3 201430870000821127-14-000144
10-Q2014-08-06fiscal Q2 201430870000821127-14-000116
10-Q2014-05-07fiscal Q1 201430650000821127-14-000087
10-K2014-02-28fiscal FY 2013341250000821127-14-000057
10-Q2013-11-06fiscal Q3 201330870000821127-13-000043
10-Q2013-08-07fiscal Q2 201330870000821127-13-000037
10-Q2013-05-08fiscal Q1 201331670000821127-13-000023
10-K2013-03-12fiscal FY 2012351290000821127-13-000009
10-Q2012-11-08fiscal Q3 201232910000821127-12-000047
10-Q2012-08-07fiscal Q2 201231890000821127-12-000037
10-Q2012-05-08fiscal Q1 201230640000821127-12-000027
10-K2012-03-13fiscal FY 201131850000821127-12-000009
10-Q2011-11-04fiscal Q3 201130840000821127-11-000035
10-Q2011-08-05fiscal Q2 201130840000821127-11-000028

Inspect the source

Entity
BOSTON PRIVATE FINANCIAL HOLDINGS INC / CIK 0000821127
Captured
SEC response SHA-256
7417f8608191d5a694b7b98c1c8a11af95762a0aa75b0b0e03eaca10e7924a19

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