Skip to content

Better Home & Finance Holding Company: filings

Every Better Home & Finance Holding Company annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-11fiscal Q2 202634970001628280-26-055745
10-Q2026-05-11fiscal Q1 202634750001628280-26-033684
10-K2026-03-13fiscal FY 202541850001628280-26-017747
10-Q2025-11-13fiscal Q3 2025351010001628280-25-052113
10-Q2025-08-13fiscal Q2 202534990001628280-25-040157
10-Q2025-05-14fiscal Q1 202534750001628280-25-025475
10-K2025-03-19fiscal FY 202440820001628280-25-013683
10-Q2024-11-14fiscal Q3 2024361050001628280-24-047936
10-Q2024-08-14fiscal Q2 2024361030001628280-24-037000
10-Q2024-05-15fiscal Q1 202437800001628280-24-023537
10-K2024-04-08fiscal FY 2023471600001628280-24-015134
10-Q2023-11-14fiscal Q3 2023431270001628280-23-038989
10-Q2023-08-04fiscal Q2 202318460001104659-23-087862
10-Q2023-05-12fiscal Q1 202317360001104659-23-059717
10-K2023-04-17fiscal FY 202217340001104659-23-046240
10-Q/A2023-04-17fiscal Q3 202215440001104659-23-045829
10-Q/A2023-04-17fiscal Q2 202215410001104659-23-045828
10-Q/A2023-04-17fiscal Q1 202215340001104659-23-045827
10-K/A2023-04-17fiscal FY 202115300001104659-23-045826
10-Q/A2023-04-17fiscal Q3 202115350001104659-23-045825
10-Q2022-11-14fiscal Q3 202215440001104659-22-118395
10-Q2022-08-15fiscal Q2 202215410001104659-22-091110
10-Q2022-05-16fiscal Q1 202215340001104659-22-061365
10-K2022-03-25fiscal FY 202115300001104659-22-037661
10-Q2021-11-15fiscal Q3 202115330001104659-21-139151
10-Q2021-08-11fiscal Q2 202115270001104659-21-103346
10-Q2021-05-26fiscal Q1 202115250001104659-21-072419

Inspect the source

Entity
Better Home & Finance Holding Company / CIK 0001835856
Captured
2026-09-21T17:30:51.010Z
SEC response SHA-256
d8cff08c2aa909d83720c40b22f3285479100c3d345b096efee6ddfcbf3d3f3a

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