Skip to content

BANK7 CORP.: filings

Every BANK7 CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-10fiscal Q2 202626710001140361-26-032024
10-Q2026-05-11fiscal Q1 202626550001140361-26-020594
10-K2026-03-17fiscal FY 202533850001140361-26-009657
10-Q2025-11-07fiscal Q3 202527730001140361-25-041162
10-Q2025-08-07fiscal Q2 202527730001140361-25-029593
10-Q2025-05-12fiscal Q1 202526550001140361-25-018373
10-K2025-03-12fiscal FY 202433850001140361-25-008438
10-Q2024-11-05fiscal Q3 202427730001140361-24-045199
10-Q2024-08-08fiscal Q2 202427730001140361-24-036309
10-Q2024-05-15fiscal Q1 202428590001140361-24-026111
10-K2024-03-25fiscal FY 202334880001140361-24-014984
10-Q2023-11-09fiscal Q3 202328770001140361-23-052295
10-Q2023-08-09fiscal Q2 202328770001140361-23-038773
10-Q2023-05-15fiscal Q1 202327570001140361-23-024806
10-K2023-03-24fiscal FY 202233850001140361-23-013727
10-Q2022-11-14fiscal Q3 202227750001140361-22-041387
10-Q2022-08-15fiscal Q2 202227750001140361-22-029630
10-Q2022-05-13fiscal Q1 202226550001140361-22-019016
10-K2022-03-31fiscal FY 2021311220001140361-22-012281
10-Q2021-11-05fiscal Q3 202124660001140361-21-036825
10-Q2021-08-13fiscal Q2 202125680001140361-21-028263
10-Q2021-05-11fiscal Q1 202124500001140361-21-016843
10-K2021-03-25fiscal FY 2020291170001140361-21-009987
10-Q2020-11-16fiscal Q3 202025680001140361-20-025585
10-Q2020-08-14fiscal Q2 202025680001140361-20-018421
10-Q2020-05-14fiscal Q1 202024500001140361-20-011655
10-K2020-03-30fiscal FY 2019291170001140361-20-007438
10-Q2019-11-14fiscal Q3 201924670001140361-19-020500
10-Q2019-08-13fiscal Q2 201923650001140361-19-014953
10-Q2019-05-15fiscal Q1 201924510001140361-19-009160
10-K2019-03-29fiscal FY 2018281140001140361-19-006071
10-Q2018-11-14fiscal Q3 201828760001140361-18-043119

Inspect the source

Entity
BANK7 CORP. / CIK 0001746129
Captured
2026-09-19T11:21:01.668Z
SEC response SHA-256
e1702bb3635769cb5ecd6b9194b3bab9973e4b835a1341c0e28a50f68a9025ea

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