Skip to content

FINANCE OF AMERICA COMPANIES INC.: filings

Every FINANCE OF AMERICA COMPANIES INC. 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-07fiscal Q2 202628890001628280-26-054843
10-Q2026-05-11fiscal Q1 202626570001628280-26-033536
10-K2026-03-13fiscal FY 202540800001628280-26-017692
10-Q2025-11-13fiscal Q3 202530940001628280-25-052025
10-Q2025-08-11fiscal Q2 202529930001828937-25-000061
10-Q/A2025-05-23fiscal Q3 202428910001828937-25-000044
10-Q/A2025-05-23fiscal Q2 202428910001828937-25-000042
10-Q2025-05-20fiscal Q1 202527590001828937-25-000033
10-K/A2025-05-20fiscal FY 202439790001828937-25-000032
10-K2025-03-14fiscal FY 202439790001828937-25-000009
10-Q2024-11-08fiscal Q3 202428910001828937-24-000092
10-Q2024-08-09fiscal Q2 202428910001828937-24-000077
10-Q2024-05-10fiscal Q1 202428610001828937-24-000039
10-K2024-03-15fiscal FY 202340810001828937-24-000024
10-Q2023-11-09fiscal Q3 202330940001828937-23-000118
10-Q2023-08-09fiscal Q2 202330940001828937-23-000088
10-Q2023-05-12fiscal Q1 202334720001828937-23-000049
10-K2023-03-16fiscal FY 2022431370001828937-23-000021
10-Q2022-11-09fiscal Q3 2022391400001828937-22-000020
10-Q2022-08-09fiscal Q2 2022321030001193125-22-216269
10-Q2022-05-10fiscal Q1 202235730001193125-22-146445
10-K2022-03-15fiscal FY 2021411210001193125-22-076304
10-Q2021-11-12fiscal Q3 2021341170001193125-21-328167
10-Q2021-08-16fiscal Q2 2021361060001193125-21-247746
10-Q/A2021-05-28fiscal Q3 202018520001193125-21-177229
10-Q/A2021-05-28fiscal Q2 202019490001193125-21-177212
10-Q2021-05-17fiscal Q1 202116360001193125-21-163930
10-K/A2021-05-17fiscal FY 2020191340001193125-21-163922

Inspect the source

Entity
FINANCE OF AMERICA COMPANIES INC. / CIK 0001828937
Captured
2026-09-21T17:30:04.046Z
SEC response SHA-256
33e110adcc8de174991decd9ffb40b0930a36bc4e2d6370fb9444bcbc71988db

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