Skip to content

Foster Wheeler AG: filings

Every Foster Wheeler AG annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2014-11-03

The latest filing in this captured record is a 10-Q filed 2014-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. Foster Wheeler AG 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-Q2014-11-03fiscal Q3 2014351000001193125-14-393407
10-Q2014-08-07fiscal Q3 2014351000001193125-14-299979
10-Q2014-05-07fiscal Q1 201435760001193125-14-186474
10-K2014-02-27fiscal FY 2013431530001193125-14-072336
10-Q2013-11-07fiscal Q3 201335980001193125-13-432030
10-Q2013-08-08fiscal Q2 201335980001193125-13-326050
10-Q2013-05-02fiscal Q1 201337780001193125-13-195134
10-K2013-03-01fiscal FY 2012451750001193125-13-086710
10-Q2012-11-09fiscal Q3 2012371060001193125-12-462364
10-Q2012-07-31fiscal Q2 2012361020001193125-12-324834
10-Q2012-05-02fiscal Q1 201236760001193125-12-203099
10-K2012-02-23fiscal FY 2011431610001193125-12-074576
10-Q2011-11-03fiscal Q3 201136980000950123-11-094656
10-Q2011-08-04fiscal Q2 201136970000950123-11-072658
10-Q2011-05-04fiscal Q1 201135730000950123-11-044355
10-K2011-02-28fiscal FY 2010401480000950123-11-019846
10-Q2010-11-04fiscal Q3 201033870000950123-10-100885
10-Q2010-08-05fiscal Q2 201034900000950123-10-073102
10-Q2010-05-05fiscal Q1 201032670000950123-10-044256
10-K2010-02-25fiscal FY 200932820000950123-10-016933
10-Q2009-11-04fiscal Q3 200932820000950123-09-057515
10-Q2009-08-05fiscal Q2 200927710000950123-09-030200

Inspect the source

Entity
Foster Wheeler AG / CIK 0001130385
Captured
SEC response SHA-256
5865ac4f257856e29e5b1e9465868183081d591cd3d49d91376b91bd47b33f1b

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