Skip to content

First Foundation Inc.: filings

Every First Foundation Inc. 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-K2026-03-16fiscal FY 2025351520001104659-26-028501
10-Q2025-11-10fiscal Q3 202529810001104659-25-109187
10-Q2025-08-11fiscal Q2 202528790001558370-25-011054
10-Q2025-05-09fiscal Q1 202528570001558370-25-007151
10-K2025-03-17fiscal FY 2024351520001558370-25-003129
10-Q2024-11-08fiscal Q3 202429810001558370-24-015032
10-Q2024-08-08fiscal Q2 202428800001558370-24-011643
10-Q2024-05-09fiscal Q1 202428580001558370-24-007559
10-K2024-02-28fiscal FY 2023361660001558370-24-002026
10-Q2023-11-08fiscal Q3 202330850001558370-23-018204
10-Q2023-08-08fiscal Q2 202328820001558370-23-013880
10-Q2023-05-09fiscal Q1 202328580001558370-23-008751
10-K2023-02-28fiscal FY 2022321590001558370-23-002423
10-Q2022-11-08fiscal Q3 202227800001558370-22-016918
10-Q2022-08-08fiscal Q2 202227800001558370-22-012573
10-Q2022-05-09fiscal Q1 202227560001558370-22-007774
10-K2022-02-28fiscal FY 2021321550001558370-22-002328
10-Q2021-11-05fiscal Q3 202127800001558370-21-014788
10-Q2021-08-06fiscal Q2 202127800001558370-21-010755
10-Q2021-05-07fiscal Q1 202127560001558370-21-006441
10-K2021-02-26fiscal FY 2020321550001558370-21-001958
10-Q2020-11-06fiscal Q3 202027780001558370-20-013143
10-Q2020-08-07fiscal Q2 202031830001558370-20-010000
10-Q2020-05-08fiscal Q1 202031600001564590-20-023465
10-K2020-03-02fiscal FY 2019331560001564590-20-008063
10-Q2019-11-07fiscal Q3 201931820001564590-19-041576
10-Q2019-08-08fiscal Q2 201932860001564590-19-030598
10-Q2019-05-08fiscal Q1 201931630001564590-19-016977
10-K2019-03-01fiscal FY 2018311570001564590-19-005831
10-Q2018-11-08fiscal Q3 201827760001564590-18-028449
10-Q2018-08-09fiscal Q2 201827760001564590-18-021115
10-Q2018-05-09fiscal Q1 201822460001564590-18-012543
10-K2018-03-16fiscal FY 2017241380001564590-18-006010
10-Q2017-11-08fiscal Q3 201721640001564590-17-022541
10-Q2017-08-09fiscal Q2 201721640001564590-17-016628
10-Q2017-05-08fiscal Q1 201721440001564590-17-009441
10-K2017-03-15fiscal FY 2016231350001564590-17-004473
10-Q2016-11-08fiscal Q3 201621640001564590-16-028376
10-Q2016-08-09fiscal Q2 201621640001564590-16-023592
10-Q2016-05-09fiscal Q1 201621440001564590-16-018670
10-K2016-03-15fiscal FY 2015231350001564590-16-014870
10-Q2015-11-16fiscal Q3 201522650001564590-15-010749
10-Q2015-08-14fiscal Q2 201521640001564590-15-007420
10-Q2015-05-11fiscal Q1 201520420001564590-15-003963
10-K2015-03-16fiscal FY 2014221190001564590-15-001720
10-Q2014-11-13fiscal Q3 201420580001564590-14-005635
10-Q2014-08-12fiscal Q2 201420580001564590-14-003550
10-Q/A2014-06-09fiscal Q1 201420420001564590-14-002439

Inspect the source

Entity
First Foundation Inc. / CIK 0001413837
Captured
2026-09-21T17:19:31.640Z
SEC response SHA-256
2f2edab26e014220f9c46ba0c72044ef646cf0e7ee616114bbeb5377a9a7b0e3

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