Skip to content

VIRTUAL INTERACTIVE TECHNOLOGIES CORP.: filings

Every VIRTUAL INTERACTIVE TECHNOLOGIES CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2024-08-19

The latest filing in this captured record is a 10-Q filed 2024-08-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIRTUAL INTERACTIVE TECHNOLOGIES CORP. 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-19fiscal Q3 202421680001493152-24-032902
10-Q2024-06-07fiscal Q2 202421650001493152-24-022984
10-Q2024-06-07fiscal Q1 202421440001493152-24-022982
10-K2024-04-16fiscal FY 202325480001493152-24-014885
10-Q/A2024-04-16fiscal Q3 202324690001493152-24-014712
10-K/A2024-04-16fiscal FY 202226490001493152-24-014706
10-Q/A2024-04-16fiscal Q1 202322450001493152-24-014698
10-Q/A2024-04-16fiscal Q2 202323740001493152-24-014696
10-Q2023-08-21fiscal Q3 202324690001493152-23-029537
10-Q2023-05-15fiscal Q2 202322610001493152-23-017060
10-Q2023-02-17fiscal Q1 202320410001493152-23-005478
10-K2022-12-29fiscal FY 202225470001493152-22-036777
10-Q2022-08-15fiscal Q3 202224660001493152-22-022828
10-Q2022-05-23fiscal Q2 202224710001493152-22-014730
10-Q2022-02-14fiscal Q1 202218360001493152-22-004441
10-K2022-01-12fiscal FY 202123450001493152-22-001050
10-Q2021-08-13fiscal Q3 202122590001493152-21-019784
10-Q2021-05-17fiscal Q2 202125740001493152-21-011871
10-Q2021-02-16fiscal Q1 202121410001493152-21-003907
10-K2020-12-29fiscal FY 202025480001493152-20-024467
10-Q2020-08-14fiscal Q3 202023620001493152-20-015768
10-Q2020-06-09fiscal Q2 202023610001493152-20-010884
10-Q2020-02-19fiscal Q1 202022420001493152-20-002724
10-K2020-01-15fiscal FY 201922430001493152-20-000642
10-Q2019-10-21fiscal Q3 201922590001493152-19-015768
10-Q2019-07-05fiscal Q2 201925680001761088-19-000069
10-K2019-02-14fiscal FY 201825520001761088-19-000012
10-Q2019-01-04fiscal Q3 201823630001761088-19-000002
10-Q2018-11-30fiscal Q2 201816410001004878-18-000237
10-Q2018-11-30fiscal Q1 201817350001004878-18-000236
10-K2018-08-31fiscal FY 201719400001127855-18-000167
10-Q2017-10-24fiscal Q3 201718500001127855-17-000261
10-Q2017-10-19fiscal Q2 201718480001127855-17-000254
10-Q2017-08-28fiscal Q1 201718380001127855-17-000218
10-K2017-05-15fiscal FY 201619380001127855-17-000135
10-K2016-11-08fiscal FY 201521430001127855-16-000810
10-K2016-07-26fiscal FY 201419360001127855-16-000722
10-Q2015-11-16fiscal Q3 201419510001127855-15-000448
10-Q2015-10-23fiscal Q2 201420570001127855-15-000423
10-Q2014-08-07fiscal Q1 201418420001127855-14-000351
10-K2014-02-12fiscal FY 201320480001393905-14-000055

Inspect the source

Entity
VIRTUAL INTERACTIVE TECHNOLOGIES CORP. / CIK 0001536089
Captured
SEC response SHA-256
f374aac17a5fbf920a2204f08b08650a1582496eff3956a24e1b3740176a2e18

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