Skip to content

Viabuilt Ventures Inc.: filings

Every Viabuilt Ventures Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. Viabuilt Ventures 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-Q2019-11-19fiscal Q2 202016350001477932-19-006680
10-Q2019-10-01fiscal Q1 202017340001477932-19-005640
10-K2019-08-16fiscal FY 201915280001477932-19-004909
10-Q2019-02-19fiscal Q3 201914330001477932-19-000546
10-Q2018-11-19fiscal Q2 201911280001477932-18-005667
10-Q2018-09-11fiscal Q1 201912240001477932-18-004458
10-K2018-08-28fiscal FY 201822370001477932-18-004337
10-Q2018-07-27fiscal Q3 201821440001477932-18-003689
10-Q2018-06-27fiscal Q2 201820430001477932-18-003216
10-Q2018-06-27fiscal Q1 201820340001477932-18-003215
10-K2018-03-20fiscal FY 201722430001477932-18-001360
10-Q2017-02-21fiscal Q3 201722520001477932-17-000871
10-Q2016-11-22fiscal Q2 201721480001477932-16-013779
10-Q2016-08-16fiscal Q1 201720380001477932-16-011975
10-K2016-07-18fiscal FY 201619360001477932-16-011431
10-Q2016-02-22fiscal Q3 201617460001477932-16-008760
10-Q2015-11-18fiscal Q2 201615390001477932-15-007198
10-Q2015-08-17fiscal Q1 201615330001477932-15-005293
10-K2015-07-14fiscal FY 201517320001477932-15-004470
10-Q2015-02-17fiscal Q3 201518400001477932-15-001191
10-Q2014-11-14fiscal Q2 201518410001477932-14-006101
10-Q2014-08-15fiscal Q1 201518370001477932-14-004539
10-K2014-07-14fiscal FY 201419450001477932-14-003658
10-Q2014-02-11fiscal Q3 201317350001477932-14-000618
10-Q2013-10-30fiscal Q2 201316330001477932-13-004962
10-Q2013-09-26fiscal Q1 201316340001477932-13-004354

Inspect the source

Entity
Viabuilt Ventures Inc. / CIK 0001575975
Captured
SEC response SHA-256
a7517fb32199d08dd0221b0005fa4d6334decf3b87019c07ad47008d419166b5

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