Skip to content

Bankwell Financial Group, Inc.: filings

Every Bankwell Financial Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-05fiscal Q2 202627800001505732-26-000105
10-Q2026-05-06fiscal Q1 202627580001505732-26-000074
10-K2026-03-04fiscal FY 202530620001505732-26-000046
10-Q2025-11-05fiscal Q3 202528820001505732-25-000162
10-Q2025-08-06fiscal Q2 202528820001505732-25-000126
10-Q2025-05-07fiscal Q1 202528600001505732-25-000089
10-K2025-03-05fiscal FY 202431630001505732-25-000052
10-Q2024-11-06fiscal Q3 202428820001505732-24-000223
10-Q2024-08-07fiscal Q2 202428820001505732-24-000153
10-Q2024-05-08fiscal Q1 202429620001505732-24-000083
10-K2024-03-12fiscal FY 202332650001505732-24-000067
10-Q2023-11-08fiscal Q3 202329860001505732-23-000256
10-Q2023-08-09fiscal Q2 202329860001505732-23-000216
10-Q2023-05-10fiscal Q1 202329620001505732-23-000154
10-K2023-03-08fiscal FY 202232640001505732-23-000109
10-Q2022-11-07fiscal Q3 202230880001505732-22-000234
10-Q2022-08-08fiscal Q2 202230880001505732-22-000186
10-Q2022-05-06fiscal Q1 202230640001505732-22-000130
10-K2022-03-08fiscal FY 202132650001505732-22-000096
10-Q2021-11-08fiscal Q3 202131880001505732-21-000237
10-Q2021-08-06fiscal Q2 202130840001505732-21-000178
10-Q2021-05-07fiscal Q1 202130640001505732-21-000113
10-K2021-03-10fiscal FY 2020311250001505732-21-000067
10-Q2020-11-04fiscal Q3 202030860001505732-20-000141
10-Q2020-08-07fiscal Q2 202030860001505732-20-000092
10-Q2020-05-11fiscal Q1 202030640001505732-20-000058
10-K2020-02-28fiscal FY 2019341300001505732-20-000040
10-Q2019-11-01fiscal Q3 201931840001505732-19-000029
10-Q2019-07-31fiscal Q2 201931840001505732-19-000019
10-Q2019-05-07fiscal Q1 201930620001505732-19-000014
10-K2019-03-04fiscal FY 2018301220001505732-19-000003
10-Q2018-11-01fiscal Q3 201827740001505732-18-000004
10-Q2018-08-07fiscal Q2 201823660001505732-18-000001
10-Q2018-05-10fiscal Q1 201823490001144204-18-027012
10-K2018-03-30fiscal FY 2017291270001144204-18-018196
10-Q2017-11-09fiscal Q3 201723700001144204-17-057683
10-Q2017-08-09fiscal Q2 201723720001144204-17-041517
10-Q2017-05-10fiscal Q1 201723510001571049-17-004795
10-K2017-03-16fiscal FY 2016281280001571049-17-002499
10-Q2016-11-09fiscal Q3 201624760001571049-16-019677
10-Q2016-08-09fiscal Q2 201624760001571049-16-017256
10-Q2016-05-10fiscal Q1 201624540001571049-16-015046
10-K2016-03-15fiscal FY 2015291280001571049-16-013033
10-Q2015-11-09fiscal Q3 201524750001571049-15-008984
10-Q2015-08-10fiscal Q2 201524750001571049-15-006503
10-Q2015-05-11fiscal Q1 201523520001571049-15-003909
10-K2015-03-16fiscal FY 2014281220001571049-15-001977
10-Q2014-11-14fiscal Q3 201423690001571049-14-006367
10-Q2014-08-14fiscal Q2 201423690001571049-14-004023
10-Q2014-06-04fiscal Q1 201423480001571049-14-002285

Inspect the source

Entity
Bankwell Financial Group, Inc. / CIK 0001505732
Captured
2026-09-20T09:12:20.089Z
SEC response SHA-256
7e5f3ddf3a00074b942d2c02c19607b9db06e1629bf638d2d0caffc665c6c97f

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