Skip to content

HPIL HOLDING: filings

Every HPIL HOLDING annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2018-04-02

The latest filing in this captured record is a 10-Q filed 2018-04-02. No later filing is in the SEC companyfacts record captured on 2026-09-23. HPIL HOLDING 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-Q2018-04-02fiscal Q3 201721570001213900-18-003818
10-Q2017-09-12fiscal Q2 201721570001213900-17-009603
10-Q2017-07-28fiscal Q1 201718370001213900-17-007990
10-K2017-07-21fiscal FY 201620370001213900-17-007813
10-Q2016-11-21fiscal Q3 201617390001286345-16-000136
10-Q2016-10-05fiscal Q2 201617390001286345-16-000126
10-Q2016-10-05fiscal Q1 201615300001286345-16-000124
10-K2016-10-05fiscal FY 201522400001286345-16-000122
10-Q2015-10-21fiscal Q3 201519410001286345-15-000077
10-Q2015-07-15fiscal Q2 201522480001286345-15-000060
10-Q2015-05-15fiscal Q1 201514250001286345-15-000034
10-K2015-04-15fiscal FY 201417320001286345-15-000028
10-Q2014-11-19fiscal Q3 201419470001286345-14-000048
10-Q2014-08-19fiscal Q2 201418430001286345-14-000035
10-Q2014-05-19fiscal Q1 201418400001286345-14-000022
10-K2014-04-15fiscal FY 201315330001286345-14-000017
10-Q/A2013-12-23fiscal Q3 201315370001082278-13-000037
10-Q/A2013-12-23fiscal Q1 201315310001082278-13-000035
10-Q/A2013-11-20fiscal Q3 201315370001082278-13-000014
10-Q/A2013-11-14fiscal Q2 201315370001418780-13-000043
10-Q/A2013-06-21fiscal Q1 201315310001286345-13-000131
10-K/A2013-06-21fiscal FY 201216300001286345-13-000127
10-Q/A2013-06-19fiscal Q3 201214350001286345-13-000123
10-Q/A2013-06-19fiscal Q2 201214340001286345-13-000120
10-Q/A2012-12-10fiscal Q3 201215380001286345-12-000131
10-Q/A2012-09-13fiscal Q2 201214340001286345-12-000079
10-Q/A2012-05-22fiscal Q1 201213270001463403-12-000136
10-Q2012-05-21fiscal Q1 201213270001463403-12-000131
10-K/A2012-04-24fiscal FY 201115370001463403-12-000116
10-Q/A2011-11-23fiscal Q3 201115480001463403-11-000258
10-Q2011-08-12fiscal Q2 201116500001463403-11-000153

Inspect the source

Entity
HPIL HOLDING / CIK 0001286345
Captured
SEC response SHA-256
6afe0aec4bcb39c37eda9aeae3ecc13ce8651c6c96c0f4fc6022213aa3e1fbdf

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