Skip to content

Waterstone Financial, Inc.: filings

Every Waterstone Financial, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-Q2026-08-06fiscal Q2 202626730001437749-26-026246
10-Q2026-05-07fiscal Q1 202626550001437749-26-015566
10-K2026-02-26fiscal FY 202530820001437749-26-005853
10-Q2025-11-06fiscal Q3 202526730001437749-25-033594
10-Q2025-08-07fiscal Q2 202526730001437749-25-025407
10-Q2025-05-08fiscal Q1 202526550001437749-25-015482
10-K2025-02-28fiscal FY 202430820001437749-25-005687
10-Q2024-11-04fiscal Q3 202426730001437749-24-033139
10-Q2024-08-06fiscal Q2 202426730001437749-24-024911
10-Q2024-05-08fiscal Q1 202427570001437749-24-015357
10-K2024-03-06fiscal FY 202331850001437749-24-006779
10-Q2023-11-02fiscal Q3 202327770001437749-23-029997
10-Q2023-08-02fiscal Q2 202327770001437749-23-021654
10-Q2023-05-02fiscal Q1 202327570001437749-23-012126
10-K2023-02-28fiscal FY 202231850001437749-23-004917
10-Q2022-11-02fiscal Q3 202226750001437749-22-025524
10-Q2022-08-03fiscal Q2 202226750001437749-22-018619
10-Q2022-05-06fiscal Q1 202226550001437749-22-011317
10-K2022-02-28fiscal FY 202137990001569994-22-000010
10-Q2021-11-09fiscal Q3 202132870001569994-21-000057
10-Q2021-08-03fiscal Q2 202132870001569994-21-000047
10-Q2021-05-05fiscal Q1 202131630001569994-21-000021
10-K2021-03-02fiscal FY 202036950001569994-21-000008
10-Q2020-11-04fiscal Q3 202032850001569994-20-000047
10-Q2020-08-06fiscal Q2 202032850001569994-20-000039
10-Q2020-05-13fiscal Q1 202032650001569994-20-000026
10-K2020-03-13fiscal FY 201935920001569994-20-000010
10-Q2019-11-01fiscal Q3 201932850001569994-19-000061
10-Q2019-07-31fiscal Q2 201932850001569994-19-000048
10-Q2019-05-03fiscal Q1 201932650001569994-19-000028
10-K2019-03-06fiscal FY 201833920001569994-19-000009
10-Q2018-10-30fiscal Q3 201829790001569994-18-000053
10-Q2018-07-31fiscal Q2 201829790001569994-18-000040
10-Q2018-04-30fiscal Q1 201829620001569994-18-000022
10-K2018-03-06fiscal FY 201733920001569994-18-000008
10-Q2017-10-27fiscal Q3 201730820001569994-17-000045
10-Q2017-07-31fiscal Q2 201729780001569994-17-000035
10-Q2017-05-01fiscal Q1 201725540001569994-17-000021
10-K2017-03-03fiscal FY 201631860001569994-17-000010
10-Q2016-10-31fiscal Q3 201625700001569994-16-000117
10-Q2016-07-29fiscal Q2 201625700001569994-16-000108
10-Q2016-04-29fiscal Q1 201627580001569994-16-000091
10-K2016-03-04fiscal FY 201530830001569994-16-000078
10-Q2015-10-30fiscal Q3 201527740001569994-15-000057
10-Q2015-07-31fiscal Q2 201527740001569994-15-000046
10-Q2015-05-01fiscal Q1 201527580001569994-15-000026
10-K2015-03-06fiscal FY 201430830001569994-15-000009
10-Q2014-10-31fiscal Q3 201428760001569994-14-000088
10-Q2014-08-01fiscal Q2 201428760001569994-14-000073
10-Q2014-05-02fiscal Q1 201428610001569994-14-000048
10-K2014-03-21fiscal FY 201330830001569994-14-000039

Inspect the source

Entity
Waterstone Financial, Inc. / CIK 0001569994
Captured
2026-09-20T09:21:06.474Z
SEC response SHA-256
8b49155db9ff0d587467be1b875c8f3c7cdfd04f67333dc8b34e3bbebd7b38f9

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