Skip to content

BRIDGEWATER BANCSHARES, INC.: filings

Every BRIDGEWATER BANCSHARES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-07-30fiscal Q2 202632900001104659-26-088454
10-Q2026-04-30fiscal Q1 202632660001104659-26-052124
10-K2026-02-26fiscal FY 2025391040001104659-26-020063
10-Q2025-10-30fiscal Q3 202533920001104659-25-104003
10-Q2025-07-31fiscal Q2 202533920001558370-25-009841
10-Q2025-05-01fiscal Q1 202532680001558370-25-006048
10-K2025-03-06fiscal FY 2024391040001558370-25-002317
10-Q2024-10-31fiscal Q3 202431870001558370-24-014002
10-Q2024-08-01fiscal Q2 202431870001558370-24-010523
10-Q2024-05-02fiscal Q1 202432660001558370-24-006454
10-K2024-03-07fiscal FY 2023401070001558370-24-002663
10-Q2023-11-02fiscal Q3 202332890001558370-23-017315
10-Q2023-08-03fiscal Q2 202332890001558370-23-013059
10-Q2023-05-04fiscal Q1 202332670001558370-23-007974
10-K2023-03-07fiscal FY 2022401040001558370-23-002993
10-Q2022-11-03fiscal Q3 202232970001558370-22-016134
10-Q2022-08-04fiscal Q2 202232900001558370-22-012043
10-Q2022-05-05fiscal Q1 202232680001558370-22-007218
10-K2022-03-08fiscal FY 2021371010001558370-22-003010
10-Q2021-11-04fiscal Q3 202130820001558370-21-014431
10-Q2021-07-30fiscal Q2 202130820001558370-21-009716
10-Q2021-05-06fiscal Q1 202129620001558370-21-006066
10-K2021-03-11fiscal FY 2020351320001558370-21-002761
10-Q2020-11-05fiscal Q3 202031840001558370-20-012692
10-Q2020-08-06fiscal Q2 202031840001558370-20-009496
10-Q2020-05-07fiscal Q1 202031640001558370-20-005531
10-K2020-03-12fiscal FY 2019351310001558370-20-002468
10-Q2019-11-07fiscal Q3 201929770001558370-19-010275
10-Q2019-08-08fiscal Q2 201929760001558370-19-007581
10-Q2019-05-09fiscal Q1 201927560001558370-19-004561
10-K2019-03-14fiscal FY 2018331190001558370-19-001961
10-Q2018-11-08fiscal Q3 201827700001558370-18-008897
10-Q2018-08-09fiscal Q2 201826670001558370-18-006833
10-Q2018-05-10fiscal Q1 201826540001558370-18-004577

Inspect the source

Entity
BRIDGEWATER BANCSHARES, INC. / CIK 0001341317
Captured
2026-09-20T07:54:16.968Z
SEC response SHA-256
4d066d24286daecd4895544e23b53243a68af5494026dea1f7a046635324e42d

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