Skip to content

ALZAMEND NEURO, INC.: filings

Every ALZAMEND NEURO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-09-10fiscal Q1 202730610001214659-26-011572
10-K2026-07-22fiscal FY 202633660001214659-26-008832
10-Q2026-03-11fiscal Q3 202630880001214659-26-003166
10-Q2025-12-09fiscal Q2 202630880001214659-25-017793
10-Q2025-09-10fiscal Q1 202628580001214659-25-013609
10-K2025-07-22fiscal FY 202532650001214659-25-010763
10-Q2025-03-10fiscal Q3 202431920001214659-25-004123
10-Q2024-12-11fiscal Q2 202432960001214659-24-020264
10-Q2024-09-11fiscal Q1 202430620001214659-24-016346
10-K2024-07-30fiscal FY 202432630001214659-24-013191
10-Q2024-03-25fiscal Q3 202432890001214659-24-005088
10-Q2023-12-15fiscal Q2 202429830001214659-23-016500
10-Q2023-09-13fiscal Q1 202429590001214659-23-012326
10-K2023-07-27fiscal FY 202331610001214659-23-010076
10-Q2023-03-15fiscal Q3 202327730001214659-23-003850
10-Q2022-12-12fiscal Q2 202225690001214659-22-014779
10-Q2022-09-13fiscal Q1 202225510001214659-22-011092
10-K2022-07-19fiscal FY 202226520001214659-22-008985
10-Q2022-03-15fiscal Q3 202221570001214659-22-003978
10-Q2021-12-13fiscal Q2 202221570001214659-21-013025
10-Q2021-09-13fiscal Q1 202221450001214659-21-009448
10-K2021-07-29fiscal FY 202122450001214659-21-007963

Inspect the source

Entity
ALZAMEND NEURO, INC. / CIK 0001677077
Captured
2026-09-19T11:20:15.101Z
SEC response SHA-256
e091f00311cdd2d05377e177e0a2cf10b9fbab20ba26d0f97f3815f0b0cf6790

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