Skip to content

FINJAN HOLDINGS, INC.: filings

Every FINJAN HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-05-13

The latest filing in this captured record is a 10-Q filed 2020-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. FINJAN HOLDINGS, 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-Q2020-05-13fiscal Q1 202040840001366340-20-000022
10-K2020-03-04fiscal FY 2019491270001366340-20-000009
10-Q2019-11-06fiscal Q3 2019431190001628280-19-013405
10-Q2019-08-08fiscal Q2 2019431190001366340-19-000041
10-Q2019-05-08fiscal Q1 201942860001366340-19-000026
10-K2019-03-13fiscal FY 2018481300001366340-19-000012
10-Q2018-11-13fiscal Q3 2018391100001366340-18-000063
10-Q2018-08-02fiscal Q2 2018381060001366340-18-000042
10-Q2018-05-09fiscal Q1 201834700001366340-18-000026
10-K2018-03-14fiscal FY 2017431170001366340-18-000013
10-Q2017-11-09fiscal Q3 201735980001366340-17-000094
10-Q2017-08-10fiscal Q2 201734960001366340-17-000079
10-Q2017-05-11fiscal Q1 201732660001366340-17-000049
10-K2017-03-27fiscal FY 201635720001366340-17-000029
10-Q2016-11-10fiscal Q3 201629780001366340-16-000093
10-Q2016-08-09fiscal Q2 201629780001366340-16-000074
10-Q2016-05-09fiscal Q1 201628580001366340-16-000050
10-K2016-03-25fiscal FY 201535720001366340-16-000031
10-Q2015-11-09fiscal Q3 201531820001366340-15-000007
10-Q2015-08-10fiscal Q2 201526660001628280-15-006383
10-Q2015-05-11fiscal Q1 201527550001193805-15-000702
10-K2015-03-11fiscal FY 2014341110001193805-15-000357
10-Q2014-11-10fiscal Q3 201435890001193805-14-002136
10-Q2014-08-11fiscal Q2 201433820001193805-14-001651
10-Q2014-05-08fiscal Q1 201432560001193125-14-190040
10-K2014-03-14fiscal FY 2013411500001193125-14-098279
10-Q2013-11-08fiscal Q3 201341930001193125-13-435517
10-Q2013-08-15fiscal Q2 201340930001193125-13-336727
10-Q2013-05-09fiscal Q1 201331610001387131-13-001658
10-K2013-03-15fiscal FY 201238750001387131-13-000775
10-Q/A2012-11-26fiscal Q3 201234900001193125-12-480686
10-Q2012-11-13fiscal Q3 201234900001193125-12-465465
10-Q2012-08-10fiscal Q2 201235910001193125-12-350043
10-Q2012-05-14fiscal Q1 201235680001193125-12-231489
10-K/A2012-04-10fiscal FY 201137740001193125-12-157152
10-K2012-03-30fiscal FY 201137740001193125-12-143494
10-Q2011-11-14fiscal Q3 201136940000950123-11-098482
10-Q2011-08-15fiscal Q2 201137990000950123-11-077575

Inspect the source

Entity
FINJAN HOLDINGS, INC. / CIK 0001366340
Captured
SEC response SHA-256
8c80cc4e8da6a306ff44eddcff78abcc8e84fcb656dd26aa0a0320ccaf04d9a1

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