Skip to content

GroGenesis, Inc.: filings

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

Filing record ends 2018-04-16

The latest filing in this captured record is a 10-Q filed 2018-04-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. GroGenesis, 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-Q2018-04-16fiscal Q3 201832770001393905-18-000134
10-Q2018-01-16fiscal Q2 201832720001393905-18-000014
10-Q2017-10-16fiscal Q1 201832570001393905-17-000313
10-K2017-08-28fiscal FY 201732620001393905-17-000263
10-Q2017-04-14fiscal Q3 201728650001393905-17-000100
10-Q2017-01-17fiscal Q2 201728630001393905-17-000009
10-Q2016-10-14fiscal Q1 201725480001393905-16-001065
10-K2016-08-29fiscal FY 201632600001393905-16-001032
10-Q2016-04-14fiscal Q3 201628610001393905-16-000846
10-Q2016-01-14fiscal Q2 201628580001393905-16-000692
10-Q2015-10-14fiscal Q1 201625450001393905-15-000544
10-K2015-09-14fiscal FY 201529580001393905-15-000466
10-Q2015-04-20fiscal Q3 201527600001165527-15-000184
10-Q2015-01-12fiscal Q2 201523480001165527-15-000008
10-Q2014-10-20fiscal Q1 201524420001165527-14-000605
10-K2014-10-07fiscal FY 201428470001165527-14-000577
10-Q/A2014-04-24fiscal Q3 201419510001165527-14-000246
10-Q2014-04-22fiscal Q3 201419510001165527-14-000243
10-Q2014-01-17fiscal Q2 201414410001165527-14-000040
10-Q2013-10-03fiscal Q1 201414350001393905-13-000548
10-K2013-07-29fiscal FY 201318440001393905-13-000377
10-Q2013-04-03fiscal Q3 201314370001393905-13-000138
10-Q2013-01-10fiscal Q2 201314400001393905-13-000017
10-Q2012-10-29fiscal Q1 201315350001393905-12-000599
10-K2012-07-13fiscal FY 201215370001393905-12-000367

Inspect the source

Entity
GroGenesis, Inc. / CIK 0001497055
Captured
SEC response SHA-256
83439e92a1b8d8a1cef6f08290a901a7fdd1d6b195355d5a15401b6aa81b4325

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