Skip to content

Lantern Pharma Inc.: filings

Every Lantern Pharma Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-14fiscal Q2 202633910001493152-26-037971
10-Q2026-05-15fiscal Q1 202630620001493152-26-023740
10-K2026-03-30fiscal FY 202534700001493152-26-013612
10-Q2025-11-12fiscal Q3 2025331000001493152-25-021927
10-Q2025-08-13fiscal Q2 202532930001641172-25-023471
10-Q2025-05-15fiscal Q1 202532650001641172-25-010547
10-K2025-03-27fiscal FY 202434700001641172-25-000926
10-Q2024-11-07fiscal Q3 202432970001493152-24-044010
10-Q2024-08-08fiscal Q2 202433960001493152-24-030766
10-Q2024-05-09fiscal Q1 202433680001493152-24-018422
10-K2024-03-18fiscal FY 202335730001493152-24-010302
10-Q2023-11-08fiscal Q3 202333990001493152-23-039896
10-Q2023-08-09fiscal Q2 202333930001493152-23-027345
10-Q2023-05-09fiscal Q1 202331620001493152-23-015940
10-K2023-03-20fiscal FY 202233660001493152-23-008241
10-Q2022-11-07fiscal Q3 202231900001493152-22-030819
10-Q2022-08-08fiscal Q2 202231860001493152-22-021610
10-Q2022-05-03fiscal Q1 202230620001213900-22-023583
10-K2022-03-10fiscal FY 202129540001213900-22-011581
10-Q2021-11-01fiscal Q3 202129770001213900-21-055780
10-Q2021-07-29fiscal Q2 202128710001213900-21-039286
10-Q2021-05-03fiscal Q1 202119420001213900-21-024222
10-K2021-03-10fiscal FY 202022430001213900-21-014576
10-Q2020-10-29fiscal Q3 202022620001213900-20-033954
10-Q2020-07-30fiscal Q2 202022570001213900-20-019151

Inspect the source

Entity
Lantern Pharma Inc. / CIK 0001763950
Captured
2026-09-21T17:26:28.194Z
SEC response SHA-256
de4123361405efcd0291343ed94db7c24d43e6c36dbcd4d45ba588f463c7f9d1

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