Skip to content

FIRST WESTERN FINANCIAL, INC.: filings

Every FIRST WESTERN FINANCIAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-31fiscal Q2 2026351020001628280-26-051423
10-Q2026-05-01fiscal Q1 202634740001628280-26-029340
10-K2026-02-27fiscal FY 202539800001628280-26-012825
10-Q2025-10-31fiscal Q3 2025351020001628280-25-047822
10-Q2025-08-01fiscal Q2 2025351020001327607-25-000118
10-Q2025-05-07fiscal Q1 202536780001327607-25-000053
10-K2025-03-07fiscal FY 202441830001327607-25-000020
10-Q2024-11-01fiscal Q3 2024361060001327607-24-000183
10-Q2024-08-02fiscal Q2 2024351040001327607-24-000163
10-Q2024-05-03fiscal Q1 202435760001327607-24-000092
10-K2024-03-15fiscal FY 202339820001327607-24-000058
10-Q2023-11-03fiscal Q3 2023341020001327607-23-000170
10-Q2023-08-03fiscal Q2 2023341020001327607-23-000109
10-Q2023-05-05fiscal Q1 202334760001327607-23-000061
10-K2023-03-15fiscal FY 202238790001327607-23-000023
10-Q2022-11-04fiscal Q3 2022341010001558370-22-016435
10-Q2022-08-05fiscal Q2 2022341010001558370-22-012431
10-Q2022-05-06fiscal Q1 202232710001558370-22-007614
10-K2022-03-15fiscal FY 202139810001558370-22-003657
10-Q2021-11-05fiscal Q3 202134980001558370-21-014835
10-Q2021-08-06fiscal Q2 202134980001558370-21-010814
10-Q2021-05-06fiscal Q1 202133720001558370-21-006229
10-K2021-03-12fiscal FY 202039820001558370-21-002919
10-Q2020-11-05fiscal Q3 202034990001558370-20-012953
10-Q2020-08-06fiscal Q2 202034980001558370-20-009641
10-Q2020-04-30fiscal Q1 202032620001558370-20-004798
10-K2020-03-12fiscal FY 201940780001558370-20-002531
10-Q2019-11-07fiscal Q3 201935980001558370-19-010417
10-Q2019-08-08fiscal Q2 201835990001558370-19-007724
10-Q2019-05-10fiscal Q1 201934720001558370-19-004871
10-K2019-03-21fiscal FY 201838770001558370-19-002347
10-Q2018-11-08fiscal Q3 201833930001558370-18-009043
10-Q2018-08-30fiscal Q2 201833930001558370-18-007318

Inspect the source

Entity
FIRST WESTERN FINANCIAL, INC. / CIK 0001327607
Captured
2026-09-20T07:52:52.275Z
SEC response SHA-256
ea2458b7fea1fcb1df9eae2627b5b0a47f88767c64e010624ad61cdb69127ae5

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