Skip to content

Aleris Corporation: filings

Every Aleris Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2020-03-18

The latest filing in this captured record is a 10-K filed 2020-03-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. Aleris Corporation 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-K2020-03-18fiscal FY 2019511290001518587-20-000012
10-Q2019-11-05fiscal Q3 2019421130001518587-19-000032
10-Q2019-08-07fiscal Q2 2019421050001518587-19-000023
10-Q2019-05-08fiscal Q1 201944940001518587-19-000016
10-K2019-03-08fiscal FY 2018461230001518587-19-000008
10-Q2018-11-07fiscal Q3 2018401010001518587-18-000034
10-Q2018-08-06fiscal Q2 2018401010001518587-18-000028
10-Q2018-05-03fiscal Q1 201840820001518587-18-000021
10-K2018-03-20fiscal FY 2017471260001518587-18-000014
10-Q2017-11-09fiscal Q3 201738930001518587-17-000043
10-Q2017-08-09fiscal Q2 201738930001518587-17-000031
10-Q2017-05-04fiscal Q1 201738770001518587-17-000017
10-K2017-03-03fiscal FY 2016461220001518587-17-000008
10-Q2016-11-14fiscal Q3 2016411020001518587-16-000123
10-Q2016-08-04fiscal Q2 2016411020001518587-16-000112
10-Q2016-05-05fiscal Q1 201639780001518587-16-000096
10-K2016-03-09fiscal FY 2015461200001518587-16-000087
10-Q2015-11-03fiscal Q3 2015401010001518587-15-000069
10-Q2015-08-04fiscal Q2 2015401010001518587-15-000040
10-Q2015-05-13fiscal Q1 201540810001518587-15-000024
10-K2015-03-27fiscal FY 2014461200001518587-15-000018
10-Q2014-11-04fiscal Q3 2014401020001518587-14-000062
10-Q2014-08-05fiscal Q2 2014401020001518587-14-000045
10-Q2014-05-15fiscal Q1 201440820001518587-14-000032
10-K2014-03-14fiscal FY 2013521390001518587-14-000021
10-Q2013-11-07fiscal Q3 2013451220001518587-13-000035
10-Q2013-08-01fiscal Q2 2013451220001518587-13-000025
10-Q2013-05-09fiscal Q1 201345920001518587-13-000018
10-K2013-03-05fiscal FY 201222480001518587-13-000008

Inspect the source

Entity
Aleris Corporation / CIK 0001518587
Captured
SEC response SHA-256
d4a19f11825b4ef4df373202eca38a3fb266c52759525157049d8d08787bb8af

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