Skip to content

GSG GROUP INC.: filings

Every GSG GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2024-07-18

The latest filing in this captured record is a 10-Q filed 2024-07-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. GSG GROUP INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-07-18fiscal Q2 202426680001640334-24-001137
10-Q2024-07-03fiscal Q1 202426540001640334-24-001044
10-K2024-07-03fiscal FY 202325500001640334-24-001042
10-Q2024-04-12fiscal Q3 202327680001640334-24-000614
10-Q2023-10-05fiscal Q2 202327720001640334-23-001773
10-Q2023-05-18fiscal Q1 202324520001640334-23-000927
10-K2023-04-04fiscal FY 202219400001640334-23-000564
10-Q2022-11-14fiscal Q3 202225670001640334-22-002417
10-Q2022-11-14fiscal Q2 202227710001640334-22-002414
10-Q2022-11-14fiscal Q1 202227580001640334-22-002410
10-K2022-10-05fiscal FY 202120420001640334-22-002167
10-Q2021-11-23fiscal Q3 202125630001640334-21-002959
10-Q2021-08-27fiscal Q2 202125660001640334-21-002049
10-Q2021-06-11fiscal Q1 202123500001640334-21-001323
10-K2021-04-15fiscal FY 202019400001640334-21-000937
10-Q2020-12-03fiscal Q3 202024660001640334-20-003002
10-Q2020-12-03fiscal Q2 202022600001640334-20-003001
10-Q2020-12-01fiscal Q1 202023500001640334-20-002976
10-K2020-12-01fiscal FY 201922450001640334-20-002974
10-Q2020-01-24fiscal Q3 201914360001640334-20-000146
10-Q2019-11-21fiscal Q2 201914360001640334-19-002433
10-Q2019-11-21fiscal Q1 201914280001640334-19-002431
10-K2019-08-23fiscal FY 201819350001640334-19-001739
10-Q2019-04-16fiscal Q3 201818370001640334-19-000623
10-Q2019-04-16fiscal Q2 201818370001640334-19-000622
10-Q2019-04-16fiscal Q1 201818300001640334-19-000621
10-K2019-02-27fiscal FY 201724440001640334-19-000327
10-Q2017-11-14fiscal Q3 201719440001640334-17-002398
10-Q2017-08-14fiscal Q2 201718430001640334-17-001655
10-Q2017-05-15fiscal Q1 201726520001640334-17-000973
10-K2017-03-02fiscal FY 201625490001668523-17-000006
10-K2017-02-24fiscal FY 201625490001668523-17-000004
10-Q2016-11-15fiscal Q3 201624610001668523-16-000006
10-Q2016-08-25fiscal Q2 201624420001668523-16-000004

Inspect the source

Entity
GSG GROUP INC. / CIK 0001668523
Captured
SEC response SHA-256
23241b2f15ceea7d16a754acfd2a5d0fb53d58aa1c98f9a9c574031b4fda04a5

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