Skip to content

GLOBAL CLEAN ENERGY HOLDINGS, INC.: filings

Every GLOBAL CLEAN ENERGY HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2024-11-14fiscal Q3 2024541570001628280-24-047960
10-Q2024-08-21fiscal Q2 2024541530000748790-24-000006
10-Q2024-05-15fiscal Q1 2024531090001628280-24-023631
10-K2024-04-16fiscal FY 2023631260001628280-24-016428
10-Q2023-11-14fiscal Q3 2023561590001575872-23-001738
10-Q2023-08-14fiscal Q2 2023521450001575872-23-001312
10-Q2023-05-15fiscal Q1 2023541080001575872-23-000751
10-K2023-04-18fiscal FY 2022561080001575872-23-000572
10-Q2022-11-14fiscal Q3 2022531460001575872-22-001115
10-Q2022-08-15fiscal Q2 2022531420001575872-22-000789
10-Q2022-05-16fiscal Q1 2022521020001575872-22-000415
10-K2022-04-04fiscal FY 202153980001575872-22-000239
10-Q2021-11-15fiscal Q3 2021411220001575872-21-000332
10-Q2021-08-16fiscal Q2 2021401150001575872-21-000193
10-Q2021-05-20fiscal Q1 202140780001520138-21-000283
10-K2021-04-13fiscal FY 202034640001520138-21-000195
10-Q2020-12-16fiscal Q3 2020321020001520138-20-000628
10-Q2020-12-11fiscal Q2 202032960001520138-20-000607
10-Q2020-12-11fiscal Q1 202029600001520138-20-000605
10-K/A2020-10-07fiscal FY 2019354690001520138-20-000474
10-Q2016-05-13fiscal Q1 201630600001445866-16-002060
10-K2016-03-30fiscal FY 201534700001445866-16-001826
10-Q2015-11-10fiscal Q3 201532820001445866-15-001235
10-Q2015-08-03fiscal Q2 201531800001445866-15-000854
10-Q2015-05-12fiscal Q1 201532660001445866-15-000549
10-K2015-03-31fiscal FY 201437760001445866-15-000354
10-Q2015-01-20fiscal Q3 201436980001445866-15-000057
10-Q2015-01-05fiscal Q2 201434890001445866-15-000021
10-Q2014-12-03fiscal Q1 201437750001445866-14-001555
10-K2014-11-10fiscal FY 201339770001445866-14-001392
10-Q2013-11-07fiscal Q3 201335950001445866-13-001212
10-Q2013-08-05fiscal Q2 2013371030001140361-13-030321
10-Q2013-05-14fiscal Q1 201338790001445866-13-000556
10-K2013-03-29fiscal FY 201238770001445866-13-000280
10-Q2012-11-09fiscal Q3 2012381060001445866-12-000880
10-Q2012-08-07fiscal Q2 2012381050001445866-12-000539
10-Q2012-05-08fiscal Q1 201233670001445866-12-000280
10-K2012-03-22fiscal FY 201129590001445866-12-000103
10-Q2011-11-14fiscal Q3 201130780001445866-11-000063
10-Q/A2011-09-07fiscal Q2 201130770000823579-11-000401

Inspect the source

Entity
GLOBAL CLEAN ENERGY HOLDINGS, INC. / CIK 0000748790
Captured
2026-09-21T17:16:52.182Z
SEC response SHA-256
41c22c453641ef96210b36677ba6b7f6ab84a8e706344c0ddd7b8a8ec8b381c4

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