Skip to content

HYPERION DEFI, INC.: filings

Every HYPERION DEFI, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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 2026361060001104659-26-095181
10-Q2026-05-15fiscal Q1 202636730001104659-26-062780
10-K2026-03-30fiscal FY 202542820001104659-26-036286
10-Q2025-11-14fiscal Q3 2025371140001104659-25-111671
10-Q2025-08-13fiscal Q2 2025371080001410578-25-001740
10-Q2025-05-19fiscal Q1 202537740001410578-25-001361
10-K2025-04-15fiscal FY 202446890001410578-25-000743
10-Q2024-11-12fiscal Q3 2024421290001410578-24-001894
10-Q2024-08-14fiscal Q2 2024421180001410578-24-001425
10-Q2024-05-15fiscal Q1 202441820001410578-24-000870
10-K2024-03-18fiscal FY 202343820001410578-24-000226
10-Q2023-11-13fiscal Q3 2023431220001410578-23-002416
10-Q2023-08-11fiscal Q2 2023351030001410578-23-001760
10-Q2023-05-12fiscal Q1 202334730001410578-23-001063
10-K2023-03-31fiscal FY 202240760001410578-23-000511
10-Q2022-11-14fiscal Q3 2022341110001410578-22-003306
10-Q2022-08-11fiscal Q2 2022341070001410578-22-002278
10-Q2022-05-13fiscal Q1 202234730001410578-22-001443
10-K2022-03-30fiscal FY 202137740001410578-22-000649
10-Q2021-11-12fiscal Q3 2021351000001104659-21-138092
10-Q2021-08-12fiscal Q2 202131860001104659-21-104176
10-Q2021-05-14fiscal Q1 202130610001104659-21-066855
10-K2021-03-30fiscal FY 202033630001104659-21-043991
10-Q2020-11-12fiscal Q3 202028790001104659-20-124392
10-Q2020-08-14fiscal Q2 202026730001104659-20-095393
10-Q2020-05-14fiscal Q1 202026550001104659-20-061402
10-K2020-03-30fiscal FY 201930610001104659-20-040118
10-Q2019-11-13fiscal Q3 201926760001104659-19-063340
10-Q2019-08-13fiscal Q2 201924680001144204-19-039480
10-Q2019-05-14fiscal Q1 201923500001144204-19-026008
10-K2019-03-27fiscal FY 201829600001144204-19-016350
10-Q2018-11-13fiscal Q3 201825640001144204-18-059318
10-Q2018-08-14fiscal Q2 201824600001144204-18-044570
10-Q2018-05-09fiscal Q1 201824500001144204-18-026716
10-K2018-04-02fiscal FY 201727560001144204-18-018682

Inspect the source

Entity
HYPERION DEFI, INC. / CIK 0001682639
Captured
2026-09-21T17:25:03.632Z
SEC response SHA-256
74fee288fd7e84434e11c66c6be51106f3c4a887f9d291b29d83ce22470868f9

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