Skip to content

HEPION PHARMACEUTICALS, INC.: filings

Every HEPION PHARMACEUTICALS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-Q2026-08-13fiscal Q2 202627800001493152-26-037562
10-Q2026-05-14fiscal Q1 202626540001493152-26-023136
10-K2026-03-12fiscal FY 202534640001493152-26-009755
10-Q2025-11-12fiscal Q3 202532930001493152-25-021864
10-Q2025-08-14fiscal Q2 202531870001641172-25-023944
10-Q2025-05-19fiscal Q1 202530600001641172-25-011534
10-K2025-04-08fiscal FY 202437700001641172-25-003250
10-Q2024-11-14fiscal Q3 2024361020001493152-24-046002
10-Q2024-08-13fiscal Q2 202435960001493152-24-031582
10-Q2024-05-21fiscal Q1 202436750001628280-24-024560
10-K2024-04-16fiscal FY 202341830001583771-24-000003
10-Q2023-11-20fiscal Q3 2023391190001583771-23-000013
10-Q2023-08-14fiscal Q2 2023371120001583771-23-000010
10-Q2023-05-12fiscal Q1 202336760001583771-23-000007
10-K2023-04-10fiscal FY 202242860001583771-23-000003
10-Q2022-11-14fiscal Q3 2022401210001583771-22-000012
10-Q2022-08-15fiscal Q2 2022401170001583771-22-000009
10-Q2022-05-16fiscal Q1 202239810001583771-22-000006
10-K2022-04-08fiscal FY 202140890001583771-22-000003
10-Q2021-11-15fiscal Q3 2021381170001583771-21-000011
10-Q2021-08-16fiscal Q2 2021371110001583771-21-000008
10-Q2021-05-14fiscal Q1 202136750001583771-21-000004
10-K2021-03-31fiscal FY 202032670001558370-21-003836
10-Q2020-11-16fiscal Q3 202032970001558370-20-013898
10-Q2020-08-12fiscal Q2 202031870001558370-20-010449
10-Q2020-06-29fiscal Q1 202030600001558370-20-007863
10-K2020-05-14fiscal FY 201934680001104659-20-061587
10-Q2019-11-14fiscal Q3 201930770001104659-19-064342
10-Q2019-08-14fiscal Q2 201931790001104659-19-045967
10-Q2019-05-15fiscal Q1 201935680001104659-19-029790
10-K2019-03-14fiscal FY 201832900001104659-19-014652
10-Q2018-11-14fiscal Q3 201827630001104659-18-068499
10-Q2018-08-14fiscal Q2 201827630001104659-18-052012
10-Q2018-05-15fiscal Q1 201826500001104659-18-033501
10-Q2017-11-14fiscal Q1 201821410001104659-17-068544
10-K2017-09-28fiscal FY 201732640001104659-17-059696
10-Q2017-04-12fiscal Q3 201721530001104659-17-023119
10-Q2017-02-14fiscal Q2 201721540001047469-17-000668
10-Q2016-11-14fiscal Q1 201719370001047469-16-016692
10-K2016-09-28fiscal FY 201623460001104659-16-147194
10-Q2016-05-13fiscal Q3 201619500001104659-16-120871
10-Q2016-02-12fiscal Q2 201618460001104659-16-096621
10-Q2015-11-12fiscal Q1 201617340001104659-15-078274
10-K2015-09-25fiscal FY 201521430001104659-15-067379
10-Q2015-05-14fiscal Q3 201520510001104659-15-037966
10-Q2015-02-12fiscal Q2 201520500001104659-15-009597
10-Q2014-11-13fiscal Q1 201519340001104659-14-080146
10-K2014-09-29fiscal FY 201419330001047469-14-007919
10-Q2014-05-15fiscal Q3 201417380001104659-14-039435
10-Q2014-02-05fiscal Q2 201412280001104659-14-006638
10-Q2013-11-19fiscal Q1 201411220001104659-13-085733

Inspect the source

Entity
HEPION PHARMACEUTICALS, INC. / CIK 0001583771
Captured
2026-09-20T09:23:01.444Z
SEC response SHA-256
8713b65a28b6abe1fe9df431214197b2d073688f1082552d43175ea3504e60ff

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