Skip to content

Iterum Therapeutics plc: filings

Every Iterum Therapeutics plc annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-11-14fiscal Q3 2025521390001193125-25-281557
10-Q2025-08-05fiscal Q2 2025501360000950170-25-102400
10-Q2025-05-13fiscal Q1 2025511000000950170-25-069802
10-K2025-02-07fiscal FY 2024521300000950170-25-015857
10-Q2024-11-14fiscal Q3 2024461260000950170-24-126736
10-Q2024-08-14fiscal Q2 2024461270000950170-24-096653
10-Q2024-05-13fiscal Q1 202445890000950170-24-058200
10-K2024-03-28fiscal FY 2023511280000950170-24-037615
10-Q2023-11-14fiscal Q3 2023491330000950170-23-063353
10-Q2023-08-11fiscal Q2 2023491330000950170-23-041604
10-Q2023-05-12fiscal Q1 202347950000950170-23-021500
10-K2023-03-16fiscal FY 2022501260000950170-23-008300
10-Q2022-11-10fiscal Q3 2022461240000950170-22-024161
10-Q2022-08-12fiscal Q2 2022461230000950170-22-017000
10-Q2022-05-13fiscal Q1 202241830000950170-22-009792
10-K2022-03-28fiscal FY 2021451100001564590-22-011897
10-Q2021-11-12fiscal Q3 2021431190001564590-21-056467
10-Q2021-08-13fiscal Q2 2021431170001564590-21-044163
10-Q2021-05-14fiscal Q1 202136750001564590-21-027817
10-K2021-03-12fiscal FY 2020421320001564590-21-012694
10-Q2020-11-16fiscal Q3 2020401040001564590-20-054013
10-Q2020-08-06fiscal Q2 2020401030001564590-20-037240
10-Q2020-05-14fiscal Q1 202038770001564590-20-025261
10-K2020-03-12fiscal FY 2019411310001564590-20-010242
10-Q2019-11-12fiscal Q3 2019391010001564590-19-043010
10-Q2019-08-14fiscal Q2 2019391010001564590-19-031958
10-Q2019-05-14fiscal Q1 201938760001564590-19-018968
10-K2019-03-25fiscal FY 201839970001564590-19-009089
10-Q2018-11-14fiscal Q3 201835950001564590-18-029420
10-Q2018-08-14fiscal Q2 201835930001564590-18-021575

Inspect the source

Entity
Iterum Therapeutics plc / CIK 0001659323
Captured
2026-09-21T17:22:13.659Z
SEC response SHA-256
c1f8397ebc2e5bacf7539c921cd573e3e0a05a5b75a0010f26037e6da7255340

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