Skip to content

Prudential Bancorp, Inc.: filings

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

Filing record ends 2022-05-16

The latest filing in this captured record is a 10-Q filed 2022-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. Prudential 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-Q2022-05-16fiscal Q2 202332960001558370-22-008920
10-Q2022-02-14fiscal Q1 202232670001558370-22-001090
10-K2021-12-17fiscal FY 2021351550001558370-21-016911
10-Q2021-08-16fiscal Q3 202131940001558370-21-011801
10-Q2021-05-17fiscal Q2 202133960001558370-21-007364
10-Q2021-02-16fiscal Q1 202133660001558370-21-001046
10-K2020-12-18fiscal FY 2020351530001558370-20-014473
10-Q2020-08-10fiscal Q3 202033960001558370-20-010186
10-Q2020-05-11fiscal Q2 202033960001104659-20-059420
10-Q2020-02-10fiscal Q1 201933670001104659-20-013366
10-K2019-12-16fiscal FY 2019331600001104659-19-072989
10-Q2019-08-09fiscal Q3 201930910001144204-19-038819
10-Q2019-05-10fiscal Q2 201930910001144204-19-025218
10-Q2019-02-11fiscal Q1 201930630001144204-19-006262
10-K2018-12-14fiscal FY 2018321590001144204-18-064623
10-Q2018-08-09fiscal Q3 201830900001144204-18-043151
10-Q2018-05-10fiscal Q2 201826850001144204-18-026911
10-Q2018-02-09fiscal Q1 201826560001144204-18-006925
10-K2017-12-14fiscal FY 2017281450001144204-17-063743
10-Q2017-08-09fiscal Q3 201726760001144204-17-041739
10-Q/A2017-05-12fiscal Q2 201726760001571049-17-004972
10-Q2017-05-10fiscal Q2 201726760001571049-17-004827
10-Q2017-02-09fiscal Q1 201723490001571049-17-001166
10-K2016-12-14fiscal FY 2016261380001571049-16-020649
10-Q2016-08-09fiscal Q3 201623710001571049-16-017262
10-Q2016-05-10fiscal Q2 201623720001571049-16-015061
10-Q2016-02-09fiscal Q1 201623500001571049-16-011607
10-K2015-12-14fiscal FY 2015261130001571049-15-009946
10-Q2015-08-10fiscal Q3 201524740001571049-15-006534
10-Q2015-05-11fiscal Q2 201523730001571049-15-003946
10-Q2015-02-09fiscal Q1 201523490001571049-15-000893
10-K/A2015-01-30fiscal FY 201425960001571049-15-000655
10-K2014-12-15fiscal FY 201425960001571049-14-007246
10-Q2014-08-14fiscal Q3 201423750001571049-14-004055
10-Q2014-05-15fiscal Q2 201423730001571049-14-001878
10-Q2014-02-14fiscal Q1 201423510001188112-14-000373
10-K2013-12-20fiscal FY 201324960001188112-13-003592

Inspect the source

Entity
Prudential Bancorp, Inc. / CIK 0001578776
Captured
SEC response SHA-256
2b77571506431eaf2cdda4c2cbf3b2c79cd540194c9c8f15a1145fbb26df5af1

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