Skip to content

GREENWICH LIFESCIENCES, INC.: filings

Every GREENWICH LIFESCIENCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-11fiscal Q2 202623720001493152-26-037147
10-Q2026-06-04fiscal Q1 202623500001493152-26-027150
10-K2026-06-01fiscal FY 202523830001493152-26-026651
10-Q2025-11-14fiscal Q3 202523750001493152-25-023539
10-Q2025-08-14fiscal Q2 202523710001641172-25-024066
10-Q2025-05-20fiscal Q1 202524520001641172-25-011731
10-K2025-04-15fiscal FY 202422450001641172-25-004819
10-Q2024-11-14fiscal Q3 202425780001493152-24-045938
10-Q2024-08-14fiscal Q2 202423680001493152-24-032278
10-Q2024-05-20fiscal Q1 202423450001493152-24-020710
10-K2024-04-15fiscal FY 202321400001493152-24-014625
10-Q2023-10-19fiscal Q3 202321650001493152-23-037702
10-Q2023-08-21fiscal Q2 202320600001493152-23-029605
10-Q2023-05-22fiscal Q1 202318370001493152-23-018539
10-K2023-03-31fiscal FY 202220380001493152-23-010284
10-Q2022-11-14fiscal Q3 202221610001493152-22-032057
10-Q2022-08-15fiscal Q2 202221570001493152-22-022956
10-Q2022-05-20fiscal Q1 202221410001493152-22-014639
10-K2022-03-21fiscal FY 202118370001493152-22-007377
10-Q2021-11-15fiscal Q3 202121600001493152-21-028660
10-Q2021-08-13fiscal Q2 202121540001493152-21-019718
10-Q2021-05-20fiscal Q1 202121400001493152-21-012362
10-K2021-03-31fiscal FY 202020400001493152-21-007532
10-Q2020-11-16fiscal Q3 202022590001493152-20-021722

Inspect the source

Entity
GREENWICH LIFESCIENCES, INC. / CIK 0001799788
Captured
2026-09-21T17:27:54.821Z
SEC response SHA-256
a617dbe92932ff09e9921f2bebe266085b6d33d46c3d873a6ff42dd23172a3bb

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