Skip to content

AEGION CORPORATION: filings

Every AEGION CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-05-10

The latest filing in this captured record is a 10-Q filed 2021-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. AEGION 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-Q2021-05-10fiscal Q1 2021501020001437749-21-011545
10-K2021-03-10fiscal FY 2020601530001437749-21-005577
10-Q2020-10-30fiscal Q3 2020501360001437749-20-022098
10-Q2020-07-31fiscal Q2 2020501370001437749-20-016147
10-Q2020-05-01fiscal Q1 2020501020001437749-20-009130
10-K2020-03-02fiscal FY 2019592000001437749-20-004092
10-Q2019-11-01fiscal Q3 2019521390001437749-19-021282
10-Q2019-08-02fiscal Q2 2019531440001437749-19-015336
10-Q2019-05-03fiscal Q1 2019521060000353020-19-000017
10-K2019-03-01fiscal FY 2018571980000353020-19-000002
10-Q2018-11-02fiscal Q3 2018501390000353020-18-000085
10-Q2018-08-02fiscal Q2 2018501390000353020-18-000069
10-Q2018-05-03fiscal Q1 2018501030000353020-18-000048
10-K2018-03-01fiscal FY 2017531880000353020-18-000017
10-Q2017-11-02fiscal Q3 2017461290000353020-17-000069
10-Q2017-08-02fiscal Q2 2017461300000353020-17-000044
10-Q2017-05-03fiscal Q1 201745940000353020-17-000022
10-K2017-03-01fiscal FY 2016541900000353020-17-000007
10-Q2016-11-01fiscal Q3 2016451280000353020-16-000117
10-Q2016-08-03fiscal Q2 2016451280000353020-16-000100
10-Q2016-05-04fiscal Q1 201645940000353020-16-000089
10-K2016-02-29fiscal FY 2015531870000353020-16-000078
10-Q2015-11-03fiscal Q3 2015441260000353020-15-000066
10-Q2015-07-30fiscal Q2 2015441260000353020-15-000049
10-Q2015-05-01fiscal Q1 201544920000353020-15-000024
10-K2015-03-02fiscal FY 2014531880000353020-15-000007
10-Q2014-11-07fiscal Q3 2014441250000353020-14-000080
10-Q2014-07-31fiscal Q2 2014441260000353020-14-000057
10-Q2014-04-30fiscal Q1 201444920000353020-14-000029
10-K2014-02-28fiscal FY 2013531880000353020-14-000010
10-Q2013-10-31fiscal Q3 2013461300000353020-13-000009
10-Q2013-08-01fiscal Q2 2013461310001437749-13-009723
10-Q2013-04-26fiscal Q1 201346960001437749-13-004802
10-K2013-02-27fiscal FY 2012541880001437749-13-002079
10-Q2012-11-01fiscal Q3 2012461280001437749-12-010771
10-Q2012-07-31fiscal Q2 2012461300001437749-12-007442
10-Q2012-04-26fiscal Q1 201246960001437749-12-004182
10-K2012-02-28fiscal FY 2011531860001437749-12-001841
10-Q2011-10-28fiscal Q3 2011431230001437749-11-007870
10-Q2011-08-01fiscal Q2 2011441230000353020-11-000017
10-Q2011-04-27fiscal Q1 201139820000353020-11-000011

Inspect the source

Entity
AEGION CORPORATION / CIK 0000353020
Captured
SEC response SHA-256
77f2a8805c3d96058bf5c8f228318c1843c6efe94a7ae103b5f6d02a8d1ad48f

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