Skip to content

TVARDI THERAPEUTICS, INC.: filings

Every TVARDI THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-14fiscal Q2 2026411150001104659-26-096424
10-Q2026-05-08fiscal Q1 202640820001104659-26-057528
10-K2026-03-31fiscal FY 202541810001104659-26-037729
10-Q2025-11-13fiscal Q3 2025411180001104659-25-111289
10-Q2025-08-14fiscal Q2 2025411150001558370-25-011562
10-Q2025-05-13fiscal Q1 202534690001558370-25-007575
10-K2025-03-11fiscal FY 2024421030001558370-25-002705
10-Q2024-11-14fiscal Q3 2024381140001558370-24-015713
10-Q2024-08-14fiscal Q2 2024381080001558370-24-012231
10-Q2024-05-13fiscal Q1 202438770001558370-24-007964
10-K2024-03-06fiscal FY 2023411050001558370-24-002609
10-Q2023-11-13fiscal Q3 2023381140001558370-23-018837
10-Q2023-08-07fiscal Q2 2023361060001558370-23-013598
10-Q2023-05-15fiscal Q1 202336740001558370-23-009845
10-K2023-03-06fiscal FY 2022391010001558370-23-002913
10-Q2022-11-07fiscal Q3 2022361090001558370-22-016625
10-Q2022-08-08fiscal Q2 2022361040001558370-22-012626
10-Q2022-05-09fiscal Q1 202236730001558370-22-007824
10-K2022-03-01fiscal FY 2021401010001558370-22-002555
10-Q2021-11-08fiscal Q3 202132980001558370-21-015041
10-Q2021-08-09fiscal Q2 202131920001558370-21-010977
10-Q2021-05-10fiscal Q1 202131650001558370-21-006674
10-K2021-02-25fiscal FY 2020381330001558370-21-001839
10-Q2020-11-09fiscal Q3 2020341020001558370-20-013376
10-Q2020-08-10fiscal Q2 202033960001558370-20-010201
10-Q2020-05-11fiscal Q1 202033680001558370-20-006274
10-K2020-02-27fiscal FY 2019371120001558370-20-001659
10-Q2019-11-05fiscal Q3 2019341020001558370-19-009995
10-Q2019-08-07fiscal Q2 201933960001564590-19-030186
10-Q2019-05-07fiscal Q1 201933670001564590-19-016603
10-K2019-03-12fiscal FY 2018381100001564590-19-007389
10-Q2018-11-06fiscal Q3 201832900001564590-18-027483
10-Q2018-08-07fiscal Q2 201831870001564590-18-020016
10-Q2018-05-09fiscal Q1 201826550001564590-18-012503
10-K2018-03-15fiscal FY 201731940001564590-18-005879
10-Q2017-11-02fiscal Q3 201726790001193125-17-331251
10-Q2017-08-03fiscal Q2 201726800001193125-17-247600
10-Q2017-05-04fiscal Q1 201725560001193125-17-159023
10-K2017-03-10fiscal FY 201630940001193125-17-077107
10-Q2016-11-04fiscal Q3 201626780001193125-16-759107
10-Q2016-08-04fiscal Q2 201625780001193125-16-672042
10-Q2016-05-05fiscal Q1 201625540001193125-16-580232
10-K2016-03-11fiscal FY 201530960001193125-16-500345
10-Q2015-11-09fiscal Q3 201522680001193125-15-372144
10-Q2015-08-10fiscal Q2 201523700001193125-15-284946
10-Q2015-05-12fiscal Q1 201522470001193125-15-184215
10-K2015-03-27fiscal FY 201431930001193125-15-107249
10-Q2014-11-10fiscal Q3 201423700001193125-14-406363
10-Q2014-08-07fiscal Q2 201427830001193125-14-301005
10-Q2014-05-12fiscal Q1 201423490001193125-14-195186

Inspect the source

Entity
TVARDI THERAPEUTICS, INC. / CIK 0001346830
Captured
2026-09-20T07:54:49.691Z
SEC response SHA-256
77eb2a9ae7f2617236c5c8a2a3bc505a517b6fee7b42085d14193ea9e819a05c

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