Skip to content

Wellesley Bancorp, Inc.: filings

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

Filing record ends 2020-05-08

The latest filing in this captured record is a 10-Q filed 2020-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. Wellesley 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-Q2020-05-08fiscal Q1 202026550001104659-20-058839
10-K2020-03-27fiscal FY 201932650001104659-20-039282
10-Q2019-11-07fiscal Q3 201926790001104659-19-061150
10-Q2019-08-06fiscal Q2 201926750001144204-19-037898
10-Q2019-05-09fiscal Q1 201927570001144204-19-024910
10-K2019-03-29fiscal FY 201829600001144204-19-016772
10-Q2018-11-07fiscal Q3 201824680001144204-18-057992
10-Q2018-08-09fiscal Q2 201824680001144204-18-043321
10-Q2018-05-10fiscal Q1 201823500001144204-18-026797
10-K2018-03-29fiscal FY 201729600001144204-18-017977
10-Q2017-11-09fiscal Q3 201724680001144204-17-057771
10-Q2017-08-10fiscal Q2 201720600001144204-17-042069
10-Q2017-05-12fiscal Q1 201720440001144204-17-026920
10-K2017-03-24fiscal FY 201625520001144204-17-016524
10-Q2016-11-09fiscal Q3 201620600001144204-16-132820
10-Q2016-08-08fiscal Q2 201620600001144204-16-117258
10-Q2016-05-12fiscal Q1 201620440001144204-16-101289
10-K2016-03-25fiscal FY 201525520001144204-16-090338
10-Q2015-11-10fiscal Q3 201521620001144204-15-064159
10-Q2015-08-07fiscal Q2 201521620001144204-15-047350
10-Q2015-05-12fiscal Q1 201521460001157523-15-001763
10-K2015-03-26fiscal FY 201425520001157523-15-001025
10-Q2014-11-07fiscal Q3 201424670001157523-14-004489
10-Q2014-08-08fiscal Q2 201423650001157523-14-003421
10-Q2014-05-12fiscal Q1 201426550001157523-14-002098
10-K2014-03-24fiscal FY 201326550001157523-14-001170
10-Q2013-11-08fiscal Q3 201325640001157523-13-005427
10-Q2013-08-09fiscal Q2 201324620001157523-13-004033
10-Q2013-05-10fiscal Q1 201325500001157523-13-002605
10-K2013-03-27fiscal FY 201225490001157523-13-001572
10-Q2012-11-14fiscal Q3 201223570001157523-12-006027
10-Q2012-08-14fiscal Q2 201223570001157523-12-004513
10-Q2012-05-11fiscal Q1 201220420001157523-12-002822
10-K2012-03-26fiscal FY 201119390001157523-12-001541
10-Q/A2012-01-26fiscal Q3 201118460001157523-12-000313

Inspect the source

Entity
Wellesley Bancorp, Inc. / CIK 0001526952
Captured
SEC response SHA-256
4b51ef3cc5b829a587340ba65c2ac19d351cf4429cbb55c29a620b17f22f0bd6

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