Skip to content

ADVANCED BIOENERGY, LLC: filings

Every ADVANCED BIOENERGY, LLC 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 2020-02-14

The latest filing in this captured record is a 10-Q filed 2020-02-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ADVANCED BIOENERGY, LLC 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-02-14fiscal Q1 202032600001564590-20-004791
10-K2019-12-30fiscal FY 201933820001564590-19-047147
10-Q2019-08-14fiscal Q3 201932770001564590-19-032182
10-Q2019-05-10fiscal Q2 201932770001564590-19-018455
10-Q2019-02-11fiscal Q1 201932650001564590-19-002532
10-K2018-12-31fiscal FY 201832810001564590-18-031528
10-Q2018-08-08fiscal Q3 201832790001564590-18-020359
10-Q2018-05-11fiscal Q2 201827670001564590-18-013144
10-Q2018-02-05fiscal Q1 201826540001564590-18-001336
10-K2017-12-18fiscal FY 201726640001564590-17-025064
10-Q2017-08-10fiscal Q3 201727680001564590-17-017172
10-Q2017-05-12fiscal Q2 201726640001564590-17-010701
10-Q2017-02-14fiscal Q1 201726540001564590-17-001491
10-K2016-12-23fiscal FY 201626630001564590-16-030477
10-Q2016-08-12fiscal Q3 201627670001193125-16-680607
10-Q2016-05-13fiscal Q2 201627680001193125-16-590265
10-Q2016-02-12fiscal Q1 201629600001193125-16-462577
10-K2016-01-05fiscal FY 201530770001193125-16-421487
10-Q2015-08-12fiscal Q3 201527680001193125-15-288008
10-Q2015-05-14fiscal Q2 201527680001193125-15-187513
10-Q2015-02-13fiscal Q1 201529600001193125-15-050236
10-K2014-12-23fiscal FY 201430760001193125-14-452885
10-Q2014-08-14fiscal Q3 201429750001193125-14-309964
10-Q2014-05-15fiscal Q2 201429750001193125-14-200979
10-Q2014-02-13fiscal Q1 201432650001193125-14-051311
10-K2014-01-14fiscal FY 201332820001193125-14-010946
10-Q2013-08-14fiscal Q3 201335900001193125-13-334631
10-Q2013-05-15fiscal Q2 201333820001193125-13-222275
10-Q2013-02-14fiscal Q1 201333680001193125-13-060676
10-K2012-12-28fiscal FY 201234880001193125-12-518502
10-Q2012-08-14fiscal Q3 201235900001193125-12-355274
10-Q2012-05-15fiscal Q2 201232840001193125-12-234964
10-Q2012-02-14fiscal Q1 201232660001193125-12-060790
10-K2011-12-28fiscal FY 201132850001193125-11-353925
10-Q2011-08-12fiscal Q3 201131820000950123-11-076870

Inspect the source

Entity
ADVANCED BIOENERGY, LLC / CIK 0001325740
Captured
SEC response SHA-256
ac7ac94764952e9a3662842c8e0f1d5a6d455d6687b537dc79b2ee96162ff47f

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