Skip to content

GRN Holding Corp: filings

Every GRN Holding Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 18 filings, each linked to its SEC index.

Filing record ends 2020-09-21

The latest filing in this captured record is a 10-Q filed 2020-09-21. No later filing is in the SEC companyfacts record captured on 2026-09-20. GRN Holding Corp 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-Q2020-09-21fiscal Q1 202121450001079973-20-000800
10-K2020-08-13fiscal FY 202025520001079973-20-000675
10-Q2020-03-16fiscal Q3 202022680001079973-20-000178
10-Q2019-12-23fiscal Q2 202022640001079973-19-000663
10-Q2019-09-23fiscal Q1 202020440001553350-19-000988
10-K2019-08-14fiscal FY 201921440001079973-19-000471
10-Q2019-03-13fiscal Q3 201922600001079973-19-000129
10-Q2018-12-14fiscal Q2 201924680001079973-18-000681
10-Q2013-03-11fiscal Q3 201321670001079973-13-000164
10-Q2012-12-21fiscal Q2 201321650001079973-12-001017
10-Q/A2012-10-02fiscal Q1 201319460001079973-12-000772
10-K2012-08-07fiscal FY 201221560001185185-12-001649
10-Q/A2012-07-24fiscal Q3 201218550001185185-12-001554
10-Q/A2012-07-24fiscal Q2 201218540001185185-12-001551
10-Q/A2012-06-05fiscal Q3 201218550001185185-12-001284
10-Q2012-03-14fiscal Q3 201218570001078782-12-000717
10-Q2011-12-20fiscal Q2 201219590001078782-11-003670
10-Q/A2011-09-23fiscal Q1 201214320001078782-11-002800

Inspect the source

Entity
GRN Holding Corp / CIK 0001492448
Captured
2026-09-20T09:10:12.093Z
SEC response SHA-256
b2303090e6250c18a2a6f9cafb76513251e42f854697afe36ead049f8043fbf5

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