Skip to content

ADAPTIMMUNE THERAPEUTICS PLC: filings

Every ADAPTIMMUNE THERAPEUTICS PLC annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-08-13fiscal Q2 2025491360001558370-25-011307
10-Q2025-05-13fiscal Q1 202549990001558370-25-007571
10-K2025-03-24fiscal FY 2024561330001558370-25-003544
10-Q2024-11-13fiscal Q3 2024491360001558370-24-015532
10-Q2024-08-12fiscal Q2 2024461290001558370-24-011798
10-Q2024-05-15fiscal Q1 202445930001558370-24-008287
10-K2024-03-06fiscal FY 2023501270001558370-24-002537
10-Q2023-11-08fiscal Q3 2023441270001558370-23-018265
10-Q2023-08-09fiscal Q2 2023441230001558370-23-014250
10-Q2023-05-12fiscal Q1 202344900001558370-23-009595
10-K2023-03-06fiscal FY 2022501270001558370-23-002907
10-Q2022-11-08fiscal Q3 2022451290001558370-22-016869
10-Q2022-08-04fiscal Q2 2022451250001558370-22-012182
10-Q2022-05-09fiscal Q1 202243890001558370-22-007810
10-K2022-03-14fiscal FY 2021501260001558370-22-003489
10-Q2021-11-04fiscal Q3 2021391080001558370-21-014594
10-Q2021-08-09fiscal Q2 2021381020001558370-21-010980
10-Q2021-05-06fiscal Q1 202137770001558370-21-006230
10-K2021-02-25fiscal FY 2020461120001558370-21-001827
10-Q2020-11-05fiscal Q3 2020381050001558370-20-012867
10-Q2020-08-06fiscal Q2 2020381010001558370-20-009555
10-Q2020-05-14fiscal Q1 202038780001558370-20-006569
10-K2020-02-27fiscal FY 201946880001558370-20-001571
10-Q2019-11-06fiscal Q3 2019461260001558370-19-010099
10-Q2019-08-01fiscal Q2 2019401020001558370-19-006758
10-Q2019-05-06fiscal Q1 201941820001558370-19-004059
10-K2019-02-27fiscal FY 2018411050001558370-19-001209
10-Q2018-11-06fiscal Q3 2018411100001104659-18-066229
10-Q2018-08-02fiscal Q2 201837940001104659-18-049058
10-Q2018-05-09fiscal Q1 201837760001104659-18-031628
10-K2018-03-15fiscal FY 2017401200001104659-18-017694
10-Q2017-11-02fiscal Q3 2017391000001104659-17-065442
10-Q2017-08-03fiscal Q2 201738960001104659-17-049218
10-Q2017-05-10fiscal Q1 201733660001104659-17-031428
10-K2017-03-13fiscal FY 2016341160001104659-17-016024
10-Q2016-11-10fiscal Q3 201632860001104659-16-156035
10-Q2016-08-08fiscal Q2 201631830001104659-16-137807
10-Q2016-05-12fiscal Q1 201633930001104659-16-120341

Inspect the source

Entity
ADAPTIMMUNE THERAPEUTICS PLC / CIK 0001621227
Captured
2026-09-21T17:21:47.181Z
SEC response SHA-256
c20efb03237021a032f4814902b59dca1f2866ef7d9a766b78201fa6ebcd68e1

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