Skip to content

CGS INTERNATIONAL, INC.: filings

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

Filing record ends 2022-09-16

The latest filing in this captured record is a 10-Q filed 2022-09-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. CGS INTERNATIONAL, 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-Q2022-09-16fiscal Q1 202322480001477932-22-006988
10-K2022-08-15fiscal FY 202225540001477932-22-006065
10-Q2022-03-16fiscal Q3 202219640001477932-22-001442
10-Q2021-12-10fiscal Q2 202219600001477932-21-009089
10-Q2021-09-13fiscal Q1 202219400001477932-21-006269
10-K2021-08-04fiscal FY 202122460001078782-21-000713
10-Q2021-08-03fiscal Q3 202121640001078782-21-000711
10-Q2021-08-03fiscal Q2 202121620001078782-21-000709
10-Q2021-08-03fiscal Q1 202121460001078782-21-000708
10-K2021-08-03fiscal FY 202023480001078782-21-000707
10-Q2021-07-29fiscal Q3 202021640001078782-21-000701
10-Q2021-07-29fiscal Q2 202020580001078782-21-000699
10-Q2021-07-29fiscal Q1 202021460001078782-21-000697
10-K2021-06-25fiscal FY 201923470001078782-21-000595
10-Q2021-06-08fiscal Q3 201918520001078782-21-000546
10-Q2021-06-08fiscal Q2 201918500001078782-21-000544
10-Q2021-06-08fiscal Q1 201918400001078782-21-000541
10-K2021-02-25fiscal FY 201818380001078782-21-000166
10-Q2019-04-11fiscal Q3 201812320001078782-19-000327
10-Q2019-04-11fiscal Q2 201813360001078782-19-000325
10-Q2017-10-18fiscal Q1 201813280001078782-17-001424
10-K2017-09-28fiscal FY 201716340001078782-17-001325
10-Q2017-03-13fiscal Q3 201712340001494733-17-000023
10-Q2016-12-15fiscal Q2 201712340001494733-16-000188
10-Q2016-09-09fiscal Q1 201712240001494733-16-000171
10-K2016-08-15fiscal FY 201613270001494733-16-000167
10-Q2016-03-10fiscal Q3 201612340001494733-16-000156
10-Q2015-12-11fiscal Q2 201612340001494733-15-000146
10-Q2015-09-04fiscal Q1 201612240001494733-15-000120
10-K2015-08-19fiscal FY 201516340001494733-15-000118
10-Q2015-03-17fiscal Q3 201515430001494733-15-000028
10-Q2014-12-15fiscal Q2 201516580001494733-14-000037
10-Q2014-09-08fiscal Q1 201513360001494733-14-000029
10-K2014-07-29fiscal FY 201411310001552358-14-000007
10-Q2014-03-21fiscal Q3 201417560001552358-14-000004
10-Q2013-12-12fiscal Q2 201417560001552358-13-000008
10-Q2013-09-13fiscal Q1 201415360001494733-13-000173
10-K2013-08-28fiscal FY 201316380001552358-13-000002
10-Q2013-03-01fiscal Q3 201315320001494733-13-000047
10-Q2012-12-04fiscal Q2 201315320001494733-12-000289

Inspect the source

Entity
CGS INTERNATIONAL, INC. / CIK 0001552358
Captured
SEC response SHA-256
0838aaf62ddd129d38152dcabe93a42d818d79babff794c6c7d5cea59ed1ae06

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