Skip to content

INVESTORS BANCORP, INC.: filings

Every INVESTORS BANCORP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2022-03-01

The latest filing in this captured record is a 10-K filed 2022-03-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. INVESTORS 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-K2022-03-01fiscal FY 2021381020001594012-22-000022
10-Q2021-11-05fiscal Q3 2021351000001594012-21-000075
10-Q2021-08-06fiscal Q2 2021351000001594012-21-000067
10-Q2021-05-07fiscal Q1 202135740001594012-21-000037
10-K2021-03-01fiscal FY 2020381490001594012-21-000022
10-Q2020-11-06fiscal Q3 2020351000001594012-20-000069
10-Q2020-08-07fiscal Q2 2020351000001594012-20-000057
10-Q2020-05-08fiscal Q1 202035740001594012-20-000030
10-K2020-02-28fiscal FY 2019381380001594012-20-000013
10-Q2019-11-12fiscal Q3 201935980001594012-19-000102
10-Q2019-08-08fiscal Q2 201935980001594012-19-000092
10-Q2019-05-10fiscal Q1 201935730001594012-19-000040
10-K2019-03-01fiscal FY 2018341320001594012-19-000026
10-Q2018-11-09fiscal Q3 201830840001594012-18-000087
10-Q2018-08-09fiscal Q2 201830840001594012-18-000078
10-Q2018-05-10fiscal Q1 201828600001594012-18-000044
10-K2018-03-01fiscal FY 2017321260001594012-18-000029
10-Q2017-11-09fiscal Q3 201728780001594012-17-000077
10-Q2017-08-09fiscal Q2 201728780001594012-17-000060
10-Q2017-05-10fiscal Q1 201728600001594012-17-000030
10-K2017-03-01fiscal FY 2016331230001594012-17-000010
10-Q2016-11-09fiscal Q3 201627740001594012-16-000181
10-Q2016-08-09fiscal Q2 201628780001594012-16-000161
10-Q2016-05-10fiscal Q1 201629630001594012-16-000133
10-K2016-02-29fiscal FY 2015331200001594012-16-000121
10-Q2015-11-09fiscal Q3 201529810001594012-15-000101
10-Q2015-08-07fiscal Q2 201529810001594012-15-000091
10-Q2015-05-11fiscal Q1 201529630001594012-15-000025
10-K2015-03-02fiscal FY 2014331200001594012-15-000010
10-Q2014-11-10fiscal Q3 201429810001594012-14-000091
10-Q2014-08-11fiscal Q2 201429810001594012-14-000075
10-Q2014-05-12fiscal Q1 201428630001594012-14-000067

Inspect the source

Entity
INVESTORS BANCORP, INC. / CIK 0001594012
Captured
SEC response SHA-256
b9c6641b40472f78ca4dbf961abe90073478ccb369fffdee45cd914b6c5a71d1

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