Skip to content

ENXNET INC: filings

Every ENXNET 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 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. ENXNET 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-Q2019-11-14fiscal Q2 201918520001721868-19-000536
10-Q2019-08-14fiscal Q1 201918390001721868-19-000399
10-K2019-06-28fiscal FY 201816330001721868-19-000338
10-Q2019-02-14fiscal Q3 201818460001721868-19-000073
10-Q2018-11-14fiscal Q2 201818460001721868-18-000671
10-Q/A2018-09-11fiscal Q1 201818370001721868-18-000602
10-K2018-06-29fiscal FY 201716330001721868-18-000513
10-Q2018-02-12fiscal Q3 201817420001721868-18-000102
10-Q2017-11-14fiscal Q2 201717420001721868-17-000060
10-Q2017-08-14fiscal Q1 201717340000721748-17-000535
10-K2017-07-12fiscal FY 201617350000721748-17-000452
10-Q2017-02-09fiscal Q3 201617420000721748-17-000077
10-Q2016-11-14fiscal Q2 201617420000721748-16-001761
10-Q2016-08-09fiscal Q1 201616310000721748-16-001524
10-K2016-07-01fiscal FY 201516330000721748-16-001415
10-Q2016-01-27fiscal Q3 201517410000721748-16-000946
10-Q2015-11-12fiscal Q2 201517410000721748-15-000803
10-Q2015-08-12fiscal Q1 201516310000721748-15-000594
10-K2015-07-14fiscal FY 201417350000721748-15-000539
10-Q2015-02-17fiscal Q3 201416440000721748-15-000094
10-Q2014-11-14fiscal Q2 201416440000721748-14-001137
10-Q2014-08-14fiscal Q1 201416320000721748-14-000834
10-K2014-07-15fiscal FY 201318370000721748-14-000684
10-Q2014-02-14fiscal Q3 201316440001376474-14-000038
10-Q2013-11-14fiscal Q2 201317450000721748-13-000800
10-Q2013-08-19fiscal Q1 201316340001002014-13-000376
10-K2013-07-01fiscal FY 201220400001002014-13-000279
10-Q2013-02-14fiscal Q3 201218490001002014-13-000074
10-Q2012-11-13fiscal Q2 201218470001002014-12-000592
10-Q/A2012-09-11fiscal Q1 201218390001002014-12-000493
10-Q2012-08-14fiscal Q1 201217380001002014-12-000447
10-K2012-07-16fiscal FY 201121420001002014-12-000382
10-Q2012-01-31fiscal Q3 201122590001002014-12-000042
10-Q2011-11-16fiscal Q2 201123630001002014-11-000559
10-Q2011-08-15fiscal Q1 201122460001002014-11-000364

Inspect the source

Entity
ENXNET INC / CIK 0001083706
Captured
SEC response SHA-256
6d23323d8d68b6f9f737e53db4199de80cc0a8767f4c11cc56bbec3ba8650882

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