Skip to content

VIRTUAL INTERACTIVE TECHNOLOGIES CORP.: financial reference

Explore VIRTUAL INTERACTIVE TECHNOLOGIES CORP. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2024-04-16

The latest filing in this captured record is a 10-K filed 2024-04-16. 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.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2023-09-30128,443USD2024-04-16
Total liabilities-2023-09-301,670,279USD2024-04-16
Stockholders equity-2023-09-30-1,541,836USD2024-04-16
Cash and cash equivalents-2023-09-3040,829USD2024-04-16
Net income or loss2022-10-012023-09-30-2,817,340USD2024-04-16
Operating cash flow2022-10-012023-09-30-195,549USD2024-04-16
Revenue2017-12-012018-11-300USD2019-02-14
Contract revenue excluding tax2022-10-012023-09-30130,400USD2024-04-16
Financing cash flow2022-10-012023-09-30200,000USD2024-04-16
Investing cash flow2020-10-012021-09-30-7,500USD2024-04-16
Retained earnings or deficit-2023-09-30-9,604,313USD2024-04-16
Basic weighted-average shares2022-10-012023-09-308,363,431shares2024-04-16
Diluted weighted-average shares2022-10-012023-09-3013,967,857shares2024-04-16
Basic earnings per share2022-10-012023-09-30-0.34USD/shares2024-04-16
Diluted earnings per share2022-10-012023-09-30-0.34USD/shares2024-04-16
Operating income or loss2022-10-012023-09-30-2,422,576USD2024-04-16
Current assets-2023-09-30128,443USD2024-04-16
Interest expense2019-10-012020-09-3049,669USD2020-12-29
Current liabilities-2023-09-301,657,558USD2024-04-16
Current accounts payable-2018-11-3021,205USD2019-02-14
Operating expenses2022-10-012023-09-302,552,976USD2024-04-16
Selling, general and administrative expense2021-10-012022-09-3018,253USD2024-04-16
Research and development expense2021-10-012022-09-3016,539USD2024-04-16
Common shares outstanding-2023-09-308,251,276shares2024-04-16
Additional paid-in capital-2023-09-308,094,820USD2024-04-16
Total equity including noncontrolling interests-2018-11-3051,554USD2019-02-14
Pre-tax income or loss from continuing operations2014-12-012015-11-30-21,338USD2016-11-08
Profit or loss including noncontrolling interests2017-12-012018-11-30-44,096USD2019-02-14
General and administrative expense2022-10-012023-09-307,428USD2024-04-16
Other nonoperating income or expense2021-10-012022-09-301,500USD2024-04-16
Nonoperating income or expense2022-10-012023-09-30-394,764USD2024-04-16
Interest paid, net2022-10-012023-09-3035,000USD2024-04-16
Change in accounts payable2016-12-012017-12-3110,514USD2018-08-31

Filings

41 VIRTUAL INTERACTIVE TECHNOLOGIES CORP. filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))