Skip to content

METAVIA INC.: filings

Every METAVIA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-06fiscal Q2 2026361040001104659-26-092051
10-Q2026-05-14fiscal Q1 202634720001104659-26-061166
10-K2026-03-26fiscal FY 202540810001104659-26-034911
10-Q2025-11-06fiscal Q3 2025361100001104659-25-107726
10-Q2025-08-07fiscal Q2 2025361060001558370-25-010759
10-Q2025-05-14fiscal Q1 202534690001558370-25-007749
10-K2025-03-20fiscal FY 202437750001558370-25-003386
10-Q2024-11-07fiscal Q3 2024351060001558370-24-014863
10-Q2024-08-14fiscal Q2 2024351000001558370-24-012272
10-Q2024-05-09fiscal Q1 202435740001558370-24-007479
10-K2024-03-28fiscal FY 202339750001558370-24-004246
10-Q2023-11-13fiscal Q3 202334960001558370-23-018842
10-Q2023-08-09fiscal Q2 202331880001558370-23-014299
10-Q2023-05-12fiscal Q1 202330620001558370-23-009606
10-K2023-03-30fiscal FY 202237710001558370-23-005127
10-Q2022-11-14fiscal Q3 202234970001558370-22-017864
10-Q2022-08-12fiscal Q2 202234920001558370-22-013500
10-Q2022-05-13fiscal Q1 202233680001558370-22-008767
10-K2022-03-31fiscal FY 202138750001558370-22-004958
10-Q2021-11-15fiscal Q3 2021361040001558370-21-015881
10-Q2021-08-16fiscal Q2 202132810001558370-21-011762
10-Q2021-05-17fiscal Q1 202133660001558370-21-007427
10-K2021-04-15fiscal FY 202035680001558370-21-004356
10-Q2020-11-13fiscal Q3 202034910001558370-20-013826
10-Q2020-08-11fiscal Q2 202035880001558370-20-010309
10-Q2020-05-20fiscal Q1 202034660001558370-20-006879
10-K2020-03-30fiscal FY 201936670001558370-20-003385
10-Q2019-11-08fiscal Q3 201929840001558370-19-010507
10-Q2019-08-09fiscal Q2 201929800001558370-19-007819
10-Q2019-05-09fiscal Q1 201929630001558370-19-004665
10-K2019-03-18fiscal FY 2018251070001558370-19-002192
10-Q2018-11-08fiscal Q3 201824740001558370-18-009021
10-Q2018-08-14fiscal Q2 201824610001558370-18-007065
10-Q2018-05-08fiscal Q1 201824510001558370-18-004320
10-K2018-03-20fiscal FY 2017251120001558370-18-002275
10-Q2017-11-13fiscal Q3 201726700001558370-17-008803
10-Q2017-08-14fiscal Q2 201725680001558370-17-006610
10-Q2017-05-10fiscal Q1 201722480001558370-17-004134
10-K2017-03-21fiscal FY 2016241120001558370-17-001962
10-Q2016-11-02fiscal Q3 201619530001558370-16-009022
10-Q2016-09-14fiscal Q2 201619560001558370-16-008353

Inspect the source

Entity
METAVIA INC. / CIK 0001638287
Captured
2026-09-21T17:22:19.809Z
SEC response SHA-256
9c5eb3a2f9039555b2bd42a294a88b4ae41450cdff5aaa4f2171495b2c6ebcd0

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