Skip to content

Federal-Mogul Holdings LLC: filings

Every Federal-Mogul Holdings LLC 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-02-22

The latest filing in this captured record is a 10-K filed 2017-02-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. Federal-Mogul Holdings LLC 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-02-22fiscal FY 2016451430001628280-17-001567
10-Q2016-10-26fiscal Q3 2016371000001628280-16-020300
10-Q2016-07-27fiscal Q2 2016371000001628280-16-017804
10-Q2016-04-27fiscal Q1 201637750001628280-16-014839
10-K2016-02-29fiscal FY 2015451430001628280-16-011881
10-Q2015-10-28fiscal Q3 2015381050001628280-15-007956
10-Q2015-07-29fiscal Q2 2015381020001628280-15-005562
10-Q2015-04-29fiscal Q1 201538770001628280-15-003058
10-K2015-02-27fiscal FY 2014461580001628280-15-001112
10-Q2014-10-22fiscal Q3 2014391100001445305-14-004387
10-Q2014-07-23fiscal Q2 2014381050001445305-14-002851
10-Q2014-04-23fiscal Q1 201438780001445305-14-001418
10-K2014-02-24fiscal FY 2013471670001445305-14-000568
10-Q2013-10-24fiscal Q3 2013391100001445305-13-002469
10-Q2013-07-22fiscal Q2 2013381070001193125-13-297426
10-Q2013-04-25fiscal Q1 201338780001193125-13-174239
10-K2013-02-28fiscal FY 2012461760001193125-13-080854
10-Q2012-10-30fiscal Q3 2012401180001193125-12-440092
10-Q2012-07-26fiscal Q2 2012401150001193125-12-317037
10-Q2012-04-24fiscal Q1 201235710001193125-12-179083
10-K2012-02-28fiscal FY 201134900001193125-12-085796
10-Q2011-10-27fiscal Q3 201133880001193125-11-284197
10-Q2011-07-28fiscal Q2 201133880001193125-11-200985

Inspect the source

Entity
Federal-Mogul Holdings LLC / CIK 0001419581
Captured
SEC response SHA-256
822aff8b0950fa0e69f213cb4b7e0ac3ec47e2d1d833d32a83b222883384f8bd

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