Skip to content

REPLIMUNE GROUP, INC.: filings

Every REPLIMUNE GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 Q1 202743890001628280-26-057099
10-K2026-06-29fiscal FY 202645910001628280-26-045886
10-Q2026-02-03fiscal Q3 2026451330001628280-26-004805
10-Q2025-11-06fiscal Q2 2026441250001628280-25-049884
10-Q2025-08-07fiscal Q1 202644910001737953-25-000013
10-K2025-05-22fiscal FY 202546930001737953-25-000009
10-Q2025-02-12fiscal Q3 2025461350001737953-25-000004
10-Q2024-11-12fiscal Q2 2025451290001737953-24-000015
10-Q2024-08-08fiscal Q1 202545930001737953-24-000013
10-K2024-05-16fiscal FY 202445920001737953-24-000008
10-Q2024-02-08fiscal Q3 2024461360001737953-24-000004
10-Q2023-11-07fiscal Q2 2024461320001737953-23-000017
10-Q2023-08-03fiscal Q1 2024471000001737953-23-000013
10-K2023-05-18fiscal FY 202346970001737953-23-000009
10-Q2023-02-09fiscal Q3 2023431300001737953-23-000005
10-Q2022-11-03fiscal Q2 2023421220001737953-22-000023
10-Q2022-08-04fiscal Q1 202342890001737953-22-000014
10-K2022-05-19fiscal FY 202244940001737953-22-000010
10-Q2022-02-03fiscal Q3 2022441320001737953-22-000005
10-Q2021-11-04fiscal Q2 2022441260001737953-21-000008
10-Q2021-08-06fiscal Q1 202242880001737953-21-000003
10-K2021-05-20fiscal FY 202140970001104659-21-069611
10-Q2021-02-04fiscal Q3 2021391130001104659-21-011950
10-Q2020-11-05fiscal Q2 2021391080001104659-20-121600
10-Q2020-08-07fiscal Q1 202139820001104659-20-091744
10-K2020-06-03fiscal FY 2019401130001047469-20-003318
10-Q2020-02-13fiscal Q3 2019401110001104659-20-019880
10-Q2019-11-12fiscal Q2 2019381030001104659-19-062207
10-Q2019-08-14fiscal Q1 201935720001104659-19-045938
10-K2019-06-28fiscal FY 2019361070001047469-19-003946
10-Q2019-02-14fiscal Q3 201834890001104659-19-008435
10-Q2018-11-14fiscal Q2 201834890001104659-18-068434
10-Q2018-08-30fiscal Q1 201834680001104659-18-054279

Inspect the source

Entity
REPLIMUNE GROUP, INC. / CIK 0001737953
Captured
2026-09-19T11:20:50.956Z
SEC response SHA-256
feae2f47fe80b8756ef5bf9d11d7d36e794261d2f52cd6ebf7262c01c0b0e3fb

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