Skip to content

MALVERN BANCORP, INC.: filings

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

Filing record ends 2023-05-12

The latest filing in this captured record is a 10-Q filed 2023-05-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. MALVERN 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-Q2023-05-12fiscal Q2 202328800001437749-23-014258
10-Q2023-02-14fiscal Q1 202328580001437749-23-003365
10-K2022-12-27fiscal FY 202231630001437749-22-029790
10-Q2022-08-15fiscal Q3 202229780001564590-22-029477
10-Q2022-05-16fiscal Q2 202228770001564590-22-020448
10-Q2022-02-14fiscal Q1 202129600001564590-22-004973
10-K2022-01-10fiscal FY 2021351630001564590-22-000790
10-Q2021-08-13fiscal Q3 202132860001564590-21-044274
10-Q2021-05-17fiscal Q2 202131840001564590-21-028412
10-Q2021-03-11fiscal Q1 202129590001564590-21-012546
10-K/A2021-02-26fiscal FY 2020351550001564590-21-009432
10-K2021-01-29fiscal FY 2020351550001564590-21-003221
10-Q2020-08-10fiscal Q3 202032840001564590-20-039006
10-Q2020-05-11fiscal Q2 202032820001564590-20-024197
10-Q/A2020-04-16fiscal Q1 202031610001564590-20-016966
10-Q2020-02-10fiscal Q1 202031610001564590-20-004070
10-K2019-12-16fiscal FY 2019321270001564590-19-046063
10-Q2019-08-09fiscal Q3 201929800001564590-19-031254
10-Q2019-05-09fiscal Q2 201929800001564590-19-017936
10-Q2019-02-11fiscal Q1 201928580001564590-19-002540
10-K2018-12-14fiscal FY 2018291420001193125-18-349221
10-Q2018-08-09fiscal Q3 201825690001615774-18-007804
10-Q2018-05-10fiscal Q2 201825690001615774-18-003570
10-Q2018-02-09fiscal Q1 201824520001615774-18-000996
10-K2017-12-29fiscal FY 2017271220001615774-17-007677
10-Q/A2017-12-18fiscal Q3 201724650001615774-17-007386
10-Q/A2017-12-18fiscal Q2 201726710001615774-17-007385
10-Q/A2017-12-18fiscal Q1 201725500001615774-17-007384
10-K/A2017-12-18fiscal FY 2016221010001615774-17-007382
10-Q2017-08-09fiscal Q3 201720570001615774-17-004178
10-Q2017-05-10fiscal Q2 201721590001615774-17-002186
10-Q2017-02-09fiscal Q1 201721420001615774-17-000444
10-K2016-12-14fiscal FY 201622930001615774-16-008895
10-Q2016-08-09fiscal Q3 201619520001615774-16-006639
10-Q2016-05-10fiscal Q2 201619520001615774-16-005290
10-Q2016-02-09fiscal Q1 201617380001615774-16-004131
10-K2015-12-23fiscal FY 201521540001615774-15-003711
10-Q2015-08-13fiscal Q3 201517470001615774-15-002211
10-Q2015-05-14fiscal Q2 201517480001571049-15-004220
10-Q2015-02-13fiscal Q1 201517370001571049-15-001134
10-K2014-12-18fiscal FY 201421540001571049-14-007323
10-Q2014-08-08fiscal Q3 201417490001571049-14-003823
10-Q2014-05-13fiscal Q2 201417500001571049-14-001770
10-Q2014-02-12fiscal Q1 201418390001188112-14-000346
10-K2013-12-19fiscal FY 201321540001188112-13-003583
10-Q2013-08-13fiscal Q3 201318510001188112-13-002411
10-Q2013-05-20fiscal Q2 201322600001188112-13-001628
10-Q/A2013-02-14fiscal Q1 201320440001188112-13-000396
10-Q2013-02-12fiscal Q1 201320440001188112-13-000339
10-K2012-12-26fiscal FY 201224630001188112-12-003661

Inspect the source

Entity
MALVERN BANCORP, INC. / CIK 0001550603
Captured
SEC response SHA-256
4bce21af3b1c56c444f33d20a806931dede8db8e7610537c64c5759e8dd8207a

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