Skip to content

HOOKIPA PHARMA INC.: filings

Every HOOKIPA PHARMA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-Q2025-05-15fiscal Q1 202544900001558370-25-007871
10-K2025-02-28fiscal FY 2024491290001558370-25-001853
10-Q2024-11-14fiscal Q3 2024461330001558370-24-015711
10-Q2024-08-08fiscal Q2 2024461290001558370-24-011647
10-Q2024-05-09fiscal Q1 202448980001558370-24-007463
10-K2024-03-22fiscal FY 2023511330001558370-24-003738
10-Q2023-11-09fiscal Q3 2023481380001558370-23-018412
10-Q2023-08-10fiscal Q2 2023481340001558370-23-014392
10-Q2023-05-11fiscal Q1 202348990001558370-23-009258
10-K2023-03-15fiscal FY 2022511330001558370-23-003778
10-Q2022-11-14fiscal Q3 2022481390001558370-22-017566
10-Q2022-08-11fiscal Q2 2022481360001558370-22-013174
10-Q2022-05-16fiscal Q1 202247980001558370-22-008855
10-K2022-03-24fiscal FY 2021501290001558370-22-004211
10-Q2021-11-10fiscal Q3 2021461320001558370-21-015390
10-Q2021-08-12fiscal Q2 2021441200001558370-21-011473
10-Q2021-05-12fiscal Q1 202141860001558370-21-006864
10-K2021-03-18fiscal FY 2020471410001558370-21-003176
10-Q2020-11-12fiscal Q3 2020411190001558370-20-013604
10-Q2020-08-13fiscal Q2 2020411150001558370-20-010487
10-Q2020-05-14fiscal Q1 202041840001558370-20-006554
10-K2020-03-19fiscal FY 2019461320001558370-20-002928
10-Q2019-11-12fiscal Q3 2019421150001558370-19-010815
10-Q2019-08-12fiscal Q2 2019421120001558370-19-007983
10-Q2019-05-20fiscal Q1 201940800001558370-19-005207

Inspect the source

Entity
HOOKIPA PHARMA INC. / CIK 0001760542
Captured
2026-09-21T17:26:23.041Z
SEC response SHA-256
425733b21a8b5610e60365c7d0bb82cf6d837fb4ef2f55c5b1cb6e6e41084dba

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