Skip to content

IGS Capital Group Ltd: filings

Every IGS Capital Group Ltd annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2018-08-06

The latest filing in this captured record is a 10-K/A filed 2018-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. IGS Capital Group Ltd 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-K/A2018-08-06fiscal FY 201733670001683168-18-002142
10-K2018-05-18fiscal FY 201732660001683168-18-001465
10-Q2017-12-29fiscal Q3 201733920001683168-17-003424
10-Q2017-08-11fiscal Q2 201719600001683168-17-002037
10-Q2017-05-12fiscal Q1 201719400001683168-17-001182
10-K2017-03-31fiscal FY 201619400001683168-17-000746
10-Q2016-10-28fiscal Q3 201619600001683168-16-000404
10-Q2016-08-19fiscal Q2 201619600001019687-16-007312
10-Q2016-06-13fiscal Q1 201619400001019687-16-006649
10-K2016-06-10fiscal FY 201520410001019687-16-006640
10-Q2016-06-08fiscal Q3 201521600001019687-16-006614
10-Q2016-06-08fiscal Q2 201521620001019687-16-006612
10-Q2016-06-08fiscal Q1 201521440001019687-16-006610
10-K2016-06-06fiscal FY 201420420001019687-16-006573
10-Q2016-06-02fiscal Q3 201421610001019687-16-006543
10-Q2016-06-02fiscal Q2 201421610001019687-16-006541
10-Q2016-06-02fiscal Q1 201421440001019687-16-006539
10-K2016-05-25fiscal FY 201324500001019687-16-006460
10-Q2016-05-23fiscal Q3 201321620001019687-16-006428
10-Q2016-05-23fiscal Q2 201321620001019687-16-006426
10-Q2016-05-17fiscal Q1 201322460001019687-16-006354
10-K/A2016-05-17fiscal FY 201234700001019687-16-006330
10-K2016-04-27fiscal FY 201233680001019687-16-006007
10-Q2016-01-21fiscal Q3 201231940001019687-16-004893
10-Q2016-01-21fiscal Q2 201231940001019687-16-004891
10-Q2016-01-21fiscal Q1 201230620001019687-16-004889
10-K2013-06-07fiscal FY 201134540001493152-13-001119
10-Q2013-02-11fiscal Q3 201136990001493152-13-000219
10-Q/A2011-08-19fiscal Q2 201135950001493152-11-000292

Inspect the source

Entity
IGS Capital Group Ltd / CIK 0001288195
Captured
SEC response SHA-256
ce788080803e77cf52b12a64d0a1b190b3e7199589169d7a1337bb5859cf96aa

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