Skip to content

CleanTech Biofuels, Inc.: filings

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

Filing record ends 2019-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. CleanTech Biofuels, 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-Q2019-11-13fiscal Q3 201922580001437749-19-022675
10-Q2019-08-14fiscal Q2 201922580001437749-19-016860
10-Q2019-05-15fiscal Q1 201920420001437749-19-009969
10-K2019-04-01fiscal FY 201828970001437749-19-006150
10-Q2018-11-13fiscal Q3 201824580001437749-18-020518
10-Q2018-08-14fiscal Q2 201822560001437749-18-015503
10-Q2018-05-14fiscal Q1 201822440001437749-18-009759
10-K2018-04-02fiscal FY 201727980001437749-18-005997
10-Q2017-11-13fiscal Q3 201724590001437749-17-019081
10-Q2017-08-14fiscal Q2 201720530001437749-17-014653
10-Q2017-05-15fiscal Q1 201721430001437749-17-009120
10-K2017-03-31fiscal FY 201626930001437749-17-005691
10-Q2016-11-14fiscal Q3 201623590001437749-16-041967
10-Q2016-08-08fiscal Q2 201627700001654954-16-001263
10-Q2016-05-09fiscal Q1 201626540001354488-16-007278
10-K2016-03-28fiscal FY 201529990001354488-16-006725
10-Q2015-11-05fiscal Q3 201526680001354488-15-004833
10-Q2015-08-06fiscal Q2 201522570001354488-15-003585
10-Q2015-05-06fiscal Q1 201520410001354488-15-002136
10-K2015-03-24fiscal FY 2014301100001354488-15-001295
10-Q2014-11-05fiscal Q3 201427920001354488-14-005409
10-Q2014-08-07fiscal Q2 201427920001354488-14-003897
10-Q2014-05-08fiscal Q1 201425560001354488-14-002361
10-K2014-03-21fiscal FY 2013281110001354488-14-001339
10-Q2013-11-12fiscal Q3 201325710001354488-13-006125
10-K/A2013-11-05fiscal FY 2012291110001354488-13-005991
10-Q2013-08-06fiscal Q2 201326740001354488-13-004229
10-Q2013-05-13fiscal Q1 201326570001354488-13-002647
10-K2013-03-26fiscal FY 2012291110001354488-13-001485
10-Q2012-11-06fiscal Q3 201227780001354488-12-005585
10-Q2012-08-06fiscal Q2 201228970001354488-12-003853
10-Q2012-05-14fiscal Q1 201226610001354488-12-002383
10-K2012-03-29fiscal FY 201127720001354488-12-001486
10-Q2011-11-10fiscal Q3 201126860001354488-11-004218
10-Q2011-08-12fiscal Q2 201126880001354488-11-002649

Inspect the source

Entity
CleanTech Biofuels, Inc. / CIK 0001411036
Captured
SEC response SHA-256
351a857f02e1bde797ff5f6a7ee23e4d4b00694d795ac204ac6b36b14f3d3e8b

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