Skip to content

Serina Therapeutics, Inc.: filings

Every Serina Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-13fiscal Q2 2026361100001708599-26-000047
10-Q2026-05-14fiscal Q1 202641830001708599-26-000035
10-K2026-03-25fiscal FY 202547940001708599-26-000016
10-Q2025-11-13fiscal Q3 2025421290001708599-25-000133
10-Q2025-08-11fiscal Q2 2025401190001708599-25-000089
10-Q2025-05-08fiscal Q1 202540830001708599-25-000053
10-K2025-03-24fiscal FY 202442910001708599-25-000027
10-Q2024-11-12fiscal Q3 2024431240001708599-24-000026
10-Q2024-08-09fiscal Q2 2024431200001493152-24-030988
10-Q2024-05-14fiscal Q1 202442780001493152-24-019248
10-K2024-03-22fiscal FY 202338750001493152-24-011022
10-Q2023-11-14fiscal Q3 2023381120001493152-23-041126
10-Q2023-08-14fiscal Q2 2023381120001493152-23-028478
10-Q2023-05-12fiscal Q1 202336720001493152-23-016642
10-K2023-03-31fiscal FY 202239760001493152-23-010285
10-Q2022-11-10fiscal Q3 2022381090001493152-22-031357
10-Q2022-08-12fiscal Q2 2022371090001493152-22-022361
10-Q2022-05-13fiscal Q1 202238760001493152-22-013348
10-K2022-03-29fiscal FY 202143800001493152-22-008028
10-Q2021-11-12fiscal Q3 2021421130001493152-21-028190
10-Q2021-08-13fiscal Q2 2021391050001493152-21-019720
10-Q2021-05-17fiscal Q1 202139750001493152-21-011859
10-K2021-03-31fiscal FY 202042830001493152-21-007461
10-Q2020-11-16fiscal Q3 2020421140001493152-20-021685
10-Q2020-08-14fiscal Q2 2020421170001493152-20-015846
10-Q2020-05-14fiscal Q1 202042840001493152-20-008755
10-K/A2020-03-31fiscal FY 201942810001493152-20-005509
10-Q2019-11-14fiscal Q3 2019411110001493152-19-017440
10-Q2019-08-14fiscal Q2 2019411110001493152-19-012634
10-Q2019-05-15fiscal Q1 201936750001493152-19-007409
10-K2019-04-01fiscal FY 201839800001493152-19-004614

Inspect the source

Entity
Serina Therapeutics, Inc. / CIK 0001708599
Captured
2026-09-21T17:26:34.443Z
SEC response SHA-256
0bf2877f0ae23c086a1e0a1838180a13fde4d4f9e8b48e7e5486890aa9dadc58

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