Skip to content

SUI GROUP HOLDINGS LIMITED: filings

Every SUI GROUP HOLDINGS LIMITED 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-06fiscal Q2 202628860001654954-26-007355
10-Q2026-05-08fiscal Q1 202630630001654954-26-004627
10-K2026-02-27fiscal FY 202533660001654954-26-001672
10-Q2025-11-13fiscal Q3 202528860001654954-25-012949
10-Q2025-08-14fiscal Q2 202515500001654954-25-009666
10-Q2025-05-13fiscal Q1 202515430001654954-25-005448
10-K2025-03-10fiscal FY 202418440001654954-25-002487
10-Q2024-11-12fiscal Q3 202420640001654954-24-014099
10-Q2024-08-14fiscal Q2 202419610001654954-24-010649
10-Q2024-05-15fiscal Q1 202418490001654954-24-006409
10-K2024-04-02fiscal FY 202321500001654954-24-004122
10-Q2023-11-17fiscal Q3 202320660001654954-23-014555
10-Q2023-08-15fiscal Q2 202319630001654954-23-010870
10-Q2023-05-22fiscal Q1 202320510001654954-23-007056
10-K/A2023-05-22fiscal FY 202224560001654954-23-007053
10-K2023-04-17fiscal FY 202224560001654954-23-004793
10-Q2022-11-18fiscal Q3 202221640001654954-22-015573
10-Q2022-08-15fiscal Q2 202222680001410578-22-002643
10-Q2022-05-13fiscal Q1 202222520001410578-22-001480
10-K2022-03-14fiscal FY 202124540001410578-22-000370
10-Q2021-11-12fiscal Q3 202122670001104659-21-137768
10-Q/A2021-10-14fiscal Q2 202123680001104659-21-126207
10-Q2012-11-15fiscal Q3 201224580001144204-12-062835
10-Q2012-08-14fiscal Q2 201224810001144204-12-046009
10-Q2012-05-14fiscal Q1 201224480001144204-12-028623
10-K2012-02-29fiscal FY 201124610001144204-12-012067
10-Q2011-11-09fiscal Q3 201124660001144204-11-062460
10-Q2011-08-10fiscal Q2 201124660001144204-11-045148

Inspect the source

Entity
SUI GROUP HOLDINGS LIMITED / CIK 0001425355
Captured
2026-09-20T08:03:50.838Z
SEC response SHA-256
b3a1a6e1e45a7c4afc307e5ac2ce38c25a01d62d550ad93c6fb99ad6dac7ab5f

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