Skip to content

SKINOVATION PHARMACEUTICAL INCORPORATED: filings

Every SKINOVATION PHARMACEUTICAL INCORPORATED annual and quarterly report in the SEC record with the published financial measures it tagged, 54 filings, each linked to its SEC index.

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-Q2024-11-21fiscal Q3 202419610001554795-24-000314
10-Q2024-08-12fiscal Q2 202419570001554795-24-000197
10-Q2024-05-09fiscal Q1 202419410001554795-24-000123
10-K2024-04-15fiscal FY 202320420001554795-24-000101
10-Q2023-11-02fiscal Q3 202319620001554795-23-000334
10-Q2023-08-03fiscal Q2 202319580001554795-23-000243
10-Q2023-05-03fiscal Q1 202319420001554795-23-000134
10-K2023-03-30fiscal FY 202220420001554795-23-000098
10-Q2022-11-03fiscal Q3 202218600001554795-22-000360
10-Q2022-08-12fiscal Q2 202218560001554795-22-000279
10-Q2022-05-13fiscal Q1 202218390001554795-22-000186
10-K2022-03-23fiscal FY 202120420001554795-22-000111
10-Q2021-11-10fiscal Q3 202119620001554795-21-000391
10-Q2021-08-13fiscal Q2 202119580001554795-21-000283
10-Q2021-05-17fiscal Q1 202119410001554795-21-000181
10-K2021-03-29fiscal FY 202020420001554795-21-000093
10-Q2020-11-06fiscal Q3 202018600001554795-20-000292
10-Q2020-09-14fiscal Q2 202018560001554795-20-000240
10-Q2020-08-26fiscal Q1 202018400001554795-20-000226
10-K2020-07-10fiscal FY 201918380001554795-20-000172
10-Q2019-11-12fiscal Q3 201918600001554795-19-000375
10-Q2019-08-09fiscal Q2 201918560001554795-19-000234
10-Q2019-05-14fiscal Q1 201918380001554795-19-000129
10-K2019-03-19fiscal FY 201819400001554795-19-000063
10-Q2018-11-07fiscal Q3 201818500001554795-18-000318
10-Q2018-08-10fiscal Q2 201818500001554795-18-000209
10-Q2018-05-10fiscal Q1 201817350001554795-18-000119
10-K2018-03-23fiscal FY 201719400001554795-18-000061
10-Q2017-11-09fiscal Q3 201718500001554795-17-000393
10-Q2017-08-08fiscal Q2 201718500001554795-17-000324
10-Q2017-05-11fiscal Q1 201718370001554795-17-000193
10-K2017-03-20fiscal FY 201619400001554795-17-000099
10-Q2016-11-03fiscal Q3 201618500001554795-16-000899
10-Q2016-08-08fiscal Q2 201618500001554795-16-000774
10-Q2016-05-12fiscal Q1 201618380001554795-16-000674
10-K2016-03-23fiscal FY 201519400001554795-16-000582
10-Q2015-10-30fiscal Q3 201518500001554795-15-000414
10-Q2015-08-11fiscal Q2 201518500001554795-15-000308
10-Q2015-05-11fiscal Q1 201518380001554795-15-000173
10-K2015-02-20fiscal FY 201418370001554795-15-000068
10-Q2014-11-12fiscal Q3 201417480001554795-14-000625
10-Q2014-07-29fiscal Q2 201420580001554795-14-000460
10-Q2014-05-08fiscal Q1 201420460001554795-14-000358
10-K2014-03-28fiscal FY 201320460001554795-14-000240
10-Q2013-11-13fiscal Q3 201320600001554795-13-000684
10-Q2013-08-09fiscal Q2 201320580001554795-13-000432
10-Q2013-05-03fiscal Q1 201320520001548123-13-000154
10-K2013-03-27fiscal FY 201223610001548123-13-000077
10-Q2012-11-14fiscal Q3 201220680001548123-12-000366
10-Q2012-08-10fiscal Q2 201220710001548123-12-000217
10-Q2012-05-09fiscal Q1 201220550001548123-12-000028
10-K2012-03-30fiscal FY 201121570001010412-12-000148
10-Q2011-11-09fiscal Q3 201121740001010412-11-000602
10-Q2011-08-03fiscal Q2 201122670001023175-11-000414

Inspect the source

Entity
SKINOVATION PHARMACEUTICAL INCORPORATED / CIK 0001118072
Captured
2026-09-21T17:18:22.262Z
SEC response SHA-256
2a8f12373902fb089789064a50866081690b54ca91a66a8d71a686a973e9e781

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