Skip to content

Vecta Inc.: filings

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

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-23. Vecta 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-Q2023-11-20fiscal Q3 202329790001493152-23-042078
10-Q2023-08-14fiscal Q2 202329690001493152-23-028339
10-Q2023-05-15fiscal Q1 202327370001493152-23-017403
10-K2023-03-31fiscal FY 202227270001493152-23-010375
10-Q2022-11-14fiscal Q3 202224320001493152-22-031797
10-Q2022-05-12fiscal Q1 202223460001493152-22-013075
10-K2022-03-30fiscal FY 202127550001493152-22-008199
10-Q2021-11-05fiscal Q3 202121560001493152-21-027403
10-Q2021-08-16fiscal Q2 202121580001493152-21-019822
10-Q2021-05-14fiscal Q1 202121430001493152-21-011530
10-K2021-03-31fiscal FY 202027550001493152-21-007263
10-Q2020-11-10fiscal Q3 202021560001493152-20-020944
10-Q2020-08-11fiscal Q2 202021580001493152-20-015275
10-Q2020-05-14fiscal Q1 202020420001493152-20-008827
10-K2020-03-27fiscal FY 201926530001493152-20-004899
10-Q2019-11-08fiscal Q3 201920540001493152-19-016718
10-Q2019-08-09fiscal Q2 201920560001493152-19-012003
10-Q2019-05-13fiscal Q1 201919420001493152-19-006956
10-K2019-03-28fiscal FY 201825520001493152-19-004140
10-Q2018-11-13fiscal Q3 201819490001493152-18-015782
10-Q2018-08-14fiscal Q2 201818480001493152-18-011850
10-Q2018-05-14fiscal Q1 201818380001493152-18-006827
10-K2018-03-28fiscal FY 201720420001493152-18-003991
10-Q2017-11-09fiscal Q3 201715420001493152-17-012712
10-Q2017-08-11fiscal Q2 201714400001493152-17-008980
10-Q2017-05-12fiscal Q1 201714280001571049-17-004939
10-K2017-03-30fiscal FY 201619400001571049-17-003050
10-Q2016-11-10fiscal Q3 201614380001571049-16-019738
10-Q2016-08-12fiscal Q2 201614380001571049-16-017401
10-Q2016-05-11fiscal Q1 201614280001571049-16-015150
10-K2016-03-25fiscal FY 201519390001571049-16-013338
10-Q2015-11-16fiscal Q3 201518480001571049-15-009311
10-Q2015-08-12fiscal Q2 201518480001571049-15-006647
10-Q2015-05-12fiscal Q1 201518360001571049-15-004002
10-K2015-03-25fiscal FY 201420400001571049-15-002297
10-Q2014-11-13fiscal Q3 201419470001571049-14-006255
10-Q2014-08-12fiscal Q2 201418440001571049-14-003923
10-Q2014-05-09fiscal Q1 201418340001571049-14-001651
10-K2014-03-28fiscal FY 201319380001571049-14-000987
10-Q2013-11-14fiscal Q3 201316390001571398-13-000002
10-Q/A2013-08-19fiscal Q1 201315290001104659-13-064838
10-Q2013-08-14fiscal Q2 201315380001104659-13-063949

Inspect the source

Entity
Vecta Inc. / CIK 0001571398
Captured
SEC response SHA-256
eaa6bb92dd9f407676bf42d104bd7558cdc502c9ee28e02f2a8c17e400ef132d

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