Skip to content

INFITECH VENTURES INC: filings

Every INFITECH VENTURES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2020-06-15

The latest filing in this captured record is a 10-Q filed 2020-06-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. INFITECH 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-Q2020-06-15fiscal Q3 202011320001062993-20-002822
10-Q2020-03-23fiscal Q2 202011320001062993-20-001452
10-Q2019-12-16fiscal Q1 202011230001062993-19-004738
10-K2019-11-13fiscal FY 201913270001062993-19-004361
10-Q2019-06-21fiscal Q3 201911320001062993-19-002701
10-Q2019-03-18fiscal Q2 201911320001062993-19-001312
10-Q2018-12-14fiscal Q1 201911240001062993-18-005062
10-K2018-11-07fiscal FY 201813270001062993-18-004398
10-Q2018-06-19fiscal Q3 201811300001062993-18-002660
10-Q2018-03-19fiscal Q2 201811300001062993-18-001248
10-Q2017-12-15fiscal Q1 201811240001062993-17-005265
10-K2017-10-30fiscal FY 201711230001062993-17-004580
10-Q2017-06-19fiscal Q3 201711300001062993-17-002963
10-Q2017-03-15fiscal Q2 201711300001062993-17-001363
10-Q2016-12-15fiscal Q1 201711240001062993-16-012713
10-K2016-10-27fiscal FY 201611230001062993-16-011896
10-Q2016-06-16fiscal Q3 201611300001062993-16-010252
10-Q2016-03-16fiscal Q2 201611300001062993-16-008373
10-Q2015-12-15fiscal Q1 201611240001062993-15-006690
10-K2015-10-29fiscal FY 201510210001062993-15-005659
10-Q2015-06-15fiscal Q3 201510280001062993-15-003394
10-Q2015-03-17fiscal Q2 201510280001062993-15-001374
10-Q2014-12-15fiscal Q1 201513330001062993-14-007102
10-K2014-10-29fiscal FY 201413570001062993-14-006185
10-Q2014-06-16fiscal Q3 201413410001062993-14-003732
10-Q2014-03-14fiscal Q2 201413410001062993-14-001342
10-Q2013-12-11fiscal Q1 201413330001062993-13-006276
10-K2013-10-28fiscal FY 201313550001062993-13-005237
10-Q2013-06-14fiscal Q3 201313410001062993-13-003049
10-Q2013-03-21fiscal Q2 201313410001062993-13-001324
10-Q2012-12-14fiscal Q1 201314580001062993-12-005424
10-K2012-10-29fiscal FY 201214550001062993-12-004327
10-Q2012-06-14fiscal Q3 201214450001062993-12-002098
10-Q2012-03-14fiscal Q2 201214450001062993-12-000852
10-Q2011-12-15fiscal Q1 201214350001062993-11-004920

Inspect the source

Entity
INFITECH VENTURES INC / CIK 0001129096
Captured
SEC response SHA-256
d14c9943d79e0747571e2fc22d105b22a86a545e64a3fe8d6bf60affc6b0982a

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