Skip to content

VITRO BIOPHARMA, INC.: filings

Every VITRO BIOPHARMA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-18fiscal Q3 2026441290001493152-26-043284
10-Q2026-06-15fiscal Q2 2026441240001493152-26-028655
10-Q2026-03-16fiscal Q1 202645910001493152-26-010236
10-K2026-02-13fiscal FY 202546920001493152-26-006592
10-Q2025-09-12fiscal Q3 2025451320001641172-25-027168
10-Q2025-06-20fiscal Q2 2025441270001641172-25-015758
10-Q2025-03-20fiscal Q1 202545930001493152-25-011003
10-K2025-01-28fiscal FY 202447940001493152-25-003942
10-Q2024-09-16fiscal Q3 2024471370001493152-24-036326
10-Q2024-05-31fiscal Q2 2024481350001493152-24-022030
10-Q2024-03-14fiscal Q1 202447970001493152-24-009929
10-K2024-01-29fiscal FY 202345910001493152-24-004126
10-Q2023-08-28fiscal Q3 2023451300001493152-23-030373
10-Q2023-06-13fiscal Q2 2023451220001493152-23-021108
10-Q2023-03-14fiscal Q1 202347940001493152-23-007598
10-K2016-09-22fiscal FY 201530610001376474-16-000845
10-Q2016-03-30fiscal Q3 201528550001376474-16-000627
10-Q2016-01-22fiscal Q2 201527740001376474-16-000531
10-Q2015-03-24fiscal Q1 201531640001011034-15-000036
10-K2015-02-13fiscal FY 201432650001011034-15-000022
10-Q2014-09-22fiscal Q3 201427710001376474-14-000329
10-Q2014-06-19fiscal Q2 201434830001294606-14-000140
10-Q2014-03-17fiscal Q1 201434650001294606-14-000052
10-K2014-02-12fiscal FY 201334680001294606-14-000020
10-Q2013-09-23fiscal Q3 201333680001294606-13-000234
10-Q2013-06-18fiscal Q2 201332660001294606-13-000159
10-Q2013-03-21fiscal Q1 201324450001294606-13-000064
10-K2013-02-12fiscal FY 201226470001294606-13-000016
10-Q/A2012-10-17fiscal Q3 201235710001294606-12-000375
10-Q/A2012-06-22fiscal Q2 201226720001376474-12-000184
10-Q2012-03-21fiscal Q1 201228580001376474-12-000066
10-K/A2012-02-16fiscal FY 201130610001376474-12-000037
10-Q/A2011-10-12fiscal Q3 201130840001376474-11-000153

Inspect the source

Entity
VITRO BIOPHARMA, INC. / CIK 0000793171
Captured
2026-09-21T17:17:03.076Z
SEC response SHA-256
e4a45888e3fd56bf245fee78b2235f6f8d9c94b7a357b46c64ff1e0e8b6cac32

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