Skip to content

Starguide Group, Inc.: filings

Every Starguide Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-K2026-08-14fiscal FY 202636760001640334-26-001377
10-Q2025-12-11fiscal Q3 2026331080001640334-25-002296
10-Q2025-09-08fiscal Q2 2026341060001640334-25-001648
10-Q2025-06-12fiscal Q1 202634710001640334-25-001011
10-K2025-04-29fiscal FY 202536750001640334-25-000716
10-Q2024-12-11fiscal Q3 2025341070001640334-24-001863
10-Q2024-09-13fiscal Q2 2025341030001640334-24-001414
10-Q2024-06-13fiscal Q1 202531650001640334-24-000958
10-K2024-05-15fiscal FY 202431650001640334-24-000804
10-Q2023-12-13fiscal Q3 202428910001640334-23-002295
10-Q2023-09-13fiscal Q2 202429860001640334-23-001695
10-Q2023-06-14fiscal Q1 202427580001640334-23-001044
10-K/A2023-06-02fiscal FY 202331640001640334-23-001010
10-K2023-05-15fiscal FY 202330620001640334-23-000879
10-Q2022-12-19fiscal Q3 202327760001477932-22-009381
10-Q2022-08-24fiscal Q2 202224660001477932-22-006441
10-Q2022-06-14fiscal Q1 202322480001477932-22-004346
10-K2022-04-29fiscal FY 202223470001477932-22-002751
10-Q2021-11-22fiscal Q3 202223600001477932-21-008649
10-Q2021-08-26fiscal Q2 202221540001477932-21-005975
10-Q2021-06-02fiscal Q1 202218380001477932-21-003741
10-K2021-04-21fiscal FY 202122460001477932-21-002551
10-Q2020-12-11fiscal Q3 202121630001477932-20-007223
10-Q2020-09-08fiscal Q2 202118510001477932-20-005319

Inspect the source

Entity
Starguide Group, Inc. / CIK 0001803096
Captured
2026-09-21T17:28:00.860Z
SEC response SHA-256
b7caa53c60a8d0f4d26382ec1b421e7f89f1c07d96ac77bf14e1884a05f87004

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