Skip to content

Reliance Global Group, Inc.: filings

Every Reliance Global Group, Inc. 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-07-30fiscal Q2 2026401110001493152-26-035504
10-Q2026-05-07fiscal Q1 202636710001493152-26-021761
10-K2026-03-10fiscal FY 202547930001493152-26-009536
10-Q2025-11-06fiscal Q3 2025381110001493152-25-021089
10-Q2025-07-30fiscal Q2 2025381040001641172-25-021555
10-Q2025-05-14fiscal Q1 202538770001641172-25-010313
10-K2025-03-07fiscal FY 202444880001493152-25-009445
10-Q2024-11-07fiscal Q3 2024371090001493152-24-044014
10-Q2024-07-25fiscal Q2 2024381070001493152-24-029072
10-Q2024-05-20fiscal Q1 202438770001493152-24-020681
10-K2024-04-04fiscal FY 202344880001493152-24-013118
10-Q2023-11-13fiscal Q3 2023391120001493152-23-040510
10-Q2023-08-10fiscal Q2 2023401090001493152-23-027454
10-K/A2023-08-10fiscal FY 202243880001493152-23-027450
10-Q2023-05-18fiscal Q1 202338760001493152-23-018163
10-Q/A2023-05-18fiscal Q3 2022391150001493152-23-018108
10-Q/A2023-05-18fiscal Q2 2022391090001493152-23-018107
10-Q/A2023-05-18fiscal Q1 202246960001493152-23-018104
10-K2023-03-30fiscal FY 202243880001493152-23-009824
10-Q2022-11-14fiscal Q3 2022391170001493152-22-032181
10-Q2022-08-15fiscal Q2 2022391110001493152-22-022662
10-Q2022-05-16fiscal Q1 202246960001493152-22-013694
10-K2022-03-31fiscal FY 202140820001493152-22-008413
10-Q2021-11-09fiscal Q3 2021391110001493152-21-027699
10-Q2021-08-17fiscal Q2 2021371010001493152-21-020458
10-Q2021-05-13fiscal Q1 202138770001493152-21-011347
10-K2021-03-24fiscal FY 202038750001493152-21-006675

Inspect the source

Entity
Reliance Global Group, Inc. / CIK 0001812727
Captured
2026-09-21T17:28:38.794Z
SEC response SHA-256
1e0e23c3b6ff3bb8f566fe8b433c4c08f6e601d6676575b8f1a970a7b40ee6a0

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