Skip to content

Vortex Blockchain Technologies Inc.: filings

Every Vortex Blockchain Technologies Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2020-09-29

The latest filing in this captured record is a 10-K/A filed 2020-09-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. Vortex Blockchain Technologies 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-K/A2020-09-29fiscal FY 201927560001376474-20-000234
10-Q2018-08-14fiscal Q1 201911210001594062-18-000151
10-K2018-07-16fiscal FY 201813270001594062-18-000137
10-Q2018-02-21fiscal Q3 201812330001594062-18-000042
10-Q2018-02-21fiscal Q2 201812340001594062-18-000040
10-Q2017-08-21fiscal Q1 201812280001594062-17-000201
10-K2017-07-13fiscal FY 201716370001211524-17-000091
10-Q2017-02-15fiscal Q3 201718480001577882-17-000003
10-Q2016-10-20fiscal Q2 201717470001211524-16-000321
10-Q2016-08-29fiscal Q1 201718360001211524-16-000310
10-K2016-07-22fiscal FY 201617400001211524-16-000272
10-Q2016-02-22fiscal Q3 201618530001211524-16-000184
10-Q2015-11-16fiscal Q2 201618500001211524-15-000147
10-Q2015-08-19fiscal Q1 201618430001211524-15-000119
10-K2015-07-14fiscal FY 201519410001211524-15-000087
10-Q2015-02-12fiscal Q3 201515490001520138-15-000042
10-Q2014-11-13fiscal Q2 201415410001520138-14-000313
10-Q2014-07-25fiscal Q1 201414350001520138-14-000187
10-K2014-06-30fiscal FY 201414320001520138-14-000169
10-Q2014-02-12fiscal Q3 201313280001552781-14-000104
10-Q2013-11-14fiscal Q2 201313240001117768-13-000581

Inspect the source

Entity
Vortex Blockchain Technologies Inc. / CIK 0001577882
Captured
SEC response SHA-256
3e80475b99607b98626ad4c2fd5804064142beec0e6e77452822599ea90c258a

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