Skip to content

Abacus Global Management, Inc.: filings

Every Abacus Global Management, 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-10fiscal Q2 2026551600001628280-26-055287
10-Q2026-05-11fiscal Q1 2026551140001628280-26-033136
10-K2026-03-13fiscal FY 2025611230001628280-26-017775
10-Q2025-11-07fiscal Q3 2025571690001628280-25-050614
10-Q2025-08-12fiscal Q2 2025561630001814287-25-000044
10-Q2025-05-08fiscal Q1 2025541100001814287-25-000030
10-K2025-03-28fiscal FY 2024601210001814287-25-000006
10-Q2024-11-07fiscal Q3 2024581700001814287-24-000054
10-Q2024-08-12fiscal Q2 2024581660001814287-24-000051
10-K/A2024-05-30fiscal FY 2023591190001814287-24-000035
10-Q2024-05-13fiscal Q1 2024571170001814287-24-000034
10-K2024-03-21fiscal FY 2023591190001814287-24-000028
10-Q2023-11-13fiscal Q3 2023531510001814287-23-000030
10-Q2023-08-14fiscal Q2 2023501450001814287-23-000007
10-Q2023-05-25fiscal Q1 202317320001564590-23-007412
10-K2023-04-18fiscal FY 202216300001564590-23-005819
10-Q2022-11-21fiscal Q3 202217500001564590-22-038104
10-Q2022-08-22fiscal Q2 202215420001564590-22-029884
10-Q2022-07-13fiscal Q1 202213260001564590-22-025641
10-K2022-06-22fiscal FY 202115270001564590-22-023957
10-K/A2022-05-27fiscal FY 202014140001564590-22-021441
10-Q2022-02-28fiscal Q3 202114390001564590-22-007305
10-Q2021-08-17fiscal Q2 202112280001564590-21-044925
10-Q2021-07-30fiscal Q1 202110160001564590-21-039240
10-K/A2021-07-16fiscal FY 202013170001564590-21-036917
10-K2021-03-26fiscal FY 202012120001564590-21-015863
10-Q2020-11-16fiscal Q3 202013170001564590-20-054168
10-Q2020-09-04fiscal Q2 20209100001564590-20-042653

Inspect the source

Entity
Abacus Global Management, Inc. / CIK 0001814287
Captured
2026-09-21T17:34:02.298Z
SEC response SHA-256
283adaeb19a3538e04841a53f2eef92a99cf8f5792c66e68810df11ee9702b07

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