Skip to content

ROIVANT SCIENCES LTD.: filings

Every ROIVANT SCIENCES LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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 Q1 202640820001635088-26-000090
10-K2026-05-20fiscal FY 2025471230001635088-26-000061
10-Q2026-02-06fiscal Q3 2025401200001635088-26-000011
10-Q2025-11-10fiscal Q2 2025401160001635088-25-000016
10-Q2025-08-11fiscal Q1 202540820001140361-25-030001
10-K2025-05-29fiscal FY 2024471230001140361-25-020715
10-Q2025-02-10fiscal Q3 2024411220001140361-25-003661
10-Q2024-11-12fiscal Q2 2024411180001140361-24-046019
10-Q2024-08-09fiscal Q1 202444920001140361-24-036642
10-K2024-05-30fiscal FY 2023501010001140361-24-028145
10-Q2024-02-13fiscal Q3 2023441320001140361-24-007260
10-Q2023-11-13fiscal Q2 2023441280001140361-23-052721
10-Q2023-08-14fiscal Q1 202343900001140361-23-039406
10-K2023-06-28fiscal FY 2023501010001140361-23-031798
10-Q2023-02-13fiscal Q3 2022421260001140361-23-006180
10-Q2022-11-14fiscal Q2 2022411200001140361-22-041175
10-Q2022-08-15fiscal Q1 202241850001193125-22-220561
10-K2022-06-28fiscal FY 202242850001193125-22-183362
10-Q2022-02-14fiscal Q3 2021371100001193125-22-039433
10-Q2021-11-15fiscal Q2 2021371060001193125-21-328922
10-Q2021-09-21fiscal Q1 202137780001193125-21-278450

Inspect the source

Entity
ROIVANT SCIENCES LTD. / CIK 0001635088
Captured
2026-09-21T17:22:31.434Z
SEC response SHA-256
47e0adc0e8f50b00e7d87b992b1e0e486989a85f372fdebf56a232a11364f7b3

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