Skip to content

Cartesian Therapeutics, Inc.: filings

Every Cartesian Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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 Q2 2026491400001453687-26-000101
10-Q2026-04-30fiscal Q1 202646960001453687-26-000082
10-K2026-03-09fiscal FY 202549990001453687-26-000064
10-Q2025-11-06fiscal Q3 2025441280001453687-25-000120
10-Q2025-08-07fiscal Q2 2025461300001453687-25-000099
10-Q2025-05-08fiscal Q1 202545940001453687-25-000085
10-K2025-03-13fiscal FY 2024531070001453687-25-000060
10-Q2024-11-07fiscal Q3 2024471360001453687-24-000124
10-Q2024-08-08fiscal Q2 2024481360001453687-24-000102
10-Q2024-05-08fiscal Q1 202447980001453687-24-000082
10-K2024-03-07fiscal FY 2023511330001453687-24-000036
10-Q2023-11-13fiscal Q3 2023471380001193125-23-276086
10-Q2023-08-17fiscal Q2 2023451280001193125-23-214708
10-Q2023-05-04fiscal Q1 202345940001453687-23-000052
10-K2023-03-02fiscal FY 2022481250001453687-23-000040
10-Q2022-11-03fiscal Q3 2022471400001453687-22-000137
10-Q2022-08-08fiscal Q2 2022451280001453687-22-000125
10-Q2022-05-05fiscal Q1 202246960001453687-22-000087
10-K2022-03-10fiscal FY 2021471210001453687-22-000051
10-Q2021-11-09fiscal Q3 2021471380001453687-21-000156
10-Q2021-08-12fiscal Q2 2021461280001453687-21-000103
10-Q2021-05-13fiscal Q1 202142890001453687-21-000069
10-K2021-03-12fiscal FY 2020411060001453687-21-000031
10-Q2020-11-05fiscal Q3 2020421190001453687-20-000129
10-Q2020-08-06fiscal Q2 2020421150001453687-20-000096
10-Q2020-05-07fiscal Q1 202042900001453687-20-000052
10-K2020-03-12fiscal FY 2019431400001453687-20-000028
10-Q2019-11-08fiscal Q3 2019411130001453687-19-000157
10-Q2019-08-08fiscal Q2 2019411090001453687-19-000104
10-Q2019-05-09fiscal Q1 201941830001453687-19-000053
10-K2019-03-15fiscal Q4 2018401540001453687-19-000032
10-Q2018-11-08fiscal Q3 2018391180001453687-18-000080
10-Q2018-08-08fiscal Q2 2018381170001453687-18-000052
10-Q2018-05-09fiscal Q1 201837900001453687-18-000030
10-K2018-03-15fiscal Q4 2017371280001453687-18-000012
10-Q2017-11-07fiscal Q3 201737980001453687-17-000065
10-Q2017-08-11fiscal Q2 201737980001453687-17-000053
10-Q2017-05-11fiscal Q1 201735720001453687-17-000032
10-K2017-03-28fiscal FY 2016341190001453687-17-000014
10-Q2016-11-10fiscal Q3 201633900001453687-16-000011
10-Q2016-08-09fiscal Q2 201632840001558370-16-007812

Inspect the source

Entity
Cartesian Therapeutics, Inc. / CIK 0001453687
Captured
2026-09-20T09:05:46.585Z
SEC response SHA-256
1a706a4a3075779870f74e28a93e529a3aaa5f3c0c605cd926f6725bc8e3826e

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