Skip to content

Renewable Energy Group, Inc.: filings

Every Renewable Energy Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-05-05

The latest filing in this captured record is a 10-Q filed 2022-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Renewable Energy Group, 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-Q2022-05-05fiscal Q1 2022551150001628280-22-012703
10-K2022-03-01fiscal FY 2021592200001628280-22-004504
10-Q2021-11-04fiscal Q3 2021551610001628280-21-021759
10-Q2021-08-05fiscal Q2 2021541550001628280-21-015931
10-Q2021-05-04fiscal Q1 2021541130001628280-21-008746
10-K2021-03-01fiscal FY 2020582300001628280-21-003654
10-K/A2021-02-25fiscal FY 2019582140001628280-21-003303
10-Q2020-11-06fiscal Q3 2020531580001628280-20-015948
10-Q2020-08-05fiscal Q2 2020531530001628280-20-011787
10-Q2020-05-01fiscal Q1 2020531110001628280-20-006101
10-K2020-03-06fiscal FY 2019572120001628280-20-003141
10-Q2019-11-06fiscal Q3 2019551630001628280-19-013480
10-Q2019-08-07fiscal Q2 2019561620001628280-19-010299
10-Q2019-05-03fiscal Q1 2019561140001628280-19-005819
10-K2019-03-07fiscal FY 2018581910001628280-19-002647
10-Q2018-11-07fiscal Q3 2018491480001628280-18-013886
10-Q2018-08-07fiscal Q2 2018501420001628280-18-010703
10-Q2018-05-04fiscal Q1 2018501030001628280-18-005991
10-K2018-03-09fiscal FY 2017562030001628280-18-003045
10-Q2017-11-08fiscal Q3 2017491400001628280-17-011191
10-Q2017-08-04fiscal Q2 2017491400001628280-17-008139
10-Q2017-05-08fiscal Q1 2017491020001628280-17-005066
10-K2017-03-10fiscal FY 2016562030001628280-17-002479
10-Q2016-11-07fiscal Q3 2016491420001628280-16-020886
10-Q2016-08-08fiscal Q2 2016491400001628280-16-018637
10-Q2016-05-09fiscal Q1 2016481000001628280-16-015966
10-K2016-03-14fiscal FY 2015551930001628280-16-012666
10-Q2015-11-09fiscal Q3 2015471360001628280-15-008563
10-Q2015-08-07fiscal Q2 2015471360001628280-15-006262
10-Q2015-05-07fiscal Q1 201547980001628280-15-003904
10-K2015-03-06fiscal FY 2014551940001628280-15-001595
10-Q2014-11-06fiscal Q3 2014441280001445305-14-004893
10-Q2014-08-08fiscal Q2 2014441280001445305-14-003551
10-Q2014-05-09fiscal Q1 201443900001445305-14-002070
10-K2014-02-28fiscal FY 2013512000001445305-14-000784
10-Q2013-11-08fiscal Q3 2013441210001564590-13-001163
10-Q2013-08-09fiscal Q2 2013441190001564590-13-000302
10-Q2013-05-03fiscal Q1 201343890000950123-13-003418
10-K2013-03-08fiscal FY 2012522010001193125-13-098354
10-Q2012-11-08fiscal Q3 2012431170001193125-12-460847
10-Q2012-08-14fiscal Q2 2012431180001193125-12-355910
10-Q2012-05-10fiscal Q1 201242850001193125-12-225286
10-K2012-03-20fiscal FY 2011431130001193125-12-123619
10-Q2011-11-14fiscal Q3 2011421100001193125-11-310914
10-Q2011-08-11fiscal Q2 2011411070001193125-11-219670

Inspect the source

Entity
Renewable Energy Group, Inc. / CIK 0001463258
Captured
SEC response SHA-256
1ab03f5b575df283eb7ff22a042d0132ce66b5f0670642c8797f0503b7c0b5f0

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