Skip to content

GREEN STREAM HOLDINGS, INC.: filings

Every GREEN STREAM HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2023-12-20

The latest filing in this captured record is a 10-Q filed 2023-12-20. No later filing is in the SEC companyfacts record captured on 2026-09-20. GREEN STREAM HOLDINGS, 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-Q2023-12-20fiscal Q2 2024351100001683168-23-008999
10-Q/A2023-09-21fiscal Q1 202434820001683168-23-006597
10-Q/A2023-03-23fiscal Q3 2023351080001683168-23-001691
10-Q/A2022-12-22fiscal Q2 2023351050001683168-22-008606
10-Q/A2022-10-19fiscal Q1 202333750001683168-22-006947
10-Q/A2022-09-30fiscal Q1 202333730001683168-22-006699
10-Q/A2022-08-01fiscal Q3 202232970001683168-22-005218
10-Q2022-03-22fiscal Q3 202231880001683168-22-001828
10-Q/A2021-12-23fiscal Q2 202231860001683168-21-006551
10-Q/A2021-10-06fiscal Q1 202226540001683168-21-004719
10-Q/A2021-09-24fiscal Q1 202228590001683168-21-004475
10-Q/A2021-09-24fiscal Q1 202228590001683168-21-004454
10-Q2021-09-22fiscal Q1 202228600001683168-21-004418
10-Q/A2021-09-21fiscal Q1 202228600001683168-21-004400
10-K/A2021-09-07fiscal FY 202129590001683168-21-004126
10-Q/A2021-03-24fiscal Q3 202129780001683168-21-001041
10-Q/A2020-12-15fiscal Q2 202129780001683168-20-004300
10-Q2020-12-15fiscal Q2 202129780001683168-20-004296
10-K/A2020-10-08fiscal FY 201929590001683168-20-003399
10-Q2020-09-18fiscal Q1 202129640001683168-20-003190
10-K2020-08-19fiscal FY 201929590001683168-20-002801

Inspect the source

Entity
GREEN STREAM HOLDINGS, INC. / CIK 0001437476
Captured
2026-09-20T09:03:28.856Z
SEC response SHA-256
f9d1303f141f41a7d5d9d225abf17435b0e9f4541214b9b6dc138192a7ea4870

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