Skip to content

Momentive Performance Materials Inc.: filings

Every Momentive Performance Materials Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-02-27

The latest filing in this captured record is a 10-K filed 2018-02-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Momentive Performance Materials 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-K2018-02-27fiscal Q4 2017471280001405041-18-000004
10-Q2017-10-31fiscal Q3 2017411110001405041-17-000016
10-Q2017-08-08fiscal Q2 2017411110001405041-17-000011
10-Q2017-05-10fiscal Q1 201741860001624826-17-000026
10-K2017-03-10fiscal Q4 2016421230001405041-17-000006
10-Q2016-11-08fiscal Q3 2016411140001624826-16-000083
10-Q2016-08-09fiscal Q2 2016411140001624826-16-000070
10-Q2016-05-10fiscal Q1 201640870001624826-16-000044
10-K2016-03-01fiscal Q4 2015451430001624826-16-000031
10-Q2015-11-13fiscal Q3 2015411120001405041-15-000068
10-Q2015-08-14fiscal Q2 2015401100001405041-15-000048
10-Q2015-05-15fiscal Q1 201538760001405041-15-000028
10-K2015-03-30fiscal Q4 2014411290001405041-15-000012
10-Q2014-11-14fiscal Q3 201437950001405041-14-000044
10-Q2014-08-13fiscal Q2 201437950001405041-14-000031
10-Q2014-05-15fiscal Q1 201436730001405041-14-000017
10-K2014-04-11fiscal FY 2013411050001405041-14-000011
10-Q2013-11-13fiscal Q3 201334910001405041-13-000010
10-Q2013-08-13fiscal Q2 201334880001445305-13-002120
10-Q2013-05-14fiscal Q1 201332680001445305-13-001324
10-Q/A2013-04-12fiscal Q3 201234860001445305-13-000814
10-Q/A2013-04-12fiscal Q2 201236920001445305-13-000812
10-Q/A2013-04-12fiscal Q1 201232660001445305-13-000810
10-K2013-04-01fiscal FY 2012431140001445305-13-000748
10-Q2012-11-13fiscal Q3 201234860001445305-12-003646
10-Q2012-08-08fiscal Q2 201236920001445305-12-002550
10-Q2012-05-07fiscal Q1 201232660001445305-12-001513
10-K2012-03-02fiscal FY 201134890001445305-12-000565
10-Q2011-11-09fiscal Q3 201132780001445305-11-003353
10-Q2011-08-16fiscal Q2 201132780001445305-11-002545

Inspect the source

Entity
Momentive Performance Materials Inc. / CIK 0001405041
Captured
SEC response SHA-256
96224dd1695311f79b8d23ddadf3500f67d641b70f1aa91243f053ca6757c2ce

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