Skip to content

VitaNova Life Sciences Corporation: filings

Every VitaNova Life Sciences Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-14fiscal Q1 202730640001683168-26-007115
10-K2026-07-29fiscal FY 202636740001683168-26-005837
10-Q2026-03-16fiscal Q3 2026371150001683168-26-001858
10-Q2025-12-15fiscal Q2 2026371120001683168-25-009163
10-Q2025-09-12fiscal Q1 202631660001683168-25-006918
10-K2025-07-24fiscal FY 202535720001683168-25-005368
10-Q2025-03-17fiscal Q3 2025341100001683168-25-001661
10-Q2024-12-13fiscal Q2 2025331040001683168-24-008711
10-Q2024-09-10fiscal Q1 202529600001683168-24-006282
10-K2024-07-29fiscal FY 202431640001683168-24-005110
10-Q2024-03-11fiscal Q3 202425810001683168-24-001418
10-Q2023-12-15fiscal Q2 202424760001683168-23-008882
10-Q2023-09-14fiscal Q1 202426540001683168-23-006437
10-K2023-05-15fiscal FY 202326540001683168-23-003352
10-Q2023-02-16fiscal Q3 202324800001683168-23-000958
10-Q2022-11-14fiscal Q2 202324760001683168-22-007610
10-Q2022-09-01fiscal Q1 202227580001683168-22-006138
10-K2022-05-16fiscal FY 202226540001683168-22-003645
10-Q2022-02-17fiscal Q3 202220640001683168-22-001107
10-Q2021-11-10fiscal Q2 202120600001683168-21-005411
10-Q2021-08-20fiscal Q1 202217380001683168-21-003805
10-K2021-07-01fiscal FY 202121440001683168-21-002805
10-Q2021-06-21fiscal Q3 202121660001683168-21-002643
10-Q2020-11-25fiscal Q2 202121620001683168-20-004093
10-Q2020-09-18fiscal Q1 202120440001683168-20-003185
10-K2020-08-05fiscal FY 202021440001683168-20-002518
10-Q2020-03-20fiscal Q3 202022640001683168-20-000879
10-Q2019-12-06fiscal Q2 202022640001683168-19-003897
10-Q2019-09-12fiscal Q1 202021460001683168-19-002896
10-K2019-07-30fiscal FY 201924500001683168-19-002383
10-Q2019-03-15fiscal Q3 201923580001699709-19-000004
10-Q2018-12-18fiscal Q2 201921540001699709-18-000039
10-Q2018-12-14fiscal Q2 201922560001699709-18-000037
10-Q2018-08-17fiscal Q1 201920400001699709-18-000018
10-K2018-07-17fiscal FY 201823460001699709-18-000014
10-Q2018-02-22fiscal Q3 201822380001699709-18-000004
10-Q2017-12-18fiscal Q2 201821350001699709-17-000024
10-Q2017-11-30fiscal Q3 201818310001699709-17-000016

Inspect the source

Entity
VitaNova Life Sciences Corporation / CIK 0001699709
Captured
2026-09-21T17:23:55.214Z
SEC response SHA-256
cbbc169c744671a8d8af3ef9e33d6f01a860c1244f31147d1b245c430a85543c

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