Skip to content

GREENKRAFT, INC.: filings

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

Filing record ends 2020-01-21

The latest filing in this captured record is a 10-Q filed 2020-01-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. GREENKRAFT, 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-Q2020-01-21fiscal Q3 201933950001493152-20-000793
10-Q2019-10-07fiscal Q2 201934960001493152-19-015129
10-Q2019-07-08fiscal Q1 201933710001493152-19-010337
10-K2019-05-14fiscal FY 201833610001493152-19-007088
10-Q2018-12-11fiscal Q3 201830740001511164-18-000670
10-Q2018-08-20fiscal Q2 201828680001511164-18-000533
10-Q2018-05-24fiscal Q1 201829540001511164-18-000353
10-K2018-04-16fiscal FY 201732620001511164-18-000234
10-Q2017-12-29fiscal Q3 201731800001511164-17-000791
10-Q2017-10-04fiscal Q2 201728720001511164-17-000589
10-Q2017-06-28fiscal Q1 201727510001511164-17-000365
10-K2017-05-03fiscal FY 201632650001511164-17-000237
10-Q2016-12-13fiscal Q3 201632830001552781-16-002142
10-Q2016-09-29fiscal Q2 201630800001517126-16-000340
10-Q2016-05-31fiscal Q1 201629580001517126-16-000330
10-K2016-05-23fiscal FY 201532650001517126-16-000328
10-Q2015-11-16fiscal Q3 201530740001517126-15-000249
10-Q2015-08-19fiscal Q2 201530740001517126-15-000206
10-Q2015-05-20fiscal Q1 201528540001517126-15-000134
10-K2015-04-24fiscal FY 201431610001517126-15-000103
10-Q2014-11-18fiscal Q3 201427680001213900-14-008399
10-Q2014-08-15fiscal Q2 201425620001213900-14-005994
10-Q2014-05-19fiscal Q1 201424480001213900-14-003600
10-K2014-04-03fiscal FY 201326500001213900-14-002153
10-Q2013-12-16fiscal Q2 201315420001213900-13-007233
10-Q2013-09-13fiscal Q1 201415340001213900-13-005065
10-K2013-08-12fiscal FY 201315450001213900-13-004145
10-Q2013-02-28fiscal Q3 201315410001398529-13-000002
10-Q2012-12-11fiscal Q2 201315410001398529-12-000007
10-Q2012-08-31fiscal Q1 201315340001398529-12-000004
10-K2012-06-14fiscal FY 201217470001398529-12-000002
10-Q2012-02-16fiscal Q3 201215410001394130-12-000004
10-Q2011-12-09fiscal Q2 201214390001398529-11-000015
10-Q2011-09-07fiscal Q1 201214320001398529-11-000013

Inspect the source

Entity
GREENKRAFT, INC. / CIK 0001398529
Captured
SEC response SHA-256
fd6de10717d2eabb24a4ad2e780d136ffb914c7341435fe5e85d4c4b158f1a97

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