Skip to content

COMPUTER TASK GROUP INC: filings

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

Filing record ends 2023-11-08

The latest filing in this captured record is a 10-Q filed 2023-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. COMPUTER TASK GROUP 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-Q2023-11-08fiscal Q3 2023481280000950170-23-060936
10-Q2023-08-09fiscal Q2 2023471240000950170-23-040587
10-Q2023-05-09fiscal Q1 202346910000950170-23-019556
10-K2023-03-15fiscal FY 2022521330000950170-23-008194
10-Q2022-11-08fiscal Q3 2022451180000950170-22-023267
10-Q2022-08-08fiscal Q2 2022451180001564590-22-028431
10-Q2022-05-10fiscal Q1 202245900001564590-22-019241
10-K2022-03-15fiscal FY 2021521330001564590-22-010168
10-Q2021-11-09fiscal Q3 2021431100001564590-21-055612
10-Q2021-08-09fiscal Q2 2021431100001564590-21-042587
10-Q2021-05-10fiscal Q1 202143860001564590-21-025956
10-K2021-03-12fiscal FY 2020501880001564590-21-012830
10-Q2020-11-02fiscal Q3 2020431110001564590-20-049605
10-Q2020-08-03fiscal Q2 2020421070001564590-20-035396
10-Q2020-05-06fiscal Q1 202041830001564590-20-021660
10-K2020-03-13fiscal FY 2019481830001564590-20-010768
10-Q2019-11-01fiscal Q3 2019421050001564590-19-039391
10-Q2019-08-09fiscal Q2 2019421050001564590-19-031224
10-Q2019-04-30fiscal Q1 201942830001564590-19-014356
10-K2019-03-15fiscal FY 2018441750001564590-19-008025
10-Q2018-10-29fiscal Q3 201839960001564590-18-025392
10-Q2018-07-27fiscal Q2 201838960001564590-18-017758
10-Q2018-05-04fiscal Q1 201836720001564590-18-011017
10-K2018-03-14fiscal FY 2017401610001564590-18-005661
10-Q2017-10-26fiscal Q3 201735890001564590-17-020185
10-Q2017-07-28fiscal Q2 201735880001564590-17-014388
10-Q2017-05-04fiscal Q1 201735700001564590-17-008742
10-K2017-02-24fiscal FY 2016401640001564590-17-002360
10-Q2016-10-28fiscal Q3 201635890001564590-16-026487
10-Q2016-07-26fiscal Q2 201635890001564590-16-021499
10-Q2016-05-11fiscal Q1 201635710001564590-16-019061
10-K2016-02-23fiscal FY 2015431780000023111-16-000014
10-Q2015-10-28fiscal Q3 201537940000023111-15-000011
10-Q2015-07-29fiscal Q2 201536920000023111-15-000009
10-Q2015-04-29fiscal Q1 201535720000023111-15-000005
10-K2015-02-25fiscal FY 2014421760000023111-15-000002
10-Q2014-10-22fiscal Q3 201436940000023111-14-000013
10-Q2014-07-23fiscal Q2 201436940000023111-14-000011
10-Q2014-04-23fiscal Q1 201435720000023111-14-000005
10-K2014-02-26fiscal FY 2013421750000023111-14-000003
10-Q2013-10-23fiscal Q3 201335900000023111-13-000010
10-Q2013-07-24fiscal Q2 201335900000023111-13-000007
10-Q2013-04-26fiscal Q1 201335720001445305-13-000924
10-K2013-02-22fiscal FY 2012411740001445305-13-000296
10-Q2012-10-26fiscal Q3 201235900001193125-12-437133
10-Q2012-08-02fiscal Q2 201235900001193125-12-331457
10-Q2012-04-26fiscal Q1 201235720001193125-12-184297
10-K2012-02-24fiscal FY 201135930001193125-12-078045
10-Q2011-10-28fiscal Q3 201133840001193125-11-285876
10-Q2011-08-02fiscal Q2 201133840001193125-11-205933

Inspect the source

Entity
COMPUTER TASK GROUP INC / CIK 0000023111
Captured
SEC response SHA-256
eecee00a9be59f177be97a9b6026248c1d510e42fc33d4a7e623b699ae85a69c

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