Skip to content

ALERUS FINANCIAL CORPORATION: filings

Every ALERUS FINANCIAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-03fiscal Q2 2026391060001437749-26-025463
10-Q2026-05-01fiscal Q1 202639810001437749-26-014481
10-K2026-03-04fiscal FY 2025401060001437749-26-006820
10-Q2025-11-05fiscal Q3 2025391060001437749-25-033350
10-Q2025-08-05fiscal Q2 2025391060001437749-25-024880
10-Q2025-05-06fiscal Q1 202539810001437749-25-014641
10-K2025-03-14fiscal FY 2024391030001437749-25-007629
10-Q2024-10-31fiscal Q3 2024381050001437749-24-032818
10-Q2024-08-08fiscal Q2 2024381090001558370-24-011623
10-Q2024-05-02fiscal Q1 202437770001558370-24-006547
10-K2024-03-08fiscal FY 2023381040001558370-24-002829
10-Q2023-11-02fiscal Q3 2023371040001558370-23-017441
10-Q2023-08-03fiscal Q2 2023371040001558370-23-013183
10-Q2023-05-08fiscal Q1 202337770001558370-23-008501
10-K2023-03-13fiscal FY 2022381040001558370-23-003515
10-Q2022-11-03fiscal Q3 2022371040001558370-22-016272
10-Q2022-08-04fiscal Q2 2022371040001558370-22-012202
10-Q2022-05-06fiscal Q1 202237780001558370-22-007612
10-K2022-03-11fiscal FY 2021381040001558370-22-003419
10-Q2021-11-04fiscal Q3 2021381060001558370-21-014568
10-Q2021-08-05fiscal Q2 2021381060001558370-21-010545
10-Q2021-05-06fiscal Q1 202138790001558370-21-006200
10-K2021-03-12fiscal FY 2020411560001558370-21-002880
10-Q2020-11-05fiscal Q3 2020381060001558370-20-012770
10-Q2020-08-06fiscal Q2 2020391050001558370-20-009578
10-Q2020-05-13fiscal Q1 202039790001558370-20-006491
10-K2020-03-26fiscal FY 2019401500001558370-20-003143
10-Q2019-11-07fiscal Q3 201938990001558370-19-010422

Inspect the source

Entity
ALERUS FINANCIAL CORPORATION / CIK 0000903419
Captured
2026-09-20T05:05:21.448Z
SEC response SHA-256
1c7a78903086593dc855d06f4e605bf5d917d838e70bedc72c35a3fb0d38cd12

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