Skip to content

Immunic, Inc.: filings

Every Immunic, 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-11fiscal Q2 2026361030001280776-26-000018
10-Q2026-05-13fiscal Q1 202636750001280776-26-000010
10-K2026-02-26fiscal FY 202538750001280776-26-000005
10-Q2025-11-13fiscal Q3 2025371090001280776-25-000017
10-Q2025-08-07fiscal Q2 2025371050001280776-25-000012
10-Q2025-05-15fiscal Q1 202537770001280776-25-000008
10-K2025-03-31fiscal FY 202438770001280776-25-000005
10-Q2024-11-07fiscal Q3 2024381130001280776-24-000018
10-Q2024-08-08fiscal Q2 2024381090001280776-24-000014
10-Q2024-05-08fiscal Q1 202438790001280776-24-000009
10-K2024-02-22fiscal FY 202338770001280776-24-000004
10-Q2023-11-14fiscal Q3 2023391150001280776-23-000018
10-Q2023-08-03fiscal Q2 2023391110001280776-23-000013
10-Q2023-05-11fiscal Q1 202339810001280776-23-000010
10-K2023-02-23fiscal FY 202239790001280776-23-000004
10-Q2022-11-03fiscal Q3 2022391150001280776-22-000021
10-Q2022-08-04fiscal Q2 2022391110001280776-22-000017
10-Q2022-05-10fiscal Q1 202240830001280776-22-000012
10-K2022-02-24fiscal FY 2021391110001280776-22-000006
10-Q2021-11-04fiscal Q3 202135990001280776-21-000023
10-Q2021-08-06fiscal Q2 202135950001280776-21-000018
10-Q2021-05-06fiscal Q1 202135730001280776-21-000013
10-K2021-02-26fiscal FY 202034850001280776-21-000009
10-Q2020-11-06fiscal Q3 2020361010001280776-20-000035
10-Q/A2020-08-03fiscal Q2 202036970001280776-20-000028
10-Q2020-08-03fiscal Q2 202036970001280776-20-000024
10-Q2020-05-08fiscal Q1 202035740001280776-20-000015
10-K2020-03-16fiscal FY 201938920001280776-20-000009
10-Q2019-11-07fiscal Q3 201937960001280776-19-000056
10-Q2019-08-08fiscal Q2 201934920001280776-19-000051
10-Q2019-04-10fiscal Q1 201934700001280776-19-000032
10-K2019-03-04fiscal FY 2018341050001280776-19-000025
10-Q2018-11-08fiscal Q3 201832850001280776-18-000104
10-Q2018-08-07fiscal Q2 201829790001280776-18-000079
10-Q2018-05-08fiscal Q1 201829600001280776-18-000025
10-K2018-03-13fiscal FY 2017331020001280776-18-000013
10-Q2017-10-25fiscal Q3 201729780001280776-17-000098
10-Q2017-08-03fiscal Q2 201729780001280776-17-000080
10-Q2017-05-09fiscal Q1 201729600001280776-17-000029
10-K2017-03-07fiscal FY 2016341070001280776-17-000010
10-Q2016-11-03fiscal Q3 201628760001280776-16-000026
10-Q2016-08-02fiscal Q2 201629790001280776-16-000008
10-Q2016-05-09fiscal Q1 201629610001628280-16-015949
10-K2016-03-08fiscal FY 2015341150001628280-16-012388
10-Q2015-11-05fiscal Q3 201530820001628280-15-008337
10-Q2015-08-06fiscal Q2 201530820001193125-15-281202
10-Q2015-05-12fiscal Q1 201530620001193125-15-183945
10-K2015-03-20fiscal FY 2014351110001193125-15-098980
10-Q2014-11-13fiscal Q3 201430810001193125-14-411127
10-Q2014-08-07fiscal Q2 201430820001193125-14-298850
10-Q2014-05-28fiscal Q1 201432750001193125-14-215136

Inspect the source

Entity
Immunic, Inc. / CIK 0001280776
Captured
2026-09-19T11:17:16.668Z
SEC response SHA-256
42bd0540222755e6a5b59fb720001467c6d0b0c5e4a134ccad344a613c1b8818

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