Skip to content

DATAWATCH CORP: filings

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

Filing record ends 2018-12-13

The latest filing in this captured record is a 10-K filed 2018-12-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. DATAWATCH 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-K2018-12-13fiscal FY 2018421610001144204-18-064355
10-Q2018-07-27fiscal Q3 201837950001144204-18-040415
10-Q2018-05-10fiscal Q2 201837950001144204-18-026941
10-Q2018-02-06fiscal Q1 201833680001144204-18-005966
10-K2017-11-21fiscal FY 2017391610001144204-17-060429
10-Q2017-07-28fiscal Q3 201735920001144204-17-038969
10-Q2017-04-28fiscal Q2 201732870001144204-17-023066
10-Q2017-01-27fiscal Q1 201732650001144204-17-004214
10-K2016-11-10fiscal FY 2016391560001144204-16-133226
10-Q2016-07-25fiscal Q3 201632880001144204-16-114215
10-Q2016-04-22fiscal Q2 201632900001144204-16-095691
10-Q2016-01-29fiscal Q1 201635730001144204-16-077786
10-K2015-11-13fiscal FY 2015391580001144204-15-065237
10-Q2015-07-29fiscal Q3 201537970001144204-15-044767
10-Q2015-05-08fiscal Q2 201537980001144204-15-028729
10-Q2015-02-09fiscal Q1 201537730001144204-15-007144
10-K2014-12-05fiscal FY 2014451720001144204-14-072506
10-Q2014-08-01fiscal Q3 2014421100001144204-14-046423
10-Q2014-04-30fiscal Q2 2014421130001144204-14-026507
10-Q2014-02-06fiscal Q1 201440810001144204-14-006504
10-K2013-12-17fiscal FY 2013441500001144204-13-067711
10-Q2013-08-14fiscal Q3 2013371010001534424-13-000355
10-Q2013-05-13fiscal Q2 201336970001534424-13-000213
10-Q2013-02-13fiscal Q1 201336730001534424-13-000064
10-K2012-12-21fiscal FY 2012391360001072613-12-000728
10-Q2012-08-14fiscal Q3 201234910001072613-12-000545
10-Q2012-05-15fiscal Q2 201233860001072613-12-000413
10-Q2012-02-13fiscal Q1 201233680001072613-12-000166
10-K2011-12-22fiscal FY 201135710001072613-11-000900
10-Q2011-08-11fiscal Q3 201133850001072613-11-000658

Inspect the source

Entity
DATAWATCH CORP / CIK 0000792130
Captured
SEC response SHA-256
caa9794a9e983ac57fb19f87304b0bb8facc57dfa7680e9582eec7e520f24d79

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