Skip to content

First Northwest Bancorp: filings

Every First Northwest Bancorp annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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 202628800001437749-26-026287
10-Q2026-05-07fiscal Q1 202626540001437749-26-015523
10-K2026-03-12fiscal FY 202533670001437749-26-008021
10-Q2025-11-06fiscal Q3 202527740001437749-25-033588
10-Q2025-08-07fiscal Q2 202527740001437749-25-025349
10-Q2025-05-12fiscal Q1 202526540001437749-25-016126
10-K2025-03-13fiscal FY 202434700001437749-25-007492
10-Q2024-11-12fiscal Q3 202432920001437749-24-034591
10-Q/A2024-10-25fiscal Q2 202433910001437749-24-032158
10-Q2024-08-12fiscal Q2 202432900001437749-24-026106
10-Q2024-05-13fiscal Q1 202428580001437749-24-016267
10-K2024-03-15fiscal FY 202335720001437749-24-008142
10-Q2023-11-13fiscal Q3 202330860001437749-23-031577
10-Q2023-08-11fiscal Q2 202330860001437749-23-023278
10-Q2023-05-12fiscal Q1 202329600001437749-23-014187
10-K2023-03-17fiscal FY 202235720001437749-23-007102
10-Q2022-11-10fiscal Q3 202230860001437749-22-026854
10-Q2022-08-12fiscal Q2 202230860001437749-22-020402
10-Q2022-05-13fiscal Q1 202229600001437749-22-012409
10-K2022-03-18fiscal FY 202135720001437749-22-006713
10-Q2021-11-12fiscal Q3 202129820001437749-21-026508
10-Q2021-08-16fiscal Q2 202127760001437749-21-019926
10-Q2021-05-14fiscal Q1 202124500001437749-21-012356
10-K2021-03-15fiscal FY 202032660001437749-21-005979
10-Q2020-11-06fiscal Q3 202027760001437749-20-023036
10-Q2020-08-10fiscal Q2 202027760001437749-20-017359
10-Q2020-05-11fiscal Q1 202026560001556727-20-000068
10-K2020-03-09fiscal FY 201933660001556727-20-000022
10-Q2019-11-08fiscal Q3 201927760001556727-19-000073
10-Q2019-08-08fiscal Q2 201927760001556727-19-000054
10-Q2019-05-08fiscal Q1 201926560001556727-19-000025
10-K2019-03-15fiscal FY 2018301910001556727-19-000018
10-Q2018-11-07fiscal Q3 201826720001556727-18-000057
10-Q2018-08-07fiscal Q2 201825700001556727-18-000035
10-Q2018-05-09fiscal Q1 201825540000939057-18-000246
10-Q2017-11-09fiscal Q1 201725540000939057-17-000464
10-K2017-09-08fiscal FY 2017301220000939057-17-000386
10-Q2017-05-09fiscal Q3 201725700000939057-17-000231
10-Q2017-02-08fiscal Q2 201725700000939057-17-000064
10-Q2016-11-07fiscal Q1 201725540000939057-16-001075
10-K2016-09-09fiscal FY 2016271040000939057-16-000993
10-Q2016-05-11fiscal Q3 201621540000939057-16-000833
10-Q2016-02-16fiscal Q2 201619500000939057-16-000661
10-Q2015-11-12fiscal Q1 201619420000939057-15-000530
10-K2015-09-25fiscal FY 201527940000939057-15-000457
10-Q2015-05-13fiscal Q3 201520520000939057-15-000267
10-Q2015-02-13fiscal Q2 201517460000939057-15-000095
10-Q2014-12-19fiscal Q1 201517380000939057-14-000534

Inspect the source

Entity
First Northwest Bancorp / CIK 0001556727
Captured
2026-09-20T09:19:16.758Z
SEC response SHA-256
8bb4d61d0314ebc4a1734dcbcecd303654db449cd4c4b62994f62a79c93f6c24

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