Skip to content

GREEN ENVIROTECH HOLDINGS CORP.: filings

Every GREEN ENVIROTECH HOLDINGS CORP. 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 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. GREEN ENVIROTECH HOLDINGS 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-Q2019-11-14fiscal Q3 201921630001493152-19-017329
10-Q2019-08-14fiscal Q2 201920570001493152-19-012380
10-Q2019-05-17fiscal Q1 201920430001493152-19-007751
10-K2019-04-18fiscal FY 201821440001493152-19-005576
10-Q2018-11-15fiscal Q3 201820540001493152-18-016293
10-Q2018-08-14fiscal Q2 201820540001493152-18-011660
10-Q2018-05-21fiscal Q1 201821440001493152-18-007505
10-K2018-04-30fiscal FY 201722460001493152-18-005974
10-Q2017-11-20fiscal Q3 201722570001493152-17-013571
10-Q2017-08-21fiscal Q2 201720540001493152-17-009640
10-Q2017-05-15fiscal Q1 201721430001493152-17-005369
10-K2017-04-07fiscal FY 201621430001493152-17-003626
10-Q2016-11-16fiscal Q3 201618480001493152-16-015179
10-Q2016-07-18fiscal Q2 201618470001493152-16-011611
10-Q2016-07-01fiscal Q1 201618380001493152-16-011230
10-K2016-06-17fiscal FY 201518380001493152-16-010936
10-Q2016-06-06fiscal Q3 201519520001493152-16-010536
10-Q2016-06-01fiscal Q2 201519510001493152-16-010478
10-Q2016-05-26fiscal Q1 201518380001493152-16-010344
10-K2016-04-04fiscal FY 201422430001493152-16-008630
10-Q2016-02-19fiscal Q3 201420500001493152-16-007539
10-Q2014-08-14fiscal Q2 201421540001091818-14-000220
10-Q2014-05-14fiscal Q1 201423500001091818-14-000166
10-K2014-03-31fiscal FY 201325660001091818-14-000115
10-Q2013-11-14fiscal Q3 201324650001091818-13-000446
10-Q2013-08-09fiscal Q2 201324650001091818-13-000317
10-Q/A2013-05-15fiscal Q1 201324520001091818-13-000201
10-K2013-04-16fiscal FY 201226690001091818-13-000160
10-Q2012-10-25fiscal Q3 201225810001091818-12-000436
10-Q/A2012-08-27fiscal Q2 201225820001091818-12-000348
10-Q2012-08-17fiscal Q1 201225660001091818-12-000337
10-K2012-08-17fiscal FY 201127710001091818-12-000336
10-Q2012-04-25fiscal Q3 201126780001471242-12-000525
10-Q2012-03-28fiscal Q2 201125700001144204-12-017653

Inspect the source

Entity
GREEN ENVIROTECH HOLDINGS CORP. / CIK 0001428765
Captured
SEC response SHA-256
6c2b33b96c2300de79eddc8d2ffc9ca79aae683eace912db8c1b3b9454be2f88

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