Skip to content

E-QURE CORP.: filings

Every E-QURE CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2022-01-13

The latest filing in this captured record is a 10-Q filed 2022-01-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. E-QURE 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-Q2022-01-13fiscal Q3 202120560001493152-22-001118
10-Q2021-09-29fiscal Q2 202120560001493152-21-024075
10-Q2021-07-06fiscal Q1 202119400001493152-21-016197
10-K2021-04-30fiscal FY 202021420001493152-21-010135
10-Q2020-11-13fiscal Q3 202019520001493152-20-021246
10-Q2020-09-17fiscal Q2 202019510001493152-20-017944
10-Q2020-06-25fiscal Q1 202017350001493152-20-011799
10-K2020-04-13fiscal FY 201924440001493152-20-006229
10-Q2019-11-14fiscal Q3 201921520001493152-19-017351
10-Q2019-08-14fiscal Q2 201916410001493152-19-012320
10-Q2019-05-17fiscal Q1 201917350001493152-19-007687
10-K2019-04-16fiscal FY 201822430001493152-19-005440
10-Q2019-01-03fiscal Q3 201821540001493152-19-000093
10-Q2018-09-06fiscal Q2 201818480001493152-18-012939
10-Q2018-05-24fiscal Q1 201819370001493152-18-007739
10-K2018-04-17fiscal FY 201723450001493152-18-005295
10-Q2017-11-15fiscal Q3 201716420001295345-17-000322
10-Q2017-08-18fiscal Q2 201716420001295345-17-000268
10-Q2017-05-15fiscal Q1 201716320001295345-17-000131
10-K2017-03-31fiscal FY 201616320001295345-17-000067
10-Q2016-11-21fiscal Q3 201615400001295345-16-000782
10-Q2016-08-15fiscal Q2 201614380001295345-16-000618
10-Q2016-05-16fiscal Q1 201611220001295345-16-000571
10-K2016-04-14fiscal FY 201515300001295345-16-000516
10-Q2015-11-16fiscal Q3 201514380001295345-15-000336
10-Q2015-08-06fiscal Q2 201514380001295345-15-000198
10-Q2015-05-15fiscal Q1 201515300001295345-15-000133
10-K2015-04-15fiscal FY 201414280001295345-15-000089
10-Q2014-11-19fiscal Q3 201413430001295345-14-000338
10-Q2014-09-02fiscal Q2 201411360001295345-14-000235
10-Q2014-08-19fiscal Q2 201411360001295345-14-000225
10-Q2014-05-08fiscal Q1 201410260001295345-14-000091
10-K/A2014-04-28fiscal FY 201311280000856984-14-000003
10-K/A2014-04-23fiscal FY 201311280001295345-14-000085
10-K2014-03-26fiscal FY 201311280001295345-14-000059
10-Q2013-11-14fiscal Q3 201312400001295345-13-000209
10-Q/A2013-08-13fiscal Q2 201310340001295345-13-000146
10-Q2013-05-09fiscal Q1 201311300001295345-13-000073
10-K2013-04-12fiscal FY 201210260001295345-13-000042

Inspect the source

Entity
E-QURE CORP. / CIK 0001563536
Captured
SEC response SHA-256
df4c5d7057faffad078790f11775147bbd0f2dbeb054dbdab76b61527cc7d13b

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