Skip to content

NDIVISION INC.: filings

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

Filing record ends 2022-05-16

The latest filing in this captured record is a 10-Q filed 2022-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. NDIVISION 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-Q2022-05-16fiscal Q1 202230630001477932-22-003337
10-K2022-04-14fiscal FY 202136740001477932-22-002301
10-Q2021-11-15fiscal Q3 202132940001477932-21-008369
10-Q2021-08-16fiscal Q2 202133910001477932-21-005605
10-Q2021-05-14fiscal Q1 202135730001477932-21-003161
10-K2021-03-30fiscal FY 202039790001477932-21-001792
10-Q2020-11-13fiscal Q3 2020361050001477932-20-006521
10-Q2020-08-13fiscal Q2 202036990001477932-20-004790
10-Q2020-05-12fiscal Q1 202036700001477932-20-002561
10-K2020-03-25fiscal FY 201937750001477932-20-001509
10-Q2019-11-12fiscal Q3 2019351010001477932-19-006336
10-Q2019-08-08fiscal Q2 201934990001477932-19-004604
10-Q2019-05-15fiscal Q1 201935700001079974-19-000266
10-K2019-03-29fiscal FY 201835690001079974-19-000154
10-Q2018-11-14fiscal Q3 201834870001079974-18-000600
10-Q2018-08-14fiscal Q2 201835920001079974-18-000452
10-Q2018-05-21fiscal Q1 201833660001079974-18-000299
10-Q2018-02-06fiscal Q1 201819350001640334-18-000239
10-K2017-12-20fiscal FY 201720410001640334-17-002689
10-Q2017-08-03fiscal Q3 201719500001640334-17-001509
10-Q2017-05-03fiscal Q2 201718430001640334-17-000836
10-Q2017-02-01fiscal Q1 201718300001640334-17-000221
10-K/A2017-01-31fiscal FY 201619300001640334-17-000218
10-K2016-12-28fiscal FY 201619300001640334-16-002295

Inspect the source

Entity
NDIVISION INC. / CIK 0001659183
Captured
SEC response SHA-256
264fa748998e16257154203ff1b610b75dd4bab314593d4c28297957b113df87

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