Skip to content

Vegalab, Inc.: filings

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

Filing record ends 2018-08-30

The latest filing in this captured record is a 10-Q filed 2018-08-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. Vegalab, 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-Q2018-08-30fiscal Q2 201832810001575872-18-000181
10-Q2018-07-13fiscal Q1 201832640001575872-18-000144
10-K2018-06-04fiscal FY 201734640001575872-18-000087
10-Q2017-11-17fiscal Q3 201731750001575872-17-000137
10-Q2017-08-21fiscal Q2 201728690001575872-17-000108
10-Q2017-07-21fiscal Q1 201722430001575872-17-000092
10-K2017-07-21fiscal FY 201622430001575872-17-000090
10-Q2016-11-21fiscal Q3 201623630001575872-16-000465
10-Q2016-08-12fiscal Q2 201624700001575872-16-000417
10-Q2016-05-13fiscal Q1 201620420001575872-16-000345
10-K2016-03-29fiscal FY 201518380001575872-16-000306
10-Q2015-11-13fiscal Q3 201518520001575872-15-000178
10-Q2015-08-12fiscal Q2 201518520001575872-15-000082
10-Q2015-05-14fiscal Q1 201518380001575872-15-000038
10-K2015-03-31fiscal FY 201420350001165527-15-000146
10-Q2014-11-12fiscal Q3 201421480001165527-14-000650
10-Q2014-08-11fiscal Q2 201421490001165527-14-000490
10-Q2014-05-14fiscal Q1 201420420001165527-14-000295
10-K2014-03-31fiscal FY 201317520001165527-14-000183
10-Q2013-11-12fiscal Q3 201318460001165527-13-000934
10-Q2013-08-14fiscal Q2 201316420001165527-13-000710
10-Q2013-05-13fiscal Q1 201318380001165527-13-000459
10-K2013-03-12fiscal FY 201218390001165527-13-000242
10-Q2012-11-08fiscal Q3 201223660001165527-12-001159
10-Q2012-08-13fiscal Q2 201221610001165527-12-000836
10-Q2012-05-08fiscal Q1 201222450001165527-12-000415
10-K2012-03-15fiscal FY 201122450001165527-12-000203
10-Q2011-11-08fiscal Q3 201119540001165527-11-001038
10-Q/A2011-08-22fiscal Q2 201121580001165527-11-000770

Inspect the source

Entity
Vegalab, Inc. / CIK 0001435224
Captured
SEC response SHA-256
a3975a63f4cbbac99a17022889a7b611dae80912ad3abe89550a3fb4f6017b2d

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