Skip to content

Green Giant Inc.: financial reference

Explore Green Giant Inc. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2023-12-28

The latest filing in this captured record is a 10-K filed 2023-12-28. 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.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2023-09-30205,092,468USD2023-12-28
Total liabilities-2023-09-30189,398,511USD2023-12-28
Stockholders equity-2023-09-3015,693,957USD2023-12-28
Cash and cash equivalents-2023-09-3093,133USD2023-12-28
Net income or loss2022-10-012023-09-30-110,121,478USD2023-12-28
Operating cash flow2022-10-012023-09-30-5,481,098USD2023-12-28
Capital expenditure payments2017-10-012018-09-300USD2019-01-10
Financing cash flow2022-10-012023-09-305,307,470USD2023-12-28
Investing cash flow2021-10-012022-09-30-26,936,915USD2023-12-28
Basic weighted-average shares2021-10-012022-09-3050,055,537shares2023-01-13
Diluted weighted-average shares2022-10-012023-09-3055,144,039shares2023-12-28
Basic earnings per share2022-10-012023-09-30-2USD/shares2023-12-28
Diluted earnings per share2022-10-012023-09-30-2USD/shares2023-12-28
Income tax expense or benefit2020-10-012021-09-302,486,546USD2023-01-13
Net property, plant and equipment-2023-09-30449,395USD2023-12-28
Share-based compensation expense2021-10-012022-09-3019,370,400USD2023-12-28
Operating income or loss2022-10-012023-09-30-110,066,805USD2023-12-28
Current assets-2019-09-30119,720,923USD2020-01-14
Interest expense2019-10-012020-09-3065,535USD2021-01-13
Current liabilities-2019-09-30149,449,520USD2020-01-14
Current accounts payable-2023-09-3010,326,702USD2023-12-28
Operating expenses2022-10-012023-09-30110,032,189USD2023-12-28
Net inventory-2023-09-307,272USD2023-12-28
Gross profit2022-10-012023-09-30-34,616USD2023-12-28
Common shares outstanding-2023-09-3055,793,268shares2023-12-28
Cash including restricted cash-2023-09-302,677,690USD2023-12-28
Additional paid-in capital-2023-09-30190,119,912USD2023-12-28
Accumulated other comprehensive income or loss-2023-09-30-8,023,482USD2023-12-28
Gross property, plant and equipment-2023-09-30749,320USD2023-12-28
Accumulated depreciation on property, plant and equipment-2023-09-30299,925USD2023-12-28
Accrued current liabilities-2022-09-3010,547,436USD2023-01-13
Current contract liabilities-2021-09-3019,803,917USD2022-01-13
Pre-tax income or loss from continuing operations2022-10-012023-09-30-110,121,478USD2023-12-28
Comprehensive income or loss2022-10-012023-09-30-109,059,183USD2023-12-28
General and administrative expense2022-10-012023-09-3010,307,380USD2023-12-28
Depreciation expense2022-10-012023-09-3022,485USD2023-12-28
Other nonoperating income or expense2021-10-012022-09-30-1,263,365USD2023-01-13
Current income tax expense or benefit2020-10-012021-09-302,486,546USD2023-01-13
Deferred income tax expense or benefit2018-10-012019-09-301,302,606USD2021-01-13
Interest paid, net2020-10-012021-09-302,018,918USD2023-01-13
Change in accounts receivable2013-10-012014-09-303,171,932USD2015-12-18
Change in inventories2022-10-012023-09-307,272USD2023-12-28
Change in accounts payable2022-10-012023-09-30-279,933USD2023-12-28

Filings

51 Green Giant filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))