Skip to content

INTERMOLECULAR INC: filings

Every INTERMOLECULAR 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 2019-08-08

The latest filing in this captured record is a 10-Q filed 2019-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. INTERMOLECULAR 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-Q2019-08-08fiscal Q2 2019531510001564590-19-030807
10-Q2019-05-14fiscal Q1 2019491040001564590-19-019157
10-K2019-03-08fiscal FY 201850990001564590-19-007009
10-Q2018-11-06fiscal Q3 2018471300001564590-18-027441
10-Q2018-08-06fiscal Q2 2018511360001564590-18-019445
10-Q2018-05-08fiscal Q1 201840820001564590-18-011845
10-K2018-03-02fiscal FY 201742850001564590-18-004255
10-Q2017-11-02fiscal Q3 2017401070001564590-17-021221
10-Q2017-08-08fiscal Q2 2017401070001564590-17-016549
10-Q2017-05-04fiscal Q1 201740810001564590-17-008800
10-K2017-03-03fiscal FY 2016431070001564590-17-003326
10-Q2016-11-02fiscal Q3 2016401080001564590-16-027011
10-Q2016-08-04fiscal Q2 2016401080001564590-16-022722
10-Q2016-05-05fiscal Q1 201640810001558370-16-005438
10-K2016-03-28fiscal FY 2015451100001558370-16-004422
10-Q2015-11-06fiscal Q3 2015411090001311241-15-000052
10-Q2015-08-06fiscal Q2 2015411080001311241-15-000044
10-Q2015-05-07fiscal Q1 201541840001311241-15-000030
10-K2015-02-27fiscal FY 2014461140001311241-15-000022
10-Q2014-10-31fiscal Q3 2014411100001311241-14-000145
10-Q2014-08-01fiscal Q2 2014391060001311241-14-000118
10-Q2014-05-06fiscal Q1 201438780001311241-14-000077
10-K2014-03-10fiscal FY 2013451120001311241-14-000050
10-Q2013-11-07fiscal Q3 2013401080001311241-13-000235
10-Q2013-08-07fiscal Q2 2013401080001311241-13-000188
10-Q2013-05-02fiscal Q1 201340820001311241-13-000120
10-K2013-03-04fiscal FY 2012441110001311241-13-000056
10-Q2012-11-08fiscal Q3 201238990001104659-12-075990
10-Q2012-08-09fiscal Q2 2012391050001104659-12-056535
10-Q2012-05-08fiscal Q1 201235710001104659-12-034491

Inspect the source

Entity
INTERMOLECULAR INC / CIK 0001311241
Captured
SEC response SHA-256
1c48a792842f7234b831f6c653b67f18232e41381e3fe82f4b294e176d0cfc2d

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