Skip to content

NASCENT BIOTECH, INC.: filings

Every NASCENT BIOTECH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2024-08-14

The latest filing in this captured record is a 10-Q filed 2024-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. NASCENT BIOTECH, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-08-14fiscal Q1 202519420001477932-24-004823
10-K2024-07-01fiscal FY 202425520001477932-24-004020
10-Q2024-02-14fiscal Q3 202420640001477932-24-000722
10-Q2023-11-09fiscal Q2 202420600001477932-23-008227
10-Q2023-08-18fiscal Q1 202420440001477932-23-006278
10-K/A2023-07-03fiscal FY 202327560001477932-23-004986
10-K2023-06-29fiscal FY 202327560001477932-23-004894
10-Q2023-02-14fiscal Q3 202328960001477932-23-000947
10-Q2022-11-10fiscal Q2 202321620001477932-22-008326
10-Q2022-08-09fiscal Q1 202320440001477932-22-005749
10-K2022-06-15fiscal FY 202228580001477932-22-004396
10-Q2022-02-14fiscal Q3 202221700001477932-22-000747
10-Q2021-11-04fiscal Q2 202220600001477932-21-007810
10-Q2021-08-12fiscal Q1 202220440001477932-21-005364
10-K2021-07-08fiscal FY 202121430001477932-21-004504
10-Q2021-02-09fiscal Q3 202119620001477932-21-000693
10-Q2020-11-16fiscal Q2 202118560001477932-20-006614
10-Q2020-08-07fiscal Q1 202118400001477932-20-004637
10-K2020-06-22fiscal FY 202025520001477932-20-003479
10-Q2020-02-11fiscal Q3 202020570001477932-20-000541
10-Q2019-11-18fiscal Q2 202020570001477932-19-006642
10-Q2019-08-13fiscal Q1 201917370001477932-19-004742
10-K2019-07-12fiscal FY 201920420001477932-19-004048
10-Q2019-02-13fiscal Q3 201920540001477932-19-000446
10-Q2018-11-05fiscal Q2 201920520001477932-18-005230
10-Q2018-08-06fiscal Q1 201920400001477932-18-003831
10-K2018-06-29fiscal FY 201828530001477932-18-003263
10-Q2018-01-31fiscal Q3 201826680001477932-18-000581
10-Q2017-11-03fiscal Q2 201827720001477932-17-005374
10-Q2017-08-09fiscal Q1 201826460001477932-17-003764
10-K2017-06-29fiscal FY 201728550001477932-17-003089
10-Q2017-02-09fiscal Q3 201728730001477932-17-000635
10-Q2016-11-09fiscal Q2 201726680001477932-16-013330
10-Q2016-08-09fiscal Q1 201722370001477932-16-011684
10-K2016-07-14fiscal FY 201623430001477932-16-011373
10-Q2016-02-19fiscal Q3 201620500001477932-16-008725
10-Q2015-11-05fiscal Q2 201620500001477932-15-006775
10-Q2015-07-30fiscal Q1 201620390001477932-15-004761
10-K2015-07-02fiscal FY 201523440001477932-15-004210
10-Q2015-02-13fiscal Q3 201519480001477932-15-001147

Inspect the source

Entity
NASCENT BIOTECH, INC. / CIK 0001622057
Captured
SEC response SHA-256
95dd35525b286efc227d01e79a7497c1e5ad706dcc5db0f6b86a7f03d8b13612

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