Skip to content

Green Giant Inc.: filings

Every Green Giant Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-02-05

The latest filing in this captured record is a 10-Q filed 2024-02-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Green Giant 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-02-05fiscal Q1 202427570001213900-24-010049
10-K2023-12-28fiscal FY 202331590001213900-23-099290
10-Q2023-08-10fiscal Q3 2023311010001213900-23-065697
10-Q2023-05-05fiscal Q2 202332980001213900-23-036884
10-Q2023-02-13fiscal Q1 202330620001213900-23-010474
10-K2023-01-13fiscal FY 202235660001213900-23-002780
10-Q2022-08-15fiscal Q3 2022341070001410578-22-002524
10-Q2022-05-16fiscal Q2 2022331030001410578-22-001699
10-Q2022-02-22fiscal Q1 202232670001410578-22-000184
10-K2022-01-13fiscal FY 202132640001410578-22-000022
10-Q2021-08-16fiscal Q3 202128880001104659-21-106379
10-Q2021-05-17fiscal Q2 202128840001104659-21-068138
10-Q2021-02-22fiscal Q1 202128610001104659-21-026195
10-K2021-01-13fiscal FY 202029600001104659-21-003878
10-Q2020-08-19fiscal Q3 202031930001104659-20-096899
10-Q2020-05-15fiscal Q2 202031890001104659-20-061987
10-Q2020-02-14fiscal Q1 202031640001104659-20-020645
10-K2020-01-14fiscal FY 201935710001104659-20-003927
10-Q2019-08-14fiscal Q3 201933940001144204-19-040092
10-Q2019-05-14fiscal Q2 201933920001144204-19-026015
10-Q2019-02-14fiscal Q1 201933680001144204-19-007525
10-K2019-01-10fiscal FY 201836730001144204-19-001277
10-Q2018-08-14fiscal Q3 201832890001144204-18-044207
10-Q2018-05-15fiscal Q2 201830800001144204-18-028547
10-Q2018-02-12fiscal Q1 201830600001144204-18-007071
10-K2018-01-03fiscal FY 201737750001144204-18-000327
10-Q2017-08-11fiscal Q3 201726740001144204-17-042203
10-Q2017-05-12fiscal Q2 201725720001144204-17-026611
10-Q2017-02-13fiscal Q1 201725500001144204-17-007565
10-K2016-12-21fiscal FY 201633670001144204-16-140689
10-Q2016-08-09fiscal Q3 201629830001144204-16-117423
10-Q2016-05-10fiscal Q2 201628820001144204-16-100097
10-Q2016-02-05fiscal Q1 201630600001144204-16-079130
10-K2015-12-18fiscal FY 201531780001144204-15-071601
10-Q2015-08-07fiscal Q3 201528840001144204-15-047073
10-Q2015-05-11fiscal Q2 201529880001144204-15-028975
10-Q2015-02-06fiscal Q1 201530600001144204-15-006473
10-K2014-12-12fiscal FY 201432850001144204-14-073570
10-Q2014-08-08fiscal Q3 201431940001144204-14-047841
10-Q2014-05-09fiscal Q2 201431940001144204-14-028824
10-Q2014-02-07fiscal Q1 201433660001144204-14-006691
10-K2013-12-13fiscal FY 201333670001144204-13-067182
10-Q2013-08-14fiscal Q3 201331880001144204-13-045374
10-Q2013-05-13fiscal Q2 201331880001144204-13-028052
10-Q2013-02-06fiscal Q1 201331620001144204-13-006298
10-K2012-12-26fiscal FY 201233670001144204-12-069419
10-Q/A2012-08-30fiscal Q3 201231830001144204-12-048842
10-Q2012-05-14fiscal Q2 201227760001144204-12-028598
10-Q2012-02-14fiscal Q1 201227510001144204-12-008753
10-K2011-12-23fiscal FY 201129580001144204-11-071519
10-Q2011-08-15fiscal Q3 201130840001144204-11-047298

Inspect the source

Entity
Green Giant Inc. / CIK 0001158420
Captured
SEC response SHA-256
675ed9bfbc5eeaac11257e84ab7ba49c906e2a145c6f59ec21d085e3c9a817f1

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