Skip to content

Kearny Financial Corp.: filings

Every Kearny Financial Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

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-K2026-08-21fiscal FY 202635970001617242-26-000020
10-Q2026-05-07fiscal Q3 202628780001617242-26-000009
10-Q2026-02-05fiscal Q2 202627760001617242-26-000004
10-Q2025-11-05fiscal Q1 202627580001617242-25-000073
10-K2025-08-21fiscal FY 202534950001617242-25-000056
10-Q2025-05-07fiscal Q3 202527760001617242-25-000014
10-Q2025-02-06fiscal Q2 202527760001617242-25-000007
10-Q2024-11-05fiscal Q1 202527580001617242-24-000084
10-K2024-08-23fiscal FY 202434950001617242-24-000072
10-Q2024-05-07fiscal Q3 202428800001617242-24-000030
10-Q2024-02-08fiscal Q2 202428800001617242-24-000015
10-Q2023-11-07fiscal Q1 202428600001617242-23-000087
10-K2023-08-25fiscal FY 202335980001617242-23-000067
10-Q2023-05-05fiscal Q3 202328800001617242-23-000021
10-Q2023-02-07fiscal Q2 202328800001617242-23-000009
10-Q2022-11-07fiscal Q1 202328600001617242-22-000007
10-K2022-08-26fiscal FY 202234950000950170-22-017799
10-Q2022-05-06fiscal Q3 202227770000950170-22-008053
10-Q2022-02-08fiscal Q2 202227780000950170-22-000858
10-Q2021-11-08fiscal Q1 202227580000950170-21-003359
10-K2021-08-27fiscal FY 2021331570001564590-21-046108
10-Q2021-05-07fiscal Q3 202127780001564590-21-025540
10-Q2021-02-08fiscal Q2 202127780001564590-21-004708
10-Q2020-11-06fiscal Q1 202129610001564590-20-051949
10-K2020-08-28fiscal FY 2020341600001564590-20-041755
10-Q2020-05-08fiscal Q3 202030850001564590-20-023540
10-Q2020-02-07fiscal Q2 202030850001564590-20-003864
10-Q2019-11-08fiscal Q1 202031640001564590-19-042239
10-K2019-08-28fiscal FY 2019341600001564590-19-033332
10-Q2019-05-09fiscal Q3 201928820001564590-19-017954
10-Q2019-02-08fiscal Q2 201928820001564590-19-002425
10-Q2018-11-08fiscal Q1 201928600001564590-18-028524
10-K2018-08-28fiscal FY 2018331580001564590-18-022401
10-Q2018-05-09fiscal Q3 201829820001564590-18-012385
10-Q2018-02-08fiscal Q2 201829820001564590-18-001675
10-Q2017-11-08fiscal Q1 201825540001564590-17-022719
10-K2017-08-29fiscal FY 2017311500001564590-17-018160
10-Q2017-05-10fiscal Q3 201724710001564590-17-010314
10-Q2017-02-08fiscal Q2 201724710001564590-17-001152
10-Q2016-11-09fiscal Q1 201724510001564590-16-028615
10-K2016-08-29fiscal FY 2016311400001564590-16-024782
10-Q2016-05-10fiscal Q3 201624710001564590-16-018929
10-Q2016-02-09fiscal Q2 201624710001564590-16-012506
10-Q2015-11-09fiscal Q1 201624510001564590-15-010180
10-K2015-09-14fiscal FY 2015301380001564590-15-007960

Inspect the source

Entity
Kearny Financial Corp. / CIK 0001617242
Captured
2026-09-19T11:19:40.862Z
SEC response SHA-256
613f5be3d14a9784b6718d99a0867ce68e00239e84e534e44632c95a3b0f1ed0

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