Skip to content

ADVANCED ENVIRONMENTAL RECYCLING TECHNOLOGIES INC: filings

Every ADVANCED ENVIRONMENTAL RECYCLING TECHNOLOGIES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2017-03-17

The latest filing in this captured record is a 10-K filed 2017-03-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. ADVANCED ENVIRONMENTAL RECYCLING TECHNOLOGIES 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-K2017-03-17fiscal FY 201633670001654954-17-002109
10-Q2016-11-14fiscal Q3 201633850001654954-16-004003
10-Q2016-08-11fiscal Q2 201632840001654954-16-001434
10-Q2016-05-13fiscal Q1 201631640001354488-16-007422
10-K2016-03-10fiscal FY 201531630001171843-16-008493
10-Q2015-11-16fiscal Q3 201530780001171843-15-006378
10-Q2015-08-11fiscal Q2 201532860001171843-15-004563
10-Q2015-05-08fiscal Q1 201528580001171843-15-002694
10-K2015-03-05fiscal FY 201431620001171843-15-001282
10-Q2014-11-06fiscal Q3 201428700001171843-14-005337
10-Q2014-08-06fiscal Q2 201428700001171843-14-003767
10-Q2014-05-06fiscal Q1 201428580001171843-14-002172
10-K2014-03-06fiscal FY 201330610001171843-14-001131
10-Q2013-11-07fiscal Q3 201327660001171843-13-004502
10-Q2013-08-07fiscal Q2 201331820001171843-13-003250
10-Q2013-05-13fiscal Q1 201331640001171843-13-001994
10-K2013-03-15fiscal FY 201230610001171843-13-001018
10-Q2012-11-15fiscal Q3 201230750001171843-12-004183
10-Q2012-08-10fiscal Q2 201232820001171843-12-003096
10-Q2012-05-07fiscal Q1 201222460001171843-12-001709
10-K2012-03-30fiscal FY 201122460001171843-12-001103
10-Q2011-11-02fiscal Q3 201122520001171843-11-003228
10-Q2011-08-08fiscal Q2 201124630001171843-11-002394

Inspect the source

Entity
ADVANCED ENVIRONMENTAL RECYCLING TECHNOLOGIES INC / CIK 0000849706
Captured
SEC response SHA-256
0655f2cea2ee08c1b927e3e97ae56616120be8b1205b238b73a98d0aaf5cf80f

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