Skip to content

BLUE BIOFUELS, INC.: filings

Every BLUE BIOFUELS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-Q2026-08-10fiscal Q2 202633940001493152-26-036714
10-Q2026-05-04fiscal Q1 202635690001493152-26-021038
10-K2026-03-19fiscal FY 202534680001493152-26-011555
10-Q2025-10-23fiscal Q3 2025331000001493152-25-019032
10-Q2025-07-31fiscal Q2 202532940001641172-25-021604
10-Q2025-04-30fiscal Q1 202532670001641172-25-007701
10-K2025-03-19fiscal FY 202433670001493152-25-010854
10-Q2024-11-04fiscal Q3 202432940001493152-24-043492
10-Q2024-08-08fiscal Q2 202432900001493152-24-030699
10-Q/A2024-05-20fiscal Q1 202430610001493152-24-020621
10-Q2024-05-06fiscal Q1 202431630001493152-24-017780
10-K2024-03-26fiscal FY 202329600001493152-24-011318
10-Q2023-11-13fiscal Q3 202330890001493152-23-040402
10-Q2023-08-07fiscal Q2 202330850001493152-23-026996
10-Q2023-05-15fiscal Q1 202328560001493152-23-017065
10-K2023-03-31fiscal FY 202229590001493152-23-010103
10-Q2022-11-07fiscal Q3 202227800001493152-22-030803
10-Q2022-08-08fiscal Q2 202227760001493152-22-021543
10-Q2022-05-11fiscal Q1 202226530001493152-22-012820
10-K2022-02-25fiscal FY 202129590001493152-22-005446
10-Q2021-11-15fiscal Q3 202126700001493152-21-028296
10-Q/A2021-08-13fiscal Q2 202126700001493152-21-019668
10-Q2021-08-13fiscal Q2 202127710001493152-21-019601
10-Q2021-05-17fiscal Q1 202124500001493152-21-011638
10-K/A2021-04-26fiscal FY 202027530001493152-21-009696
10-K2021-04-06fiscal FY 202027530001493152-21-008113
10-Q/A2018-10-01fiscal Q2 201826730001493152-18-013921
10-Q2018-09-27fiscal Q2 201826730001493152-18-013810
10-Q2018-05-11fiscal Q1 201822450001493152-18-006663
10-K2018-04-18fiscal FY 201724490001493152-18-005383
10-Q2017-11-14fiscal Q3 201724620001493152-17-013057
10-Q2017-08-11fiscal Q2 201724610001493152-17-008928
10-Q2017-05-12fiscal Q1 201724490001493152-17-005134
10-K2017-04-17fiscal FY 201626520001493152-17-003969
10-Q2016-11-14fiscal Q3 201626640001493152-16-015082
10-Q2016-08-12fiscal Q2 201626640001206774-16-006855
10-Q2016-05-13fiscal Q1 201626520001206774-16-005949
10-K2016-04-13fiscal FY 201526520001206774-16-005418
10-Q2015-11-12fiscal Q3 201525620001206774-15-003462
10-Q2015-08-05fiscal Q2 201526650001206774-15-002545
10-Q2015-05-14fiscal Q1 201526520001145443-15-000691
10-K2015-04-15fiscal FY 201427530001145443-15-000564
10-Q2014-11-19fiscal Q3 201420550001145443-14-001380
10-Q2014-08-14fiscal Q2 201419600001145443-14-001070
10-Q2014-05-20fiscal Q1 201419500001145443-14-000807
10-K2014-05-19fiscal FY 201319440001145443-14-000797
10-Q2013-11-19fiscal Q3 201315340001145443-13-002183
10-Q2013-08-12fiscal Q2 201313300001145443-13-001660
10-Q2013-05-09fiscal Q1 201313250001145443-13-001302
10-K2013-04-01fiscal FY 201212120001145443-13-000887
10-Q2012-11-16fiscal Q3 201214250001145443-12-001307

Inspect the source

Entity
BLUE BIOFUELS, INC. / CIK 0001549145
Captured
2026-09-20T09:18:25.729Z
SEC response SHA-256
fe1f828c213e74e0e2f63202e420a0a994b23080369a782059e25524a293b070

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