Skip to content

UroGen Pharma Ltd.: filings

Every UroGen Pharma Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-05fiscal Q2 2026421140001437749-26-025794
10-Q2026-05-06fiscal Q1 202643860001437749-26-015019
10-K2026-03-02fiscal FY 202546910001437749-26-006234
10-Q2025-11-06fiscal Q3 2025421160001437749-25-033468
10-Q2025-08-07fiscal Q2 2025421160001437749-25-025243
10-Q2025-05-12fiscal Q1 202542860001437749-25-015956
10-K2025-03-10fiscal FY 2024441480001437749-25-006842
10-Q2024-11-06fiscal Q3 2024421170001437749-24-033454
10-Q2024-08-13fiscal Q2 2024421160001437749-24-026161
10-Q2024-05-13fiscal Q1 202442860001437749-24-016116
10-K2024-03-14fiscal FY 202344890001437749-24-007753
10-Q2023-11-14fiscal Q3 2023421150001437749-23-031766
10-Q2023-08-10fiscal Q2 2023411110001437749-23-022879
10-Q2023-05-11fiscal Q1 202341830001437749-23-013767
10-K2023-03-24fiscal FY 202243860001437749-23-007710
10-Q2022-11-10fiscal Q3 2022411110001437749-22-026727
10-Q2022-08-11fiscal Q2 2022411110001437749-22-020131
10-Q2022-05-10fiscal Q1 202240820001437749-22-011618
10-K2022-03-21fiscal FY 202141820001437749-22-006778
10-Q2021-11-15fiscal Q3 2021381010001437749-21-026620
10-Q2021-08-04fiscal Q2 202138980001564590-21-040510
10-Q2021-05-13fiscal Q1 202135660001564590-21-027210
10-K2021-03-18fiscal FY 202041740001564590-21-014016
10-Q2020-11-09fiscal Q3 202036850001564590-20-052197
10-Q2020-08-10fiscal Q2 202036860001564590-20-038611
10-Q2020-05-07fiscal Q1 202029580001564590-20-022352
10-K2020-03-02fiscal FY 2019401230001564590-20-007970
10-Q2019-11-12fiscal Q3 201936850001564590-19-042553
10-Q2019-08-09fiscal Q2 201936870001564590-19-031042
10-Q2019-05-09fiscal Q1 201933610001564590-19-017568
10-K2019-02-28fiscal FY 2018351160001564590-19-005323
20-F2018-03-15fiscal FY 201734800001564590-18-005876

Inspect the source

Entity
UroGen Pharma Ltd. / CIK 0001668243
Captured
2026-09-21T17:22:34.317Z
SEC response SHA-256
c0f9fceebc685f0377739af490e9f9cff0a1b4a6e8cf3110d6b22e5d217158cf

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