Skip to content

DigitalTown, Inc.: filings

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

Filing record ends 2019-12-09

The latest filing in this captured record is a 10-Q/A filed 2019-12-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. DigitalTown, 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-Q/A2019-12-09fiscal Q2 202037860001493152-19-018869
10-Q2019-12-02fiscal Q2 202037860001493152-19-018626
10-Q2019-08-22fiscal Q1 201928540001640334-19-001724
10-K2019-06-13fiscal FY 201936740001640334-19-001126
10-Q2019-01-30fiscal Q3 201934830001640334-19-000127
10-Q2018-10-15fiscal Q2 201933820001640334-18-001937
10-Q2018-07-19fiscal Q1 201933680001640334-18-001416
10-K2018-06-14fiscal FY 201836730001640334-18-001189
10-Q2018-01-16fiscal Q3 201838920001640334-18-000086
10-Q2017-10-16fiscal Q2 201733780001640334-17-002190
10-Q2017-07-17fiscal Q1 201724490001056520-17-000047
10-K2017-06-13fiscal FY 201733640001640334-17-001222
10-Q2016-10-17fiscal Q2 201625570001056520-16-000317
10-Q2016-07-20fiscal Q1 201730560001640334-16-001423
10-K2016-06-06fiscal FY 201624490001056520-16-000256
10-Q2016-01-14fiscal Q3 201621540001056520-16-000196
10-Q2015-10-15fiscal Q2 201521530001056520-15-000155
10-Q2015-07-14fiscal Q1 201521420001056520-15-000103
10-K2015-06-15fiscal FY 201527520001056520-15-000088
10-Q2015-01-14fiscal Q3 201424550001056520-15-000006
10-Q2014-10-15fiscal Q2 201424570001056520-14-000183
10-Q2014-07-21fiscal Q1 201423430001056520-14-000119
10-K2014-07-16fiscal FY 201428570001056520-14-000115
10-Q2014-01-16fiscal Q3 201325630001056520-14-000008
10-Q2013-10-15fiscal Q2 201325600001056520-13-000230
10-Q2013-07-15fiscal Q1 201324480001056520-13-000154
10-K2013-06-12fiscal FY 201229600001056520-13-000142
10-Q2013-01-14fiscal Q3 201223580001056520-13-000019
10-Q2012-10-15fiscal Q2 201223530001056520-12-000404
10-Q2012-07-17fiscal Q1 201223430001056520-12-000315
10-K2012-05-30fiscal FY 201123470001056520-12-000254
10-Q2012-01-17fiscal Q3 201122550001056520-12-000012
10-Q2011-10-13fiscal Q2 201121480001056520-11-000464

Inspect the source

Entity
DigitalTown, Inc. / CIK 0001065598
Captured
SEC response SHA-256
f02ccd5ca6e87d0fc8b6e821cd5a4271a71d2217e625318582deb4c5cf4f5df4

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