Skip to content

CurAegis Technologies, Inc.: filings

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

Filing record ends 2020-11-13

The latest filing in this captured record is a 10-Q filed 2020-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. CurAegis Technologies, 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-Q2020-11-13fiscal Q3 202030920001437749-20-023865
10-Q2020-08-14fiscal Q2 202031920001437749-20-018042
10-Q2020-05-13fiscal Q1 202032670001437749-20-010487
10-K2020-03-27fiscal FY 201935680001437749-20-006298
10-Q2019-11-08fiscal Q3 2019351010001437749-19-022122
10-Q2019-08-09fiscal Q2 201936980001437749-19-016217
10-Q2019-05-15fiscal Q1 201936710001437749-19-010007
10-K2019-03-29fiscal FY 201837710001437749-19-005985
10-Q2018-11-14fiscal Q3 2018371010001437749-18-020806
10-Q2018-08-07fiscal Q2 201836980001437749-18-014731
10-Q2018-05-09fiscal Q1 201836730001437749-18-009230
10-K2018-03-16fiscal FY 201736730001437749-18-004856
10-Q2017-11-13fiscal Q3 201734950001437749-17-019149
10-Q2017-08-08fiscal Q2 201734940001437749-17-014092
10-Q2017-05-10fiscal Q1 201734680001437749-17-008605
10-K2017-03-20fiscal FY 201636680001437749-17-004927
10-Q2016-11-04fiscal Q3 201635920001437749-16-041136
10-Q2016-08-11fiscal Q2 201635900001437749-16-037115
10-Q2016-05-12fiscal Q1 201632620001437749-16-031605
10-K2016-03-08fiscal FY 201533640001437749-16-027048
10-Q2015-11-04fiscal Q3 201529740001437749-15-019529
10-Q2015-08-05fiscal Q2 201530840001437749-15-014862
10-Q2015-05-12fiscal Q1 201529600001437749-15-009803
10-K2015-03-03fiscal FY 201432660001437749-15-003953
10-Q2014-11-04fiscal Q3 201432880001437749-14-019514
10-Q2014-08-05fiscal Q2 201432880001437749-14-014236
10-Q2014-05-05fiscal Q1 201433860001437749-14-007953
10-K2014-03-28fiscal FY 2013341170001437749-14-005393
10-Q2013-11-05fiscal Q3 2013331130001437749-13-013887
10-Q2013-08-07fiscal Q2 2013331130001437749-13-010138
10-Q2013-05-06fiscal Q1 201334880001437749-13-005324
10-K2013-03-08fiscal FY 2012341230001437749-13-002531
10-Q2012-11-02fiscal Q3 2012331110001437749-12-010867
10-Q2012-08-03fiscal Q2 2012311070001437749-12-007689
10-Q2012-05-08fiscal Q1 201232670001437749-12-004652
10-K2012-03-12fiscal FY 2011331150001437749-12-002181
10-Q2011-11-09fiscal Q3 2011331100000950123-11-097088
10-Q2011-08-12fiscal Q2 2011371260000950123-11-076846

Inspect the source

Entity
CurAegis Technologies, Inc. / CIK 0001063197
Captured
SEC response SHA-256
479e3675dec8d65af1a90cdd47b90e56576103e0f0a4cd75701220ccbfc78d3e

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