Skip to content

CNS Pharmaceuticals, Inc.: filings

Every CNS Pharmaceuticals, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-12fiscal Q2 202630920001683168-26-006224
10-Q2026-05-14fiscal Q1 202630640001683168-26-003847
10-K2026-03-31fiscal FY 202533680001683168-26-002550
10-Q2025-11-14fiscal Q3 202529920001683168-25-008466
10-Q2025-08-14fiscal Q2 202529880001683168-25-006162
10-Q2025-05-15fiscal Q1 202528600001683168-25-003733
10-K2025-03-31fiscal FY 202433680001683168-25-002139
10-Q2024-11-14fiscal Q3 202431960001683168-24-008125
10-Q2024-08-14fiscal Q2 202429880001683168-24-005711
10-Q2024-05-15fiscal Q1 202429620001683168-24-003531
10-K2024-04-01fiscal FY 202333680001683168-24-002032
10-Q2023-11-14fiscal Q3 202331960001683168-23-008144
10-Q2023-08-14fiscal Q2 202334980001683168-23-005609
10-Q2023-05-15fiscal Q1 202332680001683168-23-003311
10-K2023-03-31fiscal FY 202236740001683168-23-002086
10-Q2022-11-10fiscal Q3 2022331000001683168-22-007532
10-Q2022-08-12fiscal Q2 202233960001683168-22-005637
10-Q2022-05-13fiscal Q1 202228600001683168-22-003588
10-K2022-03-03fiscal FY 202129600001683168-22-001401
10-Q2021-11-12fiscal Q3 202129840001683168-21-005524
10-Q2021-08-13fiscal Q2 202129800001683168-21-003521
10-Q2021-05-13fiscal Q1 202128600001683168-21-001954
10-K2021-02-12fiscal FY 202030620001683168-21-000533
10-Q2020-11-12fiscal Q3 202029850001683168-20-003852
10-Q2020-08-10fiscal Q2 202029810001683168-20-002596
10-Q2020-05-15fiscal Q1 202027590001683168-20-001618
10-K2020-03-12fiscal FY 201931640001683168-20-000781
10-Q2019-12-20fiscal Q3 201928800001683168-19-004044

Inspect the source

Entity
CNS Pharmaceuticals, Inc. / CIK 0001729427
Captured
2026-09-21T17:25:19.255Z
SEC response SHA-256
7a9f5b08cc816da4b6e557a5f4afa1e594a6e358cf30f85a8bda749cb62b9f40

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