Skip to content

Greenhouse Solutions, Inc.: filings

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

Filing record ends 2018-09-26

The latest filing in this captured record is a 10-K filed 2018-09-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. Greenhouse Solutions, 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-K2018-09-26fiscal FY 201728530001477932-18-004620
10-Q2017-04-20fiscal Q3 201728630001477932-17-001848
10-Q2016-11-16fiscal Q2 201719420001477932-16-013595
10-Q2016-08-26fiscal Q1 201718340001065949-16-000480
10-K2016-08-12fiscal FY 201628490001065949-16-000474
10-Q2016-05-03fiscal Q3 201623540001065949-16-000380
10-K2016-04-26fiscal FY 201522340001065949-16-000378
10-K2016-03-29fiscal FY 201522340001065949-16-000360
10-Q2015-11-23fiscal Q2 201618460001065949-15-000285
10-K2015-10-19fiscal FY 201521330001065949-15-000257
10-Q2015-09-03fiscal Q1 201617370001065949-15-000228
10-K2015-08-03fiscal FY 201521330001065949-15-000197
10-Q2015-02-17fiscal Q3 201514360001072588-15-000027
10-Q2015-01-07fiscal Q2 201514390001477932-15-000117
10-Q2014-09-08fiscal Q1 201512230001477932-14-004924
10-K2014-08-28fiscal FY 201412250001477932-14-004809
10-Q2014-02-19fiscal Q3 201315390001477932-14-000757
10-Q2013-11-18fiscal Q2 201314570001062993-13-005894
10-Q2013-08-14fiscal Q1 201315480001062993-13-004097
10-K2013-07-15fiscal FY 201216470001062993-13-003431
10-Q2013-02-19fiscal Q3 201215600001144204-13-010058
10-Q2012-11-14fiscal Q2 201214390001144204-12-061831
10-Q2012-08-14fiscal Q1 201214330001144204-12-045076
10-K2012-07-16fiscal FY 201114350001144204-12-039682
10-Q2012-02-07fiscal Q3 201115420001144204-12-006198
10-Q2011-11-21fiscal Q2 201115430001144204-11-066053
10-Q/A2011-09-08fiscal Q1 201115340001144204-11-051813

Inspect the source

Entity
Greenhouse Solutions, Inc. / CIK 0001491525
Captured
SEC response SHA-256
c825a019adffc5ae1bcce3dea16805bdb08f154d058cefab8e9d97283f613629

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