Skip to content

Enhance Skin Products Inc: filings

Every Enhance Skin Products Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2017-03-22

The latest filing in this captured record is a 10-Q filed 2017-03-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. Enhance Skin Products 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-Q2017-03-22fiscal Q3 201716400001493152-17-002721
10-Q2016-12-08fiscal Q2 201716410001493152-16-015770
10-Q2016-09-06fiscal Q1 201717350001493152-16-013134
10-K2016-07-25fiscal FY 201616340001493152-16-011721
10-Q2016-03-07fiscal Q3 201616390001493152-16-007856
10-Q2015-12-17fiscal Q2 201617440001127855-15-000488
10-Q2015-08-28fiscal Q1 201615320001127855-15-000368
10-K2015-07-28fiscal FY 201519390001127855-15-000319
10-Q2015-06-23fiscal Q3 201515340001127855-15-000246
10-Q2015-02-24fiscal Q3 201515340001127855-15-000083
10-K2015-01-26fiscal FY 201422440001127855-15-000033
10-Q2015-01-20fiscal Q2 201518400001127855-15-000023
10-K2015-01-20fiscal FY 201422440001127855-15-000021
10-Q2014-12-10fiscal Q2 201518400001127855-14-000554
10-Q2014-09-09fiscal Q1 201519370001127855-14-000401
10-K2014-07-14fiscal FY 201422440001127855-14-000315
10-Q2014-03-05fiscal Q3 201421500001127855-14-000104
10-Q2013-12-05fiscal Q2 201421480001127855-13-000789
10-Q2013-09-13fiscal Q1 201419360001127855-13-000660
10-K2013-08-12fiscal FY 201322450001127855-13-000583
10-Q/A2013-03-19fiscal Q2 201317440001127855-13-000184
10-Q/A2013-03-19fiscal Q1 201317350001127855-13-000182
10-Q2013-03-19fiscal Q3 201317440001127855-13-000179
10-Q2012-12-14fiscal Q2 201317440001127855-12-000706
10-Q2012-09-14fiscal Q1 201317350001127855-12-000489
10-K2012-07-31fiscal FY 201221390001127855-12-000384
10-Q2012-03-16fiscal Q3 201221520001127855-12-000147
10-Q2011-12-14fiscal Q2 201220470001127855-11-000683
10-Q/A2011-10-13fiscal Q1 201217340001127855-11-000520

Inspect the source

Entity
Enhance Skin Products Inc / CIK 0001395400
Captured
SEC response SHA-256
fff314d957d2a5940255b53225a3e1f542672b71939f6a26169d71841b05f4a6

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