Skip to content

VinCompass Corp.: filings

Every VinCompass Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-01-25

The latest filing in this captured record is a 10-Q filed 2018-01-25. No later filing is in the SEC companyfacts record captured on 2026-09-23. VinCompass 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-Q2018-01-25fiscal Q3 201820550001493152-18-001068
10-Q2017-10-23fiscal Q2 201820550001493152-17-011918
10-Q2017-07-21fiscal Q1 201817350001493152-17-008097
10-K2017-06-13fiscal FY 201717340001493152-17-006588
10-Q2017-01-17fiscal Q3 201715350001493152-17-000534
10-Q2016-10-17fiscal Q2 201716340001493152-16-014095
10-Q2016-07-15fiscal Q1 201714260001493152-16-011553
10-K2016-06-01fiscal FY 201619380001493152-16-010486
10-Q2016-01-13fiscal Q3 201619540001062993-16-007055
10-Q2015-10-13fiscal Q2 201623480001062993-15-005367
10-Q2015-07-14fiscal Q1 201623480001062993-15-003851
10-K2015-05-20fiscal FY 201522450001062993-15-002949
10-Q2014-12-24fiscal Q3 201520620001062993-14-007260
10-Q2014-10-06fiscal Q2 201520620001062993-14-005823
10-Q2014-07-15fiscal Q1 201520420001062993-14-004214
10-K2014-05-29fiscal FY 201321590001062993-14-003430
10-Q2014-01-14fiscal Q3 201319700001062993-14-000175
10-Q2013-09-24fiscal Q2 201320730001062993-13-004760
10-Q2013-07-12fiscal Q1 201317580001062993-13-003415
10-K2013-05-29fiscal FY 201215440001062993-13-002824
10-Q/A2013-03-28fiscal Q2 201219870001062993-13-001491
10-Q/A2013-03-28fiscal Q3 201216750001062993-13-001476
10-K/A2013-03-28fiscal FY 201115420001062993-13-001472
10-K/A2013-03-15fiscal FY 201115420001062993-13-001221
10-Q/A2013-03-15fiscal Q1 201217560001062993-13-001218
10-Q2013-01-14fiscal Q3 201216750001062993-13-000225
10-Q2012-10-12fiscal Q2 201219870001062993-12-004067
10-Q2012-07-13fiscal Q1 201217560001062993-12-002455
10-K2012-05-30fiscal FY 201115420001062993-12-001956
10-Q2012-01-17fiscal Q3 201113600001062993-12-000181

Inspect the source

Entity
VinCompass Corp. / CIK 0001490949
Captured
SEC response SHA-256
671cbbae64b69c8fcbeb598841b296757f93f18d6ecc6263bf578b23b3b5d599

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